/* ============================================================
   pages.css · Seitenspezifische Layouts
   ============================================================ */

/* ============ STARTSEITE: HERO ============ */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--header-h) + 20px) 0 clamp(120px, 16vh, 170px);
  background: var(--hero-grad);
  color: #eef2fb;
  overflow: hidden;
}
/* width/height nötig: ein Canvas ist ein Replaced Element und wird
   von inset:0 allein NICHT gestreckt (bliebe sonst 300×150) */
.hero-snow { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

.aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .5;
  pointer-events: none;
  will-change: transform;
}
.aurora-1 {
  width: 58vmax; height: 40vmax; top: -16vmax; left: -12vmax;
  background: radial-gradient(closest-side, rgba(64, 100, 190, .5), transparent 70%);
  animation: aurora-1 26s ease-in-out infinite alternate;
}
.aurora-2 {
  width: 50vmax; height: 38vmax; bottom: -14vmax; right: -12vmax;
  background: radial-gradient(closest-side, rgba(96, 140, 214, .4), transparent 70%);
  animation: aurora-2 32s ease-in-out infinite alternate;
}
@keyframes aurora-1 { to { transform: translate3d(8vmax, 6vmax, 0) scale(1.15); } }
@keyframes aurora-2 { to { transform: translate3d(-7vmax, -5vmax, 0) scale(.94); } }

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(30px, 6vw, 80px);
}

.hero-logo-col { display: flex; justify-content: center; position: relative; }
.hero-logo-wrap { position: relative; animation: logo-float 8s ease-in-out 2.8s infinite; }
.hero-logo-glow {
  position: absolute;
  inset: -32%;
  /* Wichtig: zur selben Farbe mit Alpha 0 ausblenden – das Schlüsselwort
     "transparent" (= durchsichtiges Schwarz) legt sonst einen hauchdünnen
     dunklen Film über die Box und macht ihre Kanten als Rechteck sichtbar */
  background: radial-gradient(circle closest-side, rgba(127, 168, 224, .3) 0%, rgba(127, 168, 224, 0) 100%);
  border-radius: 50%;
  animation: glow-breathe 6.5s ease-in-out infinite;
  pointer-events: none;
}
.hero-logo {
  position: relative;
  width: clamp(200px, min(26vw, 32vh), 360px);
  filter: drop-shadow(0 0 26px rgba(140, 178, 235, .28));
}
@keyframes logo-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes glow-breathe { 0%, 100% { opacity: .55; transform: scale(1); } 50% { opacity: 1; transform: scale(1.1); } }

/* ---------- Powered by: 1:1-Pendant zum App-Splashscreen ---------- */
.hero-logo-col { flex-direction: column; align-items: center; }

.powered-by {
  margin-top: clamp(22px, 3.4vh, 34px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
/* Eis-Linie mit Flocke – wie im Splash */
.powered-rule {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(250px, 78%);
  height: 22px;
}
.powered-rule::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 50%;
  height: 1.4px;
  background: linear-gradient(90deg, rgba(169, 198, 239, 0), rgba(169, 198, 239, .78), rgba(169, 198, 239, 0));
}
.powered-flake {
  position: relative;
  display: inline-flex;
  padding-inline: 8px;
  color: var(--ice-300);
  /* deckt die Linie hinter der Flocke ab – wie im Splash */
  background: linear-gradient(90deg, rgba(14, 24, 56, 0), rgba(14, 24, 56, .63), rgba(14, 24, 56, 0));
}
.powered-flake .icon { width: 17px; height: 17px; }

.powered-label {
  margin-top: clamp(28px, 5vh, 44px);
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .23em;
  text-transform: uppercase;
  color: var(--ice-300);
}
.powered-logo {
  margin-top: 14px;
  width: clamp(160px, 15vw, 230px);
  height: auto;
  filter: drop-shadow(0 10px 26px rgba(7, 13, 31, .45));
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: var(--ice-300);
}
.hero-eyebrow .icon { width: 17px; height: 17px; animation: spin-slow 16s linear infinite; }
@keyframes spin-slow { to { transform: rotate(360deg); } }

.hero-title {
  margin-top: 18px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.4rem, 6.2vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: .04em;
  color: #fff;
  text-shadow: 0 0 34px rgba(127, 168, 224, .3);
}
.hero-title .accent { color: var(--ice-300); }

.hero-lead {
  margin-top: 18px;
  max-width: 520px;
  font-weight: 300;
  font-size: clamp(.98rem, 1.7vw, 1.1rem);
  color: rgba(238, 242, 251, .84);
}

.hero-facts {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 12px 34px;
}
.hero-facts li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: .95rem;
  font-weight: 300;
  color: rgba(238, 242, 251, .9);
  white-space: nowrap;
}
.hero-facts .icon { width: 19px; height: 19px; color: var(--ice-400); }

.hero-ctas { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 14px; }

/* Countdown-Panel im Hero */
.hero-countdown {
  margin-top: clamp(30px, 5vh, 46px);
  display: inline-flex;
  align-items: stretch;
  gap: clamp(12px, 2.4vw, 26px);
  padding: 18px clamp(18px, 3vw, 30px);
  border: 1px solid rgba(207, 223, 245, .22);
  border-radius: var(--radius-l);
  background: rgba(232, 240, 251, .06);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cd-unit { text-align: center; min-width: 56px; }
.cd-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4.2vw, 2.7rem);
  line-height: 1.1;
  color: #fff;
}
.cd-num.tick { animation: cd-tick .45s var(--ease-out); }
@keyframes cd-tick {
  0% { transform: translateY(-12px); opacity: 0; }
  100% { transform: none; opacity: 1; }
}
.cd-label {
  display: block;
  margin-top: 4px;
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--ice-300);
}
.cd-sep {
  align-self: center;
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: rgba(169, 198, 239, .5);
}
.hero-live {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: clamp(30px, 5vh, 46px);
  padding: 16px 24px;
  border-radius: var(--radius-l);
  background: rgba(200, 106, 134, .14);
  border: 1px solid rgba(200, 106, 134, .4);
  color: #f4d3dd;
  font-weight: 500;
}

