/* booster-radar — hell, nach dem Sneakerjagers-Vorbild.
   Die dunkle Fassung liegt als style-dunkel.css daneben. */
:root {
  --bg: #ffffff;
  --flaeche: #f6f7f8;
  --rand: #e4e7ea;
  --text: #14181c;
  --leise: #697077;
  --gruen: #0f9d58;
  --rot: #d93a2b;
  --akzent: #0f9d58;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
}
.huelle { max-width: 880px; margin: 0 auto; padding: 0 20px; }

header { padding: 34px 0 24px; display: flex; align-items: center;
         justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.marke span a { color: inherit; text-decoration: none; }
nav.haupt { display: flex; gap: 22px; font-size: 15px; }
nav.haupt a { color: var(--leise); text-decoration: none; }
nav.haupt a:hover { color: var(--text); }
.marke { display: flex; align-items: center; gap: 14px; }
.zeichen { width: 30px; height: 44px; position: relative; flex: none; }
.zeichen i {
  position: absolute; inset: 0 0 10px 0;
  border: 2px solid var(--text); border-radius: 4px;
}
.zeichen b {
  position: absolute; left: 0; right: 0; bottom: 0; height: 8px;
  background: var(--gruen); border-radius: 2px;
  box-shadow: none;
}
.marke span { font-size: 22px; font-weight: 600; letter-spacing: -.01em; }
.marke span em { font-style: normal; color: var(--gruen); }

h1 { font-size: 34px; line-height: 1.25; margin: 28px 0 12px; letter-spacing: -.02em; }
.lede { font-size: 18px; color: var(--leise); margin: 0 0 28px; max-width: 62ch; }

.knopf {
  display: inline-block; background: #14181c; color: #fff;
  padding: 13px 22px; border-radius: 999px; text-decoration: none;
  font-weight: 600;
}
.knopf:hover { filter: brightness(1.08); }
.knopf.leise {
  background: #fff; color: var(--text); border: 1px solid #cfd4d9;
}

section { padding: 34px 0; border-top: 1px solid var(--rand); }
h2 { font-size: 20px; margin: 0 0 16px; }

.schritte { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.schritt { background: var(--flaeche); border: 1px solid var(--rand);
           border-radius: 10px; padding: 18px; }
.schritt .nr { color: var(--gruen); font-weight: 700; font-size: 13px; }
.schritt h3 { font-size: 16px; margin: 8px 0 6px; }
.schritt p { margin: 0; color: var(--leise); font-size: 14.5px; }

table { width: 100%; border-collapse: collapse; font-size: 15px; }
th { text-align: left; color: var(--leise); font-weight: 500; font-size: 13px;
     padding: 0 10px 10px 0; }
td { padding: 12px 10px 12px 0; border-top: 1px solid var(--rand);
     vertical-align: top; }
.punkt { display: inline-block; width: 8px; height: 8px; border-radius: 50%; }
.ja { background: var(--gruen); }
.nein { background: #c2c8ce; }
.shop { color: var(--leise); font-size: 13.5px; }
.stand { color: var(--leise); font-size: 13px; margin-top: 14px; }

footer { padding: 34px 0 60px; color: var(--leise); font-size: 14px;
         border-top: 1px solid var(--rand); }
footer a { color: var(--leise); }
.hinweis { background: var(--flaeche); border: 1px solid var(--rand);
           border-left: 3px solid var(--akzent); border-radius: 8px;
           padding: 14px 16px; color: var(--leise); font-size: 14.5px; }
a { color: var(--gruen); }

@media (max-width: 700px) {
  .schritte { grid-template-columns: 1fr; }
  h1 { font-size: 27px; }
}

/* --- ab hier die Bausteine der Set- und Release-Seiten --- */

.marker { color: var(--leise); font-size: 13px; text-transform: uppercase;
          letter-spacing: .08em; margin: 0 0 6px; }
.marker a { color: var(--leise); }
h2.gross { font-size: 28px; letter-spacing: -.02em; margin: 0 0 12px; }
h2.gross a { color: var(--text); text-decoration: none; }
h2.gross a:hover { color: var(--gruen); }
h3 { font-size: 16px; margin: 26px 0 8px; }
.klein { color: var(--leise); font-size: 14px; }

.aufmacher { background: linear-gradient(160deg, #f2f7f4, #eef2f6);
             border: 1px solid var(--rand);
             border-radius: 14px; padding: 26px; margin-top: 34px; }


.raster { display: grid; gap: 14px; margin: 4px 0 0;
          grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); }
.karte { display: flex; flex-direction: column; gap: 4px; padding: 14px;
         background: var(--flaeche); border: 1px solid var(--rand);
         border-radius: 12px; text-decoration: none; color: var(--text); }
.karte:hover { border-color: #b9c1c8; box-shadow: 0 6px 20px rgba(20,24,28,.07); }
.karte .name { font-size: 14.5px; line-height: 1.35; }
.karte .preis { font-weight: 600; font-size: 15px; }
.karte .meta { color: var(--leise); font-size: 13px; }

.release { border-top: 1px solid var(--rand); padding: 18px 0;
           display: grid; grid-template-columns: 150px 1fr; gap: 16px; }
.release:first-of-type { border-top: 0; }
.release .wann { color: var(--gruen); font-size: 14px; font-weight: 600; }
.release h3 { margin: 0 0 4px; font-size: 18px; }
.release h3 a { color: var(--text); text-decoration: none; }
.release h3 a:hover { color: var(--gruen); }
.release p { margin: 0; }

footer p { margin: 12px 0; }

@media (max-width: 700px) {
  header { padding: 24px 0 18px; }
  .raster { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
  .release { grid-template-columns: 1fr; gap: 4px; }
    h2.gross { font-size: 23px; }
}

details { border-top: 1px solid var(--rand); padding: 12px 0; }
details summary { cursor: pointer; display: flex; justify-content: space-between;
                  gap: 16px; align-items: baseline; list-style: none; }
details summary::-webkit-details-marker { display: none; }
details summary::before { content: '+'; color: var(--gruen); font-weight: 700;
                          margin-right: 10px; }
details[open] summary::before { content: '–'; }
details summary b { font-weight: 500; font-size: 15px; flex: 1; }
details summary span { color: var(--leise); font-size: 13.5px; white-space: nowrap; }
details table { margin: 14px 0 6px; }

/* --- Countdown, gross ------------------------------------------------ */
.countdown { display: flex; flex-wrap: wrap; align-items: center;
             gap: 10px 20px; margin: 22px 0 26px; }
.countdown .uhr { display: flex; gap: 10px; }
.countdown .feld { background: var(--flaeche); border: 1px solid var(--rand);
                   border-radius: 12px; padding: 14px 20px; min-width: 108px;
                   text-align: center; }
.countdown .feld b { display: block; font-size: 54px; font-weight: 700;
                     line-height: 1; letter-spacing: -.04em;
                     font-variant-numeric: tabular-nums; color: var(--text); }
.countdown .feld:first-child b { color: var(--gruen); }
.countdown .feld span { display: block; margin-top: 8px; font-size: 12px;
                        text-transform: uppercase; letter-spacing: .1em;
                        color: var(--leise); }
.countdown .ziel { margin: 0; color: var(--leise); font-size: 15px; }
.countdown.erschienen .feld:first-child b { color: var(--leise); }

.countdown.klein { margin: 10px 0 12px; }
.countdown.klein .uhr { gap: 6px; }
.countdown.klein .feld { padding: 8px 10px; min-width: 62px; border-radius: 9px; }
.countdown.klein .feld b { font-size: 26px; }
.countdown.klein .feld span { margin-top: 5px; font-size: 10px; }
.countdown.klein .ziel { display: none; }

/* --- Spieleauswahl ---------------------------------------------------- */
.spiele { display: grid; gap: 16px; margin-top: 26px;
          grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); }
.spiel { display: block; padding: 20px; border: 1px solid var(--rand);
         border-radius: 14px; background: var(--flaeche); color: var(--text);
         text-decoration: none; }
.spiel:hover { border-color: #b9c1c8; box-shadow: 0 6px 20px rgba(20,24,28,.07); }
.spiel h2 { font-size: 19px; margin: 0 0 10px; }
.spiel .setname { margin: 0 0 6px; font-size: 15px; font-weight: 600; }
.spiel .setname.leise { color: var(--leise); font-weight: 400; }
.spiel .marker { margin: 0 0 2px; }
.spiel .klein { margin: 6px 0 0; }

@media (max-width: 700px) {
  .countdown .feld { padding: 11px 12px; min-width: 0; flex: 1; }
  .countdown .feld b { font-size: 34px; }
}

/* --- Aufmacher mit Radar oder Video ---------------------------------- */
.hero { position: relative; width: 100vw; margin-left: calc(50% - 50vw);
        padding: 74px 20px 66px; overflow: hidden; background: #0c1418;
        color: #f1f4f6; margin-bottom: 40px; }
.hero-grund { position: absolute; inset: 0; }
.hero-grund video { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.hero-grund::after { content: ''; position: absolute; inset: 0;
  background: radial-gradient(90% 120% at 78% 40%, rgba(16,185,129,.18),
              transparent 55%), linear-gradient(90deg, #0c1418 22%,
              rgba(12,20,24,.55) 70%, rgba(12,20,24,.85)); }
.hero .radar { position: absolute; right: -60px; top: 50%; width: 560px;
               height: 560px; transform: translateY(-50%); opacity: .85; }
.hero .radar circle, .hero .radar path { fill: none; stroke: rgba(60,215,119,.42);
                                         stroke-width: 1.5; }
.hero .radar .strahl { transform-origin: 200px 200px;
                       animation: dreh 5s linear infinite; }
.hero .radar .strahl path { fill: rgba(60,215,119,.22); stroke: none; }
.hero-inhalt { position: relative; max-width: 880px; margin: 0 auto; }
.hero-marke { margin: 0 0 10px; color: rgba(241,244,246,.62); font-size: 13px;
              text-transform: uppercase; letter-spacing: .1em; }
.hero h1 { font-size: 52px; line-height: 1.05; margin: 0 0 6px; color: #fff;
           letter-spacing: -.03em; }
.hero .countdown { margin: 24px 0 26px; }
.hero .countdown .feld { background: rgba(255,255,255,.07);
                         border-color: rgba(255,255,255,.16); }
.hero .countdown .feld b { color: #fff; }
.hero .countdown .feld:first-child b { color: var(--gruen); }
.hero .countdown .feld span, .hero .countdown .ziel { color: rgba(241,244,246,.6); }
.hero-knoepfe { margin: 0 0 30px; }
.hero .knopf { background: var(--gruen); color: #05230f; }
.hero .knopf.leise { background: rgba(255,255,255,.09); color: #fff;
                     border-color: rgba(255,255,255,.22); }

.wahl-frage { margin: 0 0 10px; font-size: 14px; color: rgba(241,244,246,.62); }
.wahl { display: flex; flex-wrap: wrap; gap: 8px; }
.wahl a { padding: 9px 16px; border-radius: 999px; font-size: 14.5px;
          text-decoration: none; color: #f1f4f6;
          border: 1px solid rgba(255,255,255,.2);
          background: rgba(255,255,255,.05); }
.wahl a:hover { background: rgba(60,215,119,.16); border-color: var(--gruen);
                color: #fff; }
.gross-lede { font-size: 19px; }

@media (max-width: 700px) {
  .hero { padding: 46px 18px 44px; }
  .hero h1 { font-size: 33px; }
  .hero .radar { right: -180px; width: 420px; height: 420px; opacity: .35; }
}

/* --- Hologramm im Stil einer Projektion ------------------------------ */
.hero .radar .hologramm { animation: schweben 6s ease-in-out infinite,
                                     holoflacker 5s steps(24) infinite; }
.hero .radar .hologramm .box { fill: rgba(60,215,119,.06);
                               stroke: rgba(160,255,205,.85); stroke-width: 1.6;
                               stroke-linejoin: round; }
.hero .radar .hologramm .kegel { fill: rgba(60,215,119,.16); stroke: none; }
.hero .radar .hologramm .kante { fill: none; stroke: rgba(160,255,205,.45);
                                 stroke-width: 1.2; }
.hero .radar .hologramm .scan { fill: none; stroke: rgba(150,255,200,.28);
                                stroke-width: 1.6; }
.hero .radar .hologramm .scanfeld { animation: scanlauf 3s linear infinite; }
@keyframes schweben { 0%, 100% { transform: translateY(0); }
                      50% { transform: translateY(-9px); } }
@keyframes scanlauf { from { transform: translateY(0); }
                      to { transform: translateY(6px); } }
@keyframes holoflacker { 0%, 100% { opacity: 1; }
                         14% { opacity: .78; } 16% { opacity: 1; }
                         46% { opacity: .62; } 48% { opacity: .95; }
                         72% { opacity: .84; } 74% { opacity: 1; } }

/* Liegt eine hero.jpg neben der style.css, wird sie als Aufmacherbild
   genommen. Fehlt sie, bleibt einfach das gezeichnete Radar stehen. */
.hero-grund { background: url("hero.jpg") center / cover no-repeat; }

/* Das Radar ist ein kleines Zeichen, kein Wandbild. */
.hero .radar { right: 6%; width: 230px; height: 230px; opacity: .9; }
.hero-lede { max-width: 54ch; color: rgba(241,244,246,.72); font-size: 18px;
             margin: 0 0 26px; }
.hero h1 { font-size: 44px; max-width: 20ch; }
.hero { padding: 66px 20px 58px; }
@media (max-width: 900px) {
  .hero .radar { right: -40px; width: 190px; height: 190px; opacity: .5; }
  .hero-lede { max-width: none; }
}

/* --- Zeichen: Box im Radar ------------------------------------------- */
.zeichen { width: 36px; height: 36px; flex: none; }
.zeichen svg { width: 36px; height: 36px; display: block; overflow: visible; }
.zeichen .ring { fill: none; stroke: var(--gruen); stroke-width: 1.6;
                 opacity: .45; }
.zeichen .ring.aussen { opacity: .28; }
.zeichen .box { fill: rgba(15,157,88,.12); stroke: var(--gruen);
                stroke-width: 1.7; stroke-linejoin: round; }
.zeichen .blip { fill: var(--gruen); stroke: none; }
.zeichen .umlauf { transform-origin: 20px 20px;
                   animation: dreh 6s linear infinite; }
@keyframes dreh { to { transform: rotate(360deg); } }

/* --- Kacheln: die Ware als Scan --------------------------------------
   Kein Foto, sondern die Verpackung als Umriss auf einem Radarfeld.
   Das ist dieselbe Sprache wie Logo und Aufmacher. */
.karte .bild { position: relative; display: flex; align-items: center;
               justify-content: center; height: 132px; margin-bottom: 10px;
               border-radius: 10px; overflow: hidden; background: #0b1216; }
.karte .bild .scanfeld { position: absolute; inset: 0; width: 100%; height: 100%; }
.karte .bild .netz { fill: none; stroke: rgba(60,215,119,.16); stroke-width: 1; }
.karte .bild .ware { position: relative; width: 78px; height: 78px; }
.karte .bild .ware rect, .karte .bild .ware circle, .karte .bild .ware path {
  fill: rgba(60,215,119,.07); stroke: rgba(150,255,200,.9); stroke-width: 2.4;
  stroke-linejoin: round; }
.karte .bild .ware .hell { fill: rgba(60,215,119,.18); }
.karte .bild .ware .loch { fill: rgba(150,255,200,.75); stroke: none; }
.karte .bild .ware .strich { fill: none; stroke: rgba(150,255,200,.4);
                             stroke-width: 2; stroke-linecap: round; }
.karte .bild em { position: absolute; left: 11px; bottom: 9px; font-style: normal;
                  font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase;
                  color: rgba(150,255,200,.75); }
.karte .bild::after { content: ''; position: absolute; inset: 0;
                      background: radial-gradient(70% 60% at 50% 45%,
                                  rgba(60,215,119,.14), transparent 70%); }


.karte .termin { color: var(--gruen); font-size: 12.5px; font-weight: 600;
                 margin-top: 2px; }

/* --- Leben: Hintergrund, Livezeile, Bewegung ------------------------- */

/* Der Grund ist nicht mehr flach weiss, sondern hat ein feines Raster und
   einen leichten Schimmer. Faellt einzeln nicht auf, in Summe schon. */
body { background-color: var(--bg);
       background-image:
         radial-gradient(60% 40% at 50% -10%, rgba(15,157,88,.07), transparent 70%),
         linear-gradient(rgba(20,24,28,.035) 1px, transparent 1px),
         linear-gradient(90deg, rgba(20,24,28,.035) 1px, transparent 1px);
       background-size: auto, 46px 46px, 46px 46px;
       background-attachment: fixed, fixed, fixed; }

/* Der Aufmacher bekommt ein wanderndes Raster und einen zweiten, blassen
   Radarkreis links, damit die Flaeche nicht tot wirkt. */
.hero-grund::before { content: ''; position: absolute; inset: -60px;
  background-image:
    linear-gradient(rgba(60,215,119,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(60,215,119,.09) 1px, transparent 1px);
  background-size: 54px 54px;
  animation: raster 22s linear infinite; }
@keyframes raster { to { transform: translate(54px, 54px); } }

.hero .radar { right: 5%; width: 300px; height: 300px; opacity: .95; }
.hero .radar .strahl { animation: dreh 7s linear infinite; }

/* Die Livezeile: ein pulsender Punkt und drei Zahlen. Zeigt in einer
   Sekunde, dass hier gerade etwas passiert. */
.live { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px;
        margin: -22px 0 34px; padding: 13px 18px; border-radius: 12px;
        background: var(--flaeche); border: 1px solid var(--rand);
        font-size: 14px; color: var(--leise); }
.live b { color: var(--text); font-weight: 600; }
.live .frei { color: var(--gruen); font-weight: 600; }
.live .stand { margin-left: auto; }
.live .puls { width: 9px; height: 9px; border-radius: 50%;
              background: var(--gruen); position: relative; flex: none; }
.live .puls::after { content: ''; position: absolute; inset: -4px;
                     border-radius: 50%; border: 2px solid var(--gruen);
                     animation: pulsen 2.4s ease-out infinite; }
@keyframes pulsen { 0% { transform: scale(.6); opacity: .9; }
                    100% { transform: scale(2.1); opacity: 0; } }

/* Die Kacheln bekommen einen langsam wandernden Suchstrahl. */
.karte .bild::before { content: ''; position: absolute; left: -60%; top: 0;
  width: 60%; height: 100%; z-index: 1;
  background: linear-gradient(100deg, transparent,
              rgba(150,255,200,.14), transparent);
  animation: streifen 7s ease-in-out infinite; }
@keyframes streifen { 0%, 62% { left: -60%; } 100% { left: 130%; } }
.karte:nth-child(2n) .bild::before { animation-delay: 1.4s; }
.karte:nth-child(3n) .bild::before { animation-delay: 2.9s; }
.karte:hover .bild .netz { stroke: rgba(60,215,119,.34); }
.karte { transition: transform .18s ease, border-color .18s ease,
                     box-shadow .18s ease; }
.karte:hover { transform: translateY(-3px); }

@media (prefers-reduced-motion: reduce) {
  .hero-grund::before, .karte .bild::before, .live .puls::after,
  .hero .radar .strahl, .zeichen .umlauf { animation: none; }
}

/* Eine Kachel im Raster ist breiter. Gleich grosse Kaesten in Reih und Glied
   sind das sicherste Zeichen fuer eine Seite von der Stange. */
.karte.gross { grid-column: span 2; }
.karte.gross .bild { height: 168px; }
.karte.gross .bild .ware { width: 96px; height: 96px; }
.karte.gross .name { font-size: 16px; }
@media (max-width: 700px) { .karte.gross { grid-column: span 1; } }

/* Mit Aufmacherbild verschwindet die gezeichnete Fassung, das wandernde
   Raster bleibt, damit die Flaeche nicht steht. */
.mit-bild .hero .radar { display: none; }
.mit-bild .hero-grund::before { opacity: .5; }
