/* COO – Beta · beta.pigeonclub.app
   Schlicht und mittig (Lukas' Vorlagen, 16.09.2026): ein Satz, ein Feld, ein
   Bild. Farben aus der App: Himmel #E6EAED, Tinte #1B1B1E. */

@font-face { font-family: "Dogica"; src: url("schriften/dogicabold.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Geist"; src: url("schriften/Geist-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Geist"; src: url("schriften/Geist-SemiBold.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Geist"; src: url("schriften/Geist-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }

:root {
  --grund: #F4F2EC;
  --himmel: #DCE6EE;
  --tinte: #1B1B1E;
  --leise: #6A6E6E;
  --flaeche: #EAE8E1;
  --weiss: #FFFFFF;
  --gold: #F4C659;
  --spalte: 640px;
  --rand: 22px;
  --pixel: "Dogica", ui-monospace, Menlo, monospace;
  --text: "Geist", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--text);
  font-size: 16px; line-height: 1.55;
  color: var(--tinte);
  background: var(--grund);
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
img { display: block; max-width: 100%; }
.pixel { image-rendering: pixelated; image-rendering: crisp-edges; }
a { color: inherit; }
h1, h2 { margin: 0; text-wrap: balance; }
p { margin: 0; }
.unsichtbar { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

/* ---------- Leiste ---------- */

.leiste {
  position: sticky; top: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  /* Volle Breite, Inhalt bleibt auf 1200px ausgerichtet. */
  padding: 14px max(var(--rand), calc((100% - 1200px) / 2 + var(--rand)));
  background: color-mix(in srgb, var(--grund) 62%, transparent);
  backdrop-filter: blur(20px) saturate(1.6); -webkit-backdrop-filter: blur(20px) saturate(1.6);
  border-bottom: 1px solid color-mix(in srgb, var(--tinte) 7%, transparent);
}
.leiste__marke { color: var(--tinte); display: block; }
.leiste__rechts { display: flex; align-items: center; gap: 14px; }
.sprache { display: flex; gap: 2px; padding: 3px; border-radius: 99px; background: var(--flaeche); }
.sprache a { font-size: 13px; font-weight: 600; text-decoration: none; padding: 5px 10px; border-radius: 99px; color: var(--leise); }
.sprache a[aria-current="true"] { background: var(--weiss); color: var(--tinte); box-shadow: 0 1px 3px rgba(27,27,30,.1); }
.schriftzug--leiste { width: clamp(130px, 14vw, 160px); }
.leiste__knopf {
  font-size: 14px; font-weight: 600; text-decoration: none;
  padding: 9px 16px; border-radius: 99px;
  background: var(--tinte); color: #fff;
}

/* ---------- Kopf ---------- */

.kopf { max-width: var(--spalte); margin: 0 auto; padding: 40px var(--rand) 0; }
/* Lukas' Schriftzüge (16.09.2026) als Inline-SVG, damit sie die Textfarbe
   übernehmen und gestochen scharf bleiben. */
.schriftzug { display: block; height: auto; fill: currentColor; }
/* **Ein kleiner Block** (Lukas, 16.09.2026): Symbol links, rechts COO mit
   Beta und darunter Pigeon Club — wie eine App-Zeile im Store. Er nimmt kaum
   Höhe, damit „Dein Loft, deine Tauben." das Erste ist, was man liest. */
.marken {
  display: inline-flex; align-items: center; gap: 16px;
  padding: 9px 24px 9px 9px;
  background: var(--weiss); border-radius: 25px;
  box-shadow: 0 6px 20px rgba(27, 27, 30, .06);
  text-align: left;
  margin-top: 5%;
}
.marken__symbol { width: 66px; height: 66px; transform: scale(1.08); }
.marken__text { display: flex; flex-direction: column; gap: 8px; }
.marken__zeile { display: flex; align-items: center; gap: 9px; }
.schriftzug--coo { width: 68px; }
.schriftzug--club { width: 122px; color: var(--leise); }
/* Lukas' Beta-Abzeichen: Die Buchstaben stehen im selben Pixelraster wie
   COO, das Abzeichen ist aber bewusst kleiner gesetzt. */
.beta { display: block; height: 23px; width: auto; }

.kopf h1 {
  margin-top: 30px;
  font-size: clamp(44px, 7.4vw, 72px);
  line-height: 1.02; letter-spacing: -0.04em; font-weight: 700;
}
.unter {
  margin: 20px auto 0; max-width: 40ch;
  font-size: clamp(16px, 2vw, 18px); color: var(--leise);
}

.eintragen {
  display: flex; gap: 6px;
  padding: 6px;
  background: var(--weiss);
  border: 1px solid rgba(27, 27, 30, .08);
  border-radius: 99px;
  box-shadow: 0 8px 24px rgba(27, 27, 30, .06);
}
.eintragen input {
  flex: 1 1 auto; min-width: 0;
  font: inherit; font-size: 16px; color: var(--tinte);
  border: 0; background: transparent;
  padding: 0 16px;
}
.eintragen input:focus { outline: none; }
.eintragen:focus-within { border-color: var(--tinte); }
.eintragen button, .knopf {
  flex: 0 0 auto;
  font: inherit; font-size: 15px; font-weight: 600;
  color: #fff; background: var(--tinte);
  border: 0; border-radius: 99px;
  padding: 13px 22px;
  cursor: pointer; text-decoration: none;
  transition: transform .15s ease;
}
.eintragen button:hover, .knopf:hover { transform: translateY(-1px); }
.eintragen button:disabled { opacity: .7; cursor: default; transform: none; }

/* Hülle für Formular, Bestätigung und Meldung — alle drei gleich breit. */
/* Starttermin der Beta (Lukas, 16.09.2026: 1. Oktober). Nach dem Start
   ersetzen — auf index.html, en/, start/ und start/en/. */
.termin {
  display: inline-flex; align-items: center; gap: 9px;
  margin: 28px 0 0; padding: 7px 14px 7px 12px;
  font-size: 14px; font-weight: 600; color: var(--tinte);
  background: var(--flaeche); border-radius: 99px;
}
.termin time { font-variant-numeric: tabular-nums; }
.termin__punkt { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 3px color-mix(in srgb, var(--gold) 30%, transparent); }
.start__termin { margin-top: 18px; }
.anmeldung { max-width: 460px; margin: 18px auto 0; }
.anmeldung--fehler .eintragen { border-color: #C2412D; }
.honig { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.meldung { margin: 10px 0 0; font-size: 14px; color: #C2412D; min-height: 0; }
.meldung:empty { display: none; }

.bestaetigung {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 22px 14px 14px;
  background: var(--weiss);
  border: 1px solid rgba(27, 27, 30, .08);
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(27, 27, 30, .06);
  text-align: left;
  animation: auftauchen .35s ease both;
}
.eintragen[hidden], .bestaetigung[hidden] { display: none; }
.bestaetigung img { flex: 0 0 auto; width: 44px; height: 44px; }
.bestaetigung__titel { display: block; font-size: 16px; font-weight: 700; letter-spacing: -0.01em; }
.bestaetigung__text { display: block; margin-top: 2px; font-size: 14px; line-height: 1.45; color: var(--leise); }
@keyframes auftauchen { from { opacity: 0; transform: translateY(6px) scale(.98); } }

.klein { margin-top: 16px; font-size: 11px; color: var(--leise); line-height: 1.5; }

/* ---------- Bühne ---------- */

.buehne {
  position: relative;
  margin-top: 64px; padding: 70px var(--rand) 70px;
  /* Nur seitlich kappen (schwebende Karten auf dem Handy) — unten darf der
     Schatten des Telefons auslaufen, sonst entsteht eine Kante. */
  overflow-x: clip; overflow-y: visible;
}
.buehne::before { /* weicher Himmel hinter dem Telefon — läuft innerhalb
   der Fläche ganz aus, damit unten keine Kante entsteht */
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(closest-side at 50% 45%, var(--himmel) 0%, rgba(220, 230, 238, .6) 45%, rgba(220, 230, 238, 0) 100%);
}
.buehne__telefon { position: relative; width: min(320px, 78vw); margin: 0 auto; }

.telefon {
  position: relative;
  border-radius: 48px; padding: 10px;
  background: #121215;
  box-shadow: 0 40px 80px rgba(27, 27, 30, .18), inset 0 0 0 1.5px #3A3A40;
}
.telefon img { width: 100%; border-radius: 39px; aspect-ratio: 1206 / 2622; object-fit: cover; }
.telefon::after { content: ""; position: absolute; top: 22px; left: 50%; translate: -50% 0; width: 30%; height: 22px; border-radius: 99px; background: #121215; }
.telefon--klein { border-radius: 38px; padding: 8px; box-shadow: 0 24px 50px rgba(27, 27, 30, .14), inset 0 0 0 1.5px #3A3A40; }
.telefon--klein img { border-radius: 31px; }
.telefon--klein::after { top: 17px; height: 17px; }

.schwebe {
  position: absolute; z-index: 2;
  display: flex; align-items: center; gap: 12px;
  padding: 10px 16px 10px 10px;
  background: var(--weiss); border-radius: 18px;
  box-shadow: 0 16px 36px rgba(27, 27, 30, .12);
  text-align: left; white-space: nowrap;
  /* Sonst begrenzt der schmale Telefonrahmen die Breite, und der Text lief
     über die weiße Fläche hinaus (Lukas, 16.09.2026). */
  width: max-content;
}
.schwebe img { width: 44px; height: 44px; object-fit: contain; background: var(--flaeche); border-radius: 12px; padding: 4px; }
.schwebe img.rund { padding: 0; object-fit: cover; background: #1A2150; }
.schwebe__oben { display: block; font-size: 12px; color: var(--leise); }
.schwebe strong { font-size: 15px; font-weight: 600; }
/* Nicht über den Tauben: links oben im leeren Himmel, rechts unten am Boden. */
.schwebe--links { top: 26%; right: 70%; }
.schwebe--rechts { top: 74%; left: 72%; }

/* ---------- Drei ---------- */

.drei {
  max-width: 1200px; margin: 0 auto;
  padding: 80px var(--rand) 40px;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px;
}
.drei figure { margin: 0; }
.etikett {
  font-family: var(--pixel); font-size: 10px; letter-spacing: 0.02em;
  text-transform: uppercase; color: var(--leise);
}
/* Die drei Kerne als richtige Überschriften (Lukas: „mehr BAM BAM BAM"),
   im selben Schnitt wie „Dein Loft, deine Tauben.“ */
.drei .etikett {
  font-family: inherit; font-size: clamp(26px, 2.7vw, 34px); font-weight: 700;
  line-height: 1; letter-spacing: -0.04em; text-transform: none; color: var(--tinte);
}
.drei figcaption { margin: 14px auto 32px; max-width: 32ch; font-size: 16px; line-height: 1.45; min-height: 4.35em; }
.drei .telefon { width: min(260px, 100%); margin: 0 auto; }

/* ---------- Wort ---------- */

/* **Der Bruch** (Lukas, 16.09.2026: „deutlich mehr abheben"): Nachthimmel
   über die volle Breite, weiße Schrift, ein paar Pixelsterne. */
.wort {
  position: relative; margin-top: 40px;
  padding: clamp(90px, 12vw, 150px) var(--rand);
  color: #fff;
  background-color: #141A2C;
  background-image:
    radial-gradient(2px 2px at 12% 22%, rgba(255,255,255,.8) 50%, transparent 51%),
    radial-gradient(2px 2px at 27% 74%, rgba(255,255,255,.5) 50%, transparent 51%),
    radial-gradient(3px 3px at 41% 14%, rgba(255,255,255,.7) 50%, transparent 51%),
    radial-gradient(2px 2px at 63% 82%, rgba(255,255,255,.6) 50%, transparent 51%),
    radial-gradient(3px 3px at 78% 28%, rgba(255,255,255,.8) 50%, transparent 51%),
    radial-gradient(2px 2px at 91% 64%, rgba(255,255,255,.5) 50%, transparent 51%),
    radial-gradient(2px 2px at 6% 58%, rgba(255,255,255,.4) 50%, transparent 51%),
    radial-gradient(closest-side at 50% 50%, #2A3268 0%, rgba(42, 50, 104, 0) 100%);
}
.wort__begriff { display: flex; justify-content: center; }
.schriftzug--wort { width: clamp(180px, 34vw, 340px); }
.wort__laut { margin-top: 18px; font-size: 16px; color: rgba(255, 255, 255, .6); letter-spacing: .04em; }
.wort__bedeutungen {
  list-style: none; counter-reset: bedeutung;
  margin: 34px auto 0; padding: 0; max-width: 560px;
  display: grid; gap: 14px; text-align: left;
}
.wort__bedeutungen li {
  counter-increment: bedeutung;
  display: grid; grid-template-columns: 34px 1fr; align-items: baseline;
  font-size: clamp(18px, 2.4vw, 23px); line-height: 1.4; color: rgba(255, 255, 255, .7);
}
.wort__bedeutungen li::before {
  content: counter(bedeutung); font-family: var(--pixel); font-size: 13px; color: rgba(255, 255, 255, .45);
}
.wort__bedeutungen strong { color: #fff; font-weight: 600; }

/* ---------- Fragen ---------- */

.fragen { max-width: var(--spalte); margin: 0 auto; padding: 80px var(--rand) 40px; }
.fragen h2 { font-size: clamp(32px, 5vw, 44px); letter-spacing: -0.035em; }
.fragen__unter { margin-top: 10px; color: var(--leise); }
details {
  margin-top: 12px; text-align: left;
  background: var(--flaeche); border-radius: 18px;
  padding: 0 20px;
}
details:first-of-type { margin-top: 36px; }
summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0; font-size: 17px; font-weight: 600;
}
summary::-webkit-details-marker { display: none; }
/* Plus als zwei gezeichnete Balken statt Schriftzeichen: Das „+“ der Schrift
   sitzt nicht auf der optischen Mitte. 30px Kreis, 12×2px Balken — gerade
   Maße auf geraden Maßen, also exakt mittig, auch gedreht zum ×. */
summary::after {
  content: ""; flex: 0 0 auto;
  width: 30px; height: 30px; border-radius: 50%;
  background:
    linear-gradient(#fff, #fff) center / 12px 2px no-repeat,
    linear-gradient(#fff, #fff) center / 2px 12px no-repeat,
    var(--tinte);
  transition: rotate .2s ease;
}
details[open] summary::after { rotate: 45deg; }
details p { padding: 0 0 20px; color: var(--leise); font-size: 15px; }
.fragen .knopf { display: inline-block; margin-top: 40px; padding: 15px 28px; }

/* ---------- Fuß ---------- */

.fuss { padding: 70px var(--rand) 50px; font-size: 14px; color: var(--leise); }
.schriftzug--fuss { width: min(200px, 70vw); margin: 0 auto 26px; color: var(--tinte); }
.fuss nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 12px; }
.fuss a { text-decoration: none; }
.fuss a:hover { color: var(--tinte); }
.fuss p { margin-top: 12px; font-size: 13px; }

/* ---------- Schmal ---------- */

@media (max-width: 760px) {
  .drei { grid-template-columns: 1fr; gap: 64px; }
  .drei figcaption { min-height: 0; }
  .schwebe--links { right: auto; left: -10%; top: 12%; }
  .schwebe--rechts { left: auto; right: -10%; top: 76%; }
  .schwebe { padding: 8px 12px 8px 8px; }
  .schwebe img { width: 36px; height: 36px; }
  .schwebe strong { font-size: 13px; }
}
@media (max-width: 420px) {
  .leiste__knopf { display: none; }
  .eintragen { flex-direction: column; border-radius: 22px; }
  .eintragen input { padding: 14px 14px; }
  .eintragen button { width: 100%; border-radius: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .eintragen button, .knopf, summary::after { transition: none; }
  .bestaetigung { animation: none; }
}

/* ---------- Rechtliches ---------- */
/* Impressum und Datenschutz: eine ruhige Lesespalte, linksbündig. */

.recht {
  max-width: 680px; margin: 0 auto;
  padding: 56px var(--rand) 40px;
  text-align: left;
}
.recht h1 { font-size: clamp(36px, 6vw, 56px); line-height: 1.05; letter-spacing: -0.04em; font-weight: 700; }
.recht__vorspann { margin: 14px 0 0; color: var(--leise); }
.recht h2 { margin: 44px 0 0; font-size: 22px; letter-spacing: -0.02em; line-height: 1.25; }
.recht h2.recht__teil {
  margin-top: 64px; padding-top: 28px;
  border-top: 1px solid color-mix(in srgb, var(--tinte) 12%, transparent);
  font-size: 30px; letter-spacing: -0.03em;
}
.recht h3 { margin: 32px 0 0; font-size: 17px; letter-spacing: -0.01em; }
.recht p, .recht li { max-width: 65ch; }
.recht p { margin: 10px 0 0; }
.recht ul { margin: 10px 0 0; padding-left: 1.2em; }
.recht li + li { margin-top: 6px; }
.recht a { text-underline-offset: 3px; }
.recht__kurz {
  margin-top: 36px; padding: 24px 28px;
  background: var(--weiss);
  border: 1px solid rgba(27, 27, 30, .08);
  border-radius: 22px;
}
.recht__kurz h2 { margin: 0; font-size: 17px; }

/* ---------- Startseite pigeonclub.app ---------- */
/* Ein Bildschirm, nichts bewegt sich (Lukas, 16.09.2026): Marke, Satz, Knopf. */

.start { min-height: 100svh; display: flex; flex-direction: column; }
.start__sprache { position: absolute; top: 20px; right: max(var(--rand), 28px); }
.start__mitte {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 96px var(--rand) 40px;
}
.marken--gross { gap: 22px; padding: 12px 34px 12px 12px; border-radius: 34px; box-shadow: 0 10px 34px rgba(27, 27, 30, .07); }
.marken--gross .marken__symbol { width: 96px; height: 96px; }
.marken--gross .marken__text { gap: 12px; }
.marken--gross .schriftzug--coo { width: 104px; }
.marken--gross .schriftzug--club { width: 186px; }
.start h1 {
  margin-top: 44px;
  font-size: clamp(40px, 6.4vw, 64px);
  line-height: 1.02; letter-spacing: -0.04em; font-weight: 700;
}
.start__bald { margin: 16px 0 0; font-size: 17px; color: var(--leise); }
.start__knopf { display: inline-block; margin-top: 30px; padding: 15px 30px; }
.start__fuss { padding-top: 24px; padding-bottom: 32px; }
@media (max-width: 420px) {
  .marken--gross { gap: 16px; padding: 10px 24px 10px 10px; border-radius: 28px; }
  .marken--gross .marken__symbol { width: 72px; height: 72px; }
  .marken--gross .schriftzug--coo { width: 80px; }
  .marken--gross .schriftzug--club { width: 142px; }
}
@media (max-width: 420px) {
  .start__fuss nav { gap: 6px 16px; }
  .start__fuss nav span { display: none; }
}