/* Schneewehe unten */
.hero-drift {
  position: absolute;
  bottom: -1px; left: 0;
  width: 100%;
  height: clamp(70px, 9vw, 110px);
  z-index: 2;
  pointer-events: none;
}
.hero-drift .back { fill: rgba(244, 246, 250, .35); }
.hero-drift .front { fill: var(--bg); transition: fill .5s ease; }

.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: calc(clamp(70px, 9vw, 110px) + 12px);
  translate: -50% 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--ice-300);
  transition: color .3s ease;
}
.hero-scroll-cue:hover { color: #fff; }
.hero-scroll-cue .icon { width: 22px; height: 22px; display: block; }
.hero-scroll-cue .c1 { animation: cue 1.9s ease-in-out infinite; }
.hero-scroll-cue .c2 { margin-top: -10px; animation: cue 1.9s ease-in-out .18s infinite; }
@keyframes cue {
  0%, 100% { transform: translateY(0); opacity: .35; }
  50% { transform: translateY(5px); opacity: 1; }
}

/* ============ VISION ============ */
.vision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.6vw, 30px);
}
.vision-card { padding: clamp(24px, 2.6vw, 34px) clamp(22px, 2.4vw, 30px); overflow: hidden; }
.vision-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--navy-600), var(--ice-400));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.1s var(--ease-out) calc(var(--d, 0s) + .25s);
}
.vision-card.in-view::before, html.no-js .vision-card::before { transform: scaleX(1); }
.vision-head { display: flex; align-items: center; gap: 14px; padding-bottom: 16px; position: relative; }
.vision-head::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: var(--border-strong);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .9s var(--ease-out) calc(var(--d, 0s) + .45s);
}
.vision-card.in-view .vision-head::after, html.no-js .vision-head::after { transform: scaleX(1); }
.vision-card h3 { font-size: 1.1rem; }
.vision-card p { margin-top: 16px; font-size: .95rem; font-weight: 300; color: var(--text-soft); }

/* ============ HIGHLIGHT-KACHELN ============ */
.tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2vw, 24px);
}
/* 2-spaltige Variante (z. B. Genussstände) – bricht mobil sauber um */
.tiles-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 860px;
  margin-inline: auto;
}
.tile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(22px, 2.4vw, 30px);
  min-height: 178px;
}
.tile h3 { font-size: 1.06rem; display: flex; align-items: center; gap: 8px; }
.tile p { font-size: .9rem; font-weight: 300; color: var(--text-soft); }
.tile .tile-go {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .88rem;
  font-weight: 600;
  color: var(--accent);
}
.tile .tile-go .icon { width: 16px; height: 16px; transition: transform var(--t-fast) var(--ease-out); }
.tile:hover .tile-go .icon { transform: translateX(5px); }

/* ============ QUIZ-TEASER ============ */
.quiz-banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-l);
  background: var(--hero-grad);
  color: #eef2fb;
  padding: clamp(34px, 6vw, 64px);
  text-align: center;
  box-shadow: var(--shadow-m);
}
.quiz-banner::before, .quiz-banner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
}
.quiz-banner::before {
  width: 300px; height: 300px; top: -120px; left: -80px;
  background: rgba(127, 168, 224, .35);
}
.quiz-banner::after {
  width: 260px; height: 260px; bottom: -120px; right: -60px;
  background: rgba(200, 106, 134, .28);
}
.quiz-banner h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.7rem, 4.6vw, 2.6rem);
  letter-spacing: .04em;
}
.quiz-banner p { margin: 14px auto 26px; max-width: 480px; font-weight: 300; color: rgba(238, 242, 251, .85); }

/* ============ APP-SEKTION ============ */
.app-section {
  position: relative;
  background: var(--hero-grad);
  color: #eef2fb;
  overflow: hidden;
}
.app-wave-top, .app-wave-bottom {
  display: block;
  width: 100%;
  height: clamp(40px, 6vw, 70px);
  background: var(--bg);
  transition: background-color .5s ease;
}
.app-wave-top { clip-path: ellipse(62% 100% at 50% 0%); }
.app-wave-bottom { clip-path: ellipse(62% 100% at 50% 100%); }
.app-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(30px, 6vw, 80px);
  padding-block: clamp(40px, 7vw, 80px);
}
.phone-mock {
  justify-self: center;
  width: clamp(210px, 27vw, 260px);
  /* Kein aspect-ratio: der Rahmen richtet sich nach dem Screenshot,
     so wird nichts beschnitten */
  border-radius: 40px;
  border: 3px solid rgba(238, 242, 251, .22);
  background: var(--navy-950);
  box-shadow: var(--shadow-l), 0 0 60px rgba(127, 168, 224, .18);
  padding: 5px;
  position: relative;
  transform: rotate(-4deg);
  transition: transform .6s var(--ease-out);
}
.phone-mock:hover { transform: rotate(0) scale(1.02); }
/* "html.js .reveal-scale.in-view { transform: none }" aus base.css ist
   spezifischer als .phone-mock und hat die Neigung bisher gelöscht. */
html.js .phone-mock.reveal-scale.in-view { transform: rotate(-4deg); }
html.js .phone-mock.reveal-scale.in-view:hover { transform: rotate(0) scale(1.02); }
.phone-mock picture { display: block; }
.phone-mock img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 34px;
}

.app-copy .badge { margin-bottom: 16px; }
.app-copy h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.9rem, 5vw, 2.9rem);
  letter-spacing: .04em;
}
.app-copy p { margin-top: 16px; max-width: 480px; font-weight: 300; color: rgba(238, 242, 251, .84); }
.store-buttons { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 11px 20px;
  border-radius: 14px;
  border: 1px solid rgba(238, 242, 251, .25);
  background: rgba(238, 242, 251, .06);
  transition: background-color var(--t-fast) ease, transform var(--t-fast) var(--ease-spring), border-color var(--t-fast);
}
.store-btn:hover { background: rgba(238, 242, 251, .14); transform: translateY(-2px); border-color: rgba(238, 242, 251, .5); }
.store-btn .icon { width: 24px; height: 24px; color: var(--ice-200); }
.store-btn small { display: block; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(238, 242, 251, .6); }
.store-btn strong { font-size: .95rem; font-weight: 500; }
/* Noch kein Store-Link: sichtbar als Vorschau, nicht als Button */
.store-btn.is-soon {
  cursor: default;
  border-style: dashed;
  border-color: rgba(238, 242, 251, .28);
  background: rgba(238, 242, 251, .04);
}
.store-btn.is-soon:hover { transform: none; background: rgba(238, 242, 251, .04); border-color: rgba(238, 242, 251, .28); }
.store-btn.is-soon .icon { color: rgba(207, 223, 245, .6); }
.store-btn.is-soon strong { color: rgba(238, 242, 251, .8); }

.app-copy .badge .icon { width: 14px; height: 14px; }
.app-feats {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 10px 28px;
}
.app-feats li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .9rem;
  font-weight: 300;
  color: rgba(238, 242, 251, .88);
}
.app-feats .icon { width: 17px; height: 17px; flex: 0 0 auto; color: var(--ice-300); }
/* Selektor bewusst mit p: sonst schlägt ".app-copy p" (0-1-1) diese
   Regel (0-1-0), und das Kleingedruckte bekäme Farbe, Breite und
   Abstand des Lead-Textes. */
.app-copy p.app-note {
  margin-top: 18px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 460px;
  font-size: .83rem;
  font-weight: 300;
  color: rgba(238, 242, 251, .62);
}
.app-note .icon { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 2px; }

/* ============ NEWS ============ */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.6vw, 30px);
}
.news-card { display: flex; flex-direction: column; overflow: hidden; }
.news-media {
  position: relative;
  aspect-ratio: 16 / 8.4;
  background:
    radial-gradient(120% 160% at 20% 0%, rgba(127, 168, 224, .5), transparent 55%),
    radial-gradient(130% 150% at 90% 100%, rgba(200, 106, 134, .34), transparent 55%),
    var(--hero-grad);
  display: grid;
  place-items: center;
  color: rgba(238, 242, 251, .9);
  overflow: hidden;
}
.news-media .icon { width: 44px; height: 44px; opacity: .9; transition: transform .5s var(--ease-out); }
.news-card:hover .news-media .icon { transform: scale(1.15) rotate(-6deg); }

/* Titelbild statt Icon-Kachel */
.news-media.has-img { background: var(--bg-raised); }
.news-media.has-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s var(--ease-out);
}
.news-card:hover .news-media.has-img img { transform: scale(1.05); }

/* Beitragsbild im geöffneten Beitrag */
.news-modal-figure {
  margin-top: 18px;
  border-radius: var(--radius-m);
  overflow: hidden;
  background: var(--bg-raised);
}
.news-modal-figure img { display: block; width: 100%; height: auto; }
.news-body { display: flex; flex-direction: column; gap: 12px; padding: 22px; flex: 1; }
.news-meta { display: flex; align-items: center; gap: 10px; font-size: .8rem; color: var(--text-faint); }
.news-card h3 { font-size: 1.08rem; line-height: 1.35; }
.news-card p { font-size: .92rem; font-weight: 300; color: var(--text-soft); }
.news-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .88rem;
  font-weight: 600;
  color: var(--accent);
}
.news-more .icon { width: 16px; height: 16px; transition: transform var(--t-fast) var(--ease-out); }
.news-card:hover .news-more .icon { transform: translateX(5px); }

/* ============ PROGRAMM: TIMELINE ============ */
.timeline { position: relative; max-width: 760px; margin-inline: auto; }
.timeline::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent), var(--ice-300), var(--accent));
  opacity: .45;
}
.tl-item { position: relative; padding: 0 0 clamp(28px, 4vw, 44px) 76px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 54px; height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-s);
  color: var(--accent);
  z-index: 1;
  transition: transform var(--t-fast) var(--ease-spring), background-color var(--t-fast), color var(--t-fast);
}
.tl-dot .icon { width: 24px; height: 24px; }
.tl-item:hover .tl-dot { background: var(--primary); color: var(--primary-contrast); transform: scale(1.08) rotate(-5deg); }
.tl-time {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: .06em;
  color: var(--accent);
}
.tl-item h3 { margin-top: 4px; font-size: 1.15rem; }
.tl-item p { margin-top: 8px; font-weight: 300; color: var(--text-soft); max-width: 560px; }
.tl-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; font-weight: 600; font-size: .9rem; color: var(--accent); }
.tl-link .icon { width: 16px; height: 16px; }

/* ============ MASTERCLASSES ============ */
.mc-list { display: grid; gap: clamp(16px, 2.4vw, 24px); }
.mc-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(16px, 3vw, 30px);
  padding: clamp(20px, 3vw, 30px);
}
.mc-time {
  display: grid;
  place-items: center;
  width: 84px; height: 84px;
  border-radius: 20px;
  background: var(--accent-soft);
  color: var(--primary);
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: .04em;
  flex-shrink: 0;
}
.mc-main h3 { font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.35; }
.mc-speaker {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: .9rem;
  color: var(--text-soft);
}
.mc-speaker .icon { width: 17px; height: 17px; color: var(--accent); }
.mc-badges { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.mc-actions { display: flex; flex-direction: column; gap: 10px; align-items: stretch; }

/* Masterclass-Detail (Modal) */
.mc-detail { text-align: center; }
.mc-photo {
  width: 108px; height: 108px;
  margin-inline: auto;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--accent-soft);
  box-shadow: var(--shadow-m);
}
.mc-detail h3 { margin-top: 16px; font-size: 1.2rem; }
.mc-detail .role { margin-top: 4px; color: var(--text-soft); font-size: .9rem; }
.mc-detail .mc-title { margin-top: 18px; font-size: 1.06rem; color: var(--accent); font-weight: 600; }
.mc-detail .desc { margin-top: 14px; text-align: left; color: var(--text-soft); font-weight: 300; font-size: .95rem; }

/* Anmelde-Wizard */
.wizard { max-width: 680px; margin-inline: auto; }
.wizard-progress {
  display: flex;
  gap: 8px;
  margin-bottom: clamp(24px, 4vw, 36px);
}
.wizard-progress span {
  flex: 1;
  height: 5px;
  border-radius: 3px;
  background: var(--border);
  overflow: hidden;
  position: relative;
}
.wizard-progress span::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--accent), var(--ice-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s var(--ease-out);
}
.wizard-progress span.done::after { transform: scaleX(1); }

.wizard-step { display: none; }
.wizard-step.active { display: block; animation: step-in .45s var(--ease-out); }
@keyframes step-in {
  from { opacity: 0; transform: translateX(26px); }
  to   { opacity: 1; transform: none; }
}
.wizard-step h3 { font-size: 1.3rem; text-align: center; }
.wizard-step .step-sub { text-align: center; margin: 8px 0 24px; color: var(--text-soft); font-weight: 300; }

.mc-option {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  text-align: left;
  padding: 16px 18px;
  border: 1.5px solid var(--border-strong);
  border-radius: 14px;
  background: var(--surface);
  transition: border-color var(--t-fast) ease, background-color var(--t-fast) ease, transform var(--t-fast) var(--ease-out);
  cursor: pointer;
}
.mc-option + .mc-option { margin-top: 12px; }
.mc-option:hover { border-color: var(--accent); transform: translateX(4px); }
.mc-option .radio {
  flex: 0 0 auto;
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 2px solid var(--border-strong);
  display: grid;
  place-items: center;
  transition: border-color var(--t-fast);
}
.mc-option .radio::after {
  content: "";
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--accent);
  transform: scale(0);
  transition: transform .25s var(--ease-spring);
}
.mc-option[aria-checked="true"] { border-color: var(--accent); background: var(--accent-soft); }
.mc-option[aria-checked="true"] .radio { border-color: var(--accent); }
.mc-option[aria-checked="true"] .radio::after { transform: scale(1); }
.mc-option .opt-title { display: block; font-weight: 500; font-size: .95rem; line-height: 1.35; }
.mc-option .opt-seats { display: block; font-size: .8rem; margin-top: 3px; }
.mc-option .opt-seats.ok { color: var(--success); }
.mc-option .opt-seats.out { color: var(--danger); }
.mc-option[aria-disabled="true"] { opacity: .55; pointer-events: none; }

.wizard-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
}

.summary-box {
  border: 1px dashed var(--border-strong);
  border-radius: 14px;
  padding: 20px;
}
.summary-box dl { display: grid; grid-template-columns: auto 1fr; gap: 10px 20px; }
.summary-box dt { font-weight: 600; font-size: .88rem; color: var(--text-faint); }
.summary-box dd { font-size: .95rem; }

.wizard-success { text-align: center; padding: 20px 0; }
.success-ring {
  width: 92px; height: 92px;
  margin: 0 auto 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--success-soft);
  color: var(--success);
  animation: pop-in .6s var(--ease-spring);
}
.success-ring .icon { width: 44px; height: 44px; }
@keyframes pop-in {
  0% { transform: scale(.4); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* ============ TICKETS ============ */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 26px);
  max-width: 1040px;
  margin-inline: auto;
}

.price-card { padding: clamp(24px, 3.2vw, 38px); text-align: center; overflow: hidden; }
/* Drei Stufen bleiben lange nebeneinander, dann einspaltig – zwei Spalten
   würden bei drei Karten eine einzelne Waise erzeugen */
@media (max-width: 860px) {
  .price-grid { grid-template-columns: 1fr; max-width: 460px; }
}
.price-card .badge { margin-bottom: 14px; }
.price-value {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 4.2rem);
  line-height: 1;
  color: var(--text);
}
.price-value sup { font-size: .4em; margin-right: 4px; }
.price-card .per { margin-top: 6px; color: var(--text-faint); font-size: .9rem; }
.price-card ul { margin-top: 20px; text-align: left; display: grid; gap: 10px; }
.price-card ul li { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; color: var(--text-soft); }
.price-card ul .icon { width: 18px; height: 18px; color: var(--success); margin-top: 3px; }
.price-card.featured { border-color: var(--accent); box-shadow: var(--shadow-m); }
.price-card.featured::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--wine));
}

.sale-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 24px); }
.sale-point { padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.sale-point h3 { font-size: 1.02rem; }
.sale-point p { font-size: .9rem; color: var(--text-soft); font-weight: 300; }
.sale-point .hours { display: flex; align-items: center; gap: 8px; font-size: .84rem; color: var(--text-faint); }
.sale-point .hours .icon { width: 15px; height: 15px; }

/* ============ GEWINNSPIEL ============ */
.raffle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 26px); }
.raffle-card { padding: clamp(24px, 3vw, 32px); text-align: center; }
.raffle-card .icon-chip { margin-inline: auto; }
.raffle-card h3 { margin-top: 16px; font-size: 1.05rem; }
.raffle-card p { margin-top: 10px; font-size: .92rem; font-weight: 300; color: var(--text-soft); }

.charity-note {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 720px;
  margin: clamp(28px, 5vw, 44px) auto 0;
  padding: 20px 24px;
  border-radius: var(--radius-m);
  background: var(--wine-soft);
  color: var(--wine);
  font-weight: 500;
}
.charity-note .icon { width: 26px; height: 26px; flex-shrink: 0; }

.giveaway-form { max-width: 560px; margin-inline: auto; }

/* ============ QUIZ-SEITE ============ */
.quiz-shell { max-width: 640px; margin-inline: auto; }
.quiz-progress { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.quiz-progress .bar {
  flex: 1;
  height: 6px;
  border-radius: 3px;
  background: var(--border);
  overflow: hidden;
}
.quiz-progress .bar span {
  display: block;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--accent), var(--wine));
  transition: width .5s var(--ease-out);
}
.quiz-progress .count { font-size: .85rem; color: var(--text-faint); white-space: nowrap; }
.quiz-q { font-size: clamp(1.25rem, 3vw, 1.6rem); text-align: center; margin-bottom: 26px; }
.quiz-answers { display: grid; gap: 12px; }
.quiz-answer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1.5px solid var(--border-strong);
  border-radius: 14px;
  background: var(--surface);
  text-align: left;
  font-size: .96rem;
  transition: border-color var(--t-fast), background-color var(--t-fast), transform var(--t-fast) var(--ease-out);
}
.quiz-answer:hover { border-color: var(--accent); background: var(--accent-soft); transform: translateX(5px); }
.quiz-answer .key {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 30px; height: 30px;
  border-radius: 9px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 600;
  font-size: .84rem;
}
.quiz-result { text-align: center; }
.quiz-result .success-ring { background: var(--accent-soft); color: var(--accent); }
.quiz-result h2 { font-family: var(--font-display); font-weight: 400; font-size: 2rem; letter-spacing: .04em; }
.quiz-result .wine-style { margin-top: 6px; color: var(--wine); font-weight: 600; }
.quiz-result p { margin: 18px auto 0; max-width: 460px; color: var(--text-soft); }

/* ============ WINZER-PLATZHALTER ============ */
.coming {
  max-width: 620px;
  margin-inline: auto;
  text-align: center;
  padding: clamp(40px, 7vw, 70px) clamp(24px, 5vw, 48px);
}
.coming .icon-chip {
  margin-inline: auto;
  width: 74px; height: 74px;
  border-radius: 22px;
  animation: float-soft 4.5s ease-in-out infinite;
}
.coming .icon-chip .icon { width: 34px; height: 34px; }
@keyframes float-soft { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.coming h2 { margin-top: 22px; font-size: 1.4rem; }
.coming p { margin-top: 12px; color: var(--text-soft); font-weight: 300; }
.coming .dots { display: flex; justify-content: center; gap: 8px; margin-top: 26px; }
.coming .dots span {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--accent);
  animation: dot-bounce 1.3s ease-in-out infinite;
}
.coming .dots span:nth-child(2) { animation-delay: .18s; }
.coming .dots span:nth-child(3) { animation-delay: .36s; }
@keyframes dot-bounce {
  0%, 100% { transform: translateY(0); opacity: .4; }
  50% { transform: translateY(-7px); opacity: 1; }
}

/* ============ KONTAKT ============ */
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(18px, 3vw, 28px); max-width: 860px; margin-inline: auto; }
.person-card { display: flex; gap: 18px; padding: 26px; }
.person-avatar {
  flex: 0 0 auto;
  width: 62px; height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--hero-grad);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.5rem;
}
.person-card h3 { font-size: 1.08rem; }
.person-card .org { color: var(--accent); font-size: .88rem; font-weight: 600; margin-top: 2px; }
.person-card a {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 9px;
  font-size: .92rem;
  color: var(--text-soft);
  transition: color var(--t-fast);
}
.person-card a:hover { color: var(--accent); }
.person-card a .icon { width: 16px; height: 16px; color: var(--accent); }

.legal-block { max-width: 820px; margin-inline: auto; }
.legal-block h3 { margin: 30px 0 10px; font-size: 1.05rem; }
.legal-block p { color: var(--text-soft); font-weight: 300; font-size: .94rem; }
.legal-block .pre { white-space: pre-line; }

/* ---------- Masterclasses: „werden noch bekannt gegeben“ ---------- */
.mc-soon {
  max-width: 660px;
  margin-inline: auto;
  padding: clamp(30px, 5vw, 52px);
  text-align: center;
}
.mc-soon .icon-chip { margin-inline: auto; }
.mc-soon h2 {
  margin-top: 20px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 3.4vw, 2.1rem);
  line-height: 1.2;
}
.mc-soon p {
  margin-top: 14px;
  color: var(--text-soft);
  font-weight: 300;
}
.mc-soon-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============ PARTNER-SEITE ============ */
.partner-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 26px); }
.partner-logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
.partner-logo-tile {
  position: relative;
  overflow: hidden;
  flex: 0 1 186px;
  display: grid;
  place-items: center;
  padding: 24px 20px;
  min-height: 126px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-m);
  transition: transform var(--t-fast) var(--ease-out), box-shadow var(--t-fast);
}
.partner-logo-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-m); }
/* Höhe UND Breite begrenzen, damit breite und quadratische Logos
   optisch gleich groß wirken */
.partner-logo-tile img {
  max-height: 64px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  /* Animation liegt auf dem Bild, nicht auf der Kachel – sonst würde sie
     mit dem transform des .reveal-Eintritts kollidieren */
  animation: partner-float 7s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * -.85s);
}
@keyframes partner-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

@media (prefers-reduced-motion: reduce) {
  .partner-logo-tile img { animation: none; }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  /* Mehr Kopfraum, damit der Logo-Schimmer oben nicht abgeschnitten wird,
     und der Schimmer selbst vertikal kompakter */
  .hero { padding-top: calc(var(--header-h) + clamp(56px, 9vh, 92px)); padding-bottom: clamp(110px, 15vh, 150px); }
  .hero-logo-glow { inset: -18% -26%; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; gap: 34px; }
  /* display:contents löst die Logo-Spalte auf, damit das Logo nach oben und
     der Powered-by-Block ans Ende der Hero-Spalte wandern kann */
  .hero-logo-col { display: contents; }
  .hero-logo-wrap { order: -1; justify-self: center; }
  .powered-by { order: 1; margin-top: 0; }
  .hero-lead, .hero-facts { margin-inline: auto; }
  .hero-facts { grid-template-columns: repeat(2, minmax(0, max-content)); justify-content: center; }
  .hero-ctas { justify-content: center; }
  .hero-countdown { display: flex; justify-content: center; }
  .vision-grid, .news-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .app-grid { grid-template-columns: 1fr; text-align: center; }
  .app-copy p { margin-inline: auto; }
  .app-feats { grid-template-columns: repeat(2, minmax(0, max-content)); justify-content: center; text-align: left; }
  .app-note { margin-inline: auto; text-align: left; }
  .store-buttons { justify-content: center; }
  .phone-mock { order: 2; }
  .contact-grid { grid-template-columns: 1fr; }
  .sale-points, .raffle-grid, .partner-points { grid-template-columns: 1fr; max-width: 540px; margin-inline: auto; }
  .mc-card { grid-template-columns: 1fr; text-align: center; }
  .mc-time { margin-inline: auto; }
  .mc-speaker { justify-content: center; }
  .mc-badges { justify-content: center; }
  .mc-actions { flex-direction: row; justify-content: center; flex-wrap: wrap; }
}

/* Phones: großes Hero-Logo ausblenden (steckt bereits im Header) –
   so beginnt die Startseite direkt mit Datum und Inhalt statt mit
   einem halben Bildschirm Logo. Der Powered-by-Block bleibt und
   rutscht dafür unter den Countdown. */
@media (max-width: 700px) {
  .hero-logo-wrap { display: none; }
  .powered-by { margin-top: clamp(30px, 5vh, 44px); }
  /* etwas mehr Luft nach unten, damit der Scroll-Pfeil nicht am Logo klebt */
  .hero { padding-top: calc(var(--header-h) + clamp(36px, 6vh, 56px)); padding-bottom: clamp(132px, 18vh, 176px); }
  .hero-grid { gap: 0; }
}

@media (max-width: 560px) {
  .tiles, .tiles-2 { grid-template-columns: 1fr; }

  /* Partnerlogos am Handy: festes Raster mit genau zwei Spalten.
     Die Flex-Basis von 186px passt sonst nur einmal nebeneinander,
     die neun Logos stünden als lange Einerkolonne untereinander. */
  .partner-logos-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .partner-logo-tile {
    flex: none;
    /* Grid-Items haben min-width:auto – ohne das hier könnte ein
       breiteres Logo die Spalte auseinanderdrücken */
    min-width: 0;
    min-height: 100px;
    padding: 16px 12px;
  }
  .partner-logo-tile img { max-height: 48px; }
  /* Ungerade Anzahl: die letzte Kachel allein mittig statt links */
  .partner-logo-tile:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    /* 6px = halbe gap von oben; bei Änderung der gap mitziehen */
    width: calc(50% - 6px);
  }

  /* App-Sektion am Handy: die zweispaltige Feature-Liste zwängt jeden
     Punkt in zwei Zeilen und franst aus. Einspaltig, als Block mittig,
     Zeilen untereinander linksbündig – dann fluchten die Icons. */
  .app-feats {
    grid-template-columns: 1fr;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    gap: 12px;
  }
  .app-feats li { font-size: .95rem; }
  /* Beide Store-Kacheln gleich breit statt unterschiedlich nach Textlänge */
  .store-buttons { gap: 10px; }
  .store-btn { flex: 1 1 0; min-width: 0; justify-content: center; padding-inline: 12px; }
  .store-btn strong { font-size: .9rem; }
  /* Hinweiszeile mittig wie der Rest der Sektion */
  .app-copy p.app-note { justify-content: center; text-align: center; }
  /* Das Mockup ist das Zugpferd der Sektion und stand bisher ganz unten
     hinter dem Kleingedruckten. Am Handy gerade statt geneigt – die
     Neigung wirkt nur neben dem Text, nicht mittig darunter. */
  .phone-mock { order: -1; width: min(62vw, 240px); }
  html.js .phone-mock.reveal-scale.in-view { transform: none; }
  html.js .phone-mock.reveal-scale.in-view:hover { transform: none; }
  /* Der ganze Hero ist am Handy zentriert – die vier Eckdaten dürfen
     dann nicht linksbündig aus der Mitte herausfallen. justify-items
     zentriert jede Zeile für sich, text-align fängt den Umbruch ab. */
  .hero-facts { grid-template-columns: 1fr; justify-items: center; max-width: 320px; }
  .hero-facts li { white-space: normal; text-align: left; }
  .cd-unit { min-width: 46px; }
  .timeline::before { left: 22px; }
  .tl-item { padding-left: 64px; }
  .tl-dot { width: 46px; height: 46px; border-radius: 13px; }
  .tl-dot .icon { width: 20px; height: 20px; }
  .wizard-nav { flex-direction: column-reverse; }
  .wizard-nav .btn { width: 100%; }
  .person-card { flex-direction: column; align-items: flex-start; }
}

/* Sehr schmale Geräte. Steht bewusst NACH dem 560er-Block: bei
   max-width-Queries gewinnt bei gleicher Spezifität die spätere
   Regel – vorher war .cd-unit hier wirkungslos. */
@media (max-width: 400px) {
  .hero-countdown { gap: 10px; padding: 14px 16px; }
  .cd-unit { min-width: 36px; }
  .cd-sep { display: none; }
  /* "Demnächst im / App Store" bricht bei zwei Spalten dreizeilig um */
  .store-buttons { flex-direction: column; align-items: center; }
  .store-btn { width: 100%; max-width: 280px; }
}

/* ============================================================
   Big-Bottle-Tombola (gewinnspiel.html)
   ============================================================ */

.section-tint { background: var(--bg-raised); }

/* Bedingungen unten in der Masterclass-Anmelde-Karte */
.wizard-terms { margin-top: clamp(24px, 3.4vw, 34px); border-top: 1px solid var(--border); padding-top: clamp(18px, 2.6vw, 26px); }
.wizard-terms .accordion { background: var(--surface); }

/* Ablauf-Schritte */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2vw, 22px);
}
.step-card { position: relative; padding: clamp(24px, 3vw, 30px) 22px 26px; text-align: center; }
.step-card .step-num {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  color: var(--primary);
  font-size: .82rem;
  font-weight: 600;
}
.step-card .icon-chip { margin-inline: auto; }
.step-card h3 { margin-top: 14px; font-size: 1rem; }
.step-card p { margin-top: 8px; font-size: .89rem; font-weight: 300; color: var(--text-soft); }

/* Probe-Los */
.los-duo {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
}
.los-hints { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.los-hints li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .92rem;
  color: var(--text-soft);
}
.los-hints .icon { width: 18px; height: 18px; color: var(--accent); flex: 0 0 auto; margin-top: 2px; }

.los-stage { width: min(380px, 100%); margin-inline: auto; text-align: center; }

/* Kuvert: Rückwand → Los-Zettel → Vordertasche → Lasche mit Siegel */
.kuvert {
  position: relative;
  width: 100%;
  aspect-ratio: 8 / 5;
  margin-top: clamp(80px, 12vw, 110px); /* Platz für den herausgezogenen Zettel */
  perspective: 900px;
}
.kuvert-back {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(160deg, #dbe7f8, #cfdff5);
  box-shadow: var(--shadow-m);
}
.kuvert-zettel {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 6%;
  height: 88%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1.5px dashed var(--ice-300);
  box-shadow: var(--shadow-s);
  transform: translateY(0);
  transition: transform .6s var(--ease-spring) .18s;
}
.kuvert.open .kuvert-zettel { transform: translateY(-74%); }
.los-result {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 1.9rem);
  letter-spacing: .08em;
  line-height: 1.15;
  color: var(--text-faint);
}
.kuvert-zettel.win .los-result { color: var(--success); }
.kuvert-zettel.haupt .los-result { color: var(--wine); }
.los-spruch { color: var(--text-soft); font-size: .9rem; line-height: 1.5; max-width: 250px; }
.kuvert-pocket {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 14px;
  background: linear-gradient(200deg, #e8f0fb, #d5e3f7);
  clip-path: polygon(0 0, 50% 22%, 100% 0, 100% 100%, 0 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .6);
}
.kuvert-flap {
  position: absolute;
  inset: 0 0 auto 0;
  height: 52%;
  z-index: 4;
  background: linear-gradient(180deg, #e3edfb, #d0dff5);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  border-radius: 14px 14px 0 0;
  transform-origin: top center;
  transition: transform .55s var(--ease-out), z-index 0s .28s;
}
.kuvert.open .kuvert-flap { transform: rotateX(178deg); z-index: 1; }
.kuvert-seal {
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--wine);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(140, 47, 78, .35);
}
.kuvert-seal .icon { width: 20px; height: 20px; }
.los-stage .btn { margin-top: 22px; }
@media (prefers-reduced-motion: reduce) {
  .kuvert-zettel, .kuvert-flap { transition: none; }
}

/* Charity-Band */
.charity-band {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.6vw, 26px);
  padding: clamp(22px, 3.4vw, 34px);
  border-radius: var(--radius-m);
  background: linear-gradient(120deg, var(--wine-soft), #fdf4f7);
  border: 1px solid #f0d9e2;
}
.charity-band .icon-chip { background: #ffffff; color: var(--wine); flex: 0 0 auto; }
.charity-band h3 { font-size: 1.1rem; }
.charity-band p { margin-top: 6px; color: var(--text-soft); font-size: .95rem; line-height: 1.6; }

/* FAQ-Akkordeon */
.faq {
  max-width: 780px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow-s);
  transition: border-color var(--t-fast) ease;
}
.faq details[open] { border-color: var(--ice-300); }
.faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  cursor: pointer;
  font-weight: 500;
  font-size: .97rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .icon-chip { width: 40px; height: 40px; border-radius: 11px; flex: 0 0 auto; }
.faq summary .icon-chip .icon { width: 19px; height: 19px; }
.faq summary .chev { margin-left: auto; flex: 0 0 auto; color: var(--text-faint); transition: transform .25s var(--ease-out); }
.faq summary .chev .icon { width: 18px; height: 18px; }
.faq details[open] summary .chev { transform: rotate(180deg); }
.faq summary:hover { color: var(--primary); }
.faq .faq-body {
  padding: 0 20px 18px 72px;
  color: var(--text-soft);
  font-size: .93rem;
  line-height: 1.65;
}

/* CTA-Karte */
.cta-card { text-align: center; padding: clamp(28px, 5vw, 48px); }
.cta-card h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); }
.cta-card p { margin-top: 10px; color: var(--text-soft); max-width: 520px; margin-inline: auto; }
.cta-actions { margin-top: 24px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 960px) {
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .los-duo { grid-template-columns: 1fr; }
  .los-copy { text-align: center; }
  .los-hints li { justify-content: center; text-align: left; }
}
@media (max-width: 560px) {
  .steps-grid { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .faq .faq-body { padding-left: 20px; }
}

/* ============================================================
   Genuss-Seite (genuss.html)
   ============================================================ */

/* Schmankerl-Laufband */
.ticker {
  overflow: hidden;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 13px 0;
}
.ticker-track {
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  animation: ticker-run 30s linear infinite;
}
.ticker-track span {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--primary);
  white-space: nowrap;
}
.ticker-track span:nth-of-type(even) { color: var(--wine); }
.ticker-track i { color: var(--ice-300); font-size: .8rem; font-style: normal; }
@keyframes ticker-run { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
}

/* Feature-Reihen der vier Stationen */
.gen-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4.5vw, 64px);
  align-items: center;
}
.gen-row + .gen-row { margin-top: clamp(44px, 7vw, 88px); }
.gen-row.flip .gen-visual { order: 2; }
.gen-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-l);
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: var(--shadow-m);
}
.gen-visual.tint-blue { background: linear-gradient(140deg, var(--accent-soft), #cfe0f6); }
.gen-visual.tint-gold { background: linear-gradient(140deg, #fdf3df, #f6e3bd); }
.gen-visual.tint-wine { background: linear-gradient(140deg, var(--wine-soft), #f2d7e1); }
.gen-visual.tint-ice  { background: linear-gradient(140deg, #eef4fd, var(--ice-200)); }
.gen-icon {
  width: clamp(96px, 12vw, 128px);
  height: clamp(96px, 12vw, 128px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .85);
  box-shadow: var(--shadow-s);
  transition: transform .5s var(--ease-spring);
}
.gen-icon .icon { width: 46%; height: 46%; color: var(--primary); }
.tint-gold .gen-icon .icon { color: #a2761f; }
.tint-wine .gen-icon .icon { color: var(--wine); }
.gen-row:hover .gen-icon { transform: scale(1.09) rotate(-5deg); }
.float-dot {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
  animation: float-dot 5.5s ease-in-out infinite;
}
.float-dot.d1 { width: 18px; height: 18px; top: 18%; left: 16%; }
.float-dot.d2 { width: 12px; height: 12px; bottom: 20%; left: 26%; animation-delay: 1.4s; }
.float-dot.d3 { width: 26px; height: 26px; top: 28%; right: 14%; animation-delay: 2.6s; }
@keyframes float-dot {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@media (prefers-reduced-motion: reduce) {
  .float-dot { animation: none; }
}
.gen-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  line-height: 1;
  color: var(--ice-200);
  margin-bottom: 6px;
}
.gen-copy h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); }
.gen-copy p { margin-top: 12px; color: var(--text-soft); line-height: 1.7; max-width: 520px; }
.gen-chips { margin-top: 18px; display: flex; gap: 10px; flex-wrap: wrap; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--primary);
  font-size: .84rem;
  font-weight: 600;
}
.chip .icon { width: 15px; height: 15px; }

/* Öffnungszeiten-Band */
.open-band {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.6vw, 26px);
  flex-wrap: wrap;
  padding: clamp(22px, 3.4vw, 32px);
  border-radius: var(--radius-m);
  background: linear-gradient(120deg, var(--accent-soft), #eef4fd);
  border: 1px solid var(--ice-200);
}
.open-band .icon-chip { background: #ffffff; flex: 0 0 auto; }
.open-band h3 { font-size: 1.1rem; }
.open-band p { margin-top: 5px; color: var(--text-soft); font-size: .94rem; }
.open-band > div { flex: 1 1 260px; }
.open-times {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-left: auto;
  font-variant-numeric: tabular-nums;
}
.open-times b { font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.1rem); color: var(--primary); }
.open-times i { font-style: normal; color: var(--text-faint); font-size: .85rem; }

/* Genussmomente */
.taste-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2.2vw, 24px);
}
.taste-card { padding: clamp(24px, 3vw, 32px); text-align: center; position: relative; }
.taste-tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px 13px;
  border-radius: 999px;
  background: var(--wine-soft);
  color: var(--wine);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.taste-card .icon-chip { margin-inline: auto; }
.taste-card h3 { margin-top: 14px; font-size: 1.02rem; }
.taste-card p { margin-top: 8px; font-size: .9rem; font-weight: 300; color: var(--text-soft); }

@media (max-width: 900px) {
  .gen-row { grid-template-columns: 1fr; gap: 18px; }
  .gen-row.flip .gen-visual { order: 0; }
  .gen-visual { aspect-ratio: 16 / 9; }
  .gen-copy { text-align: center; }
  .gen-copy p { margin-inline: auto; }
  .gen-chips { justify-content: center; }
  .taste-strip { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .open-times { margin-inline: auto; }
}
