/* Roughly · Landing V2 «Play first» · Revision 7
   Die Familie kommt aus _shared/. Hier nur, was die Landingpage braucht:
   ein Hero, der eine Runde IST und den ganzen Schirm nimmt, ein Stapel
   gezeichneter iPhones (echte 2.08:1) mit den lebenden Spielen darin, ein paar
   Stimmen dazwischen, dann Fragen, zwei kleine Formulare und der Fuss. Dieselbe
   Schale (Kopf/Fuss/.legal) tragen privacy.html und imprint.html.
   Die eine Zeile, die ein Spiel setzt: der Hero spielt Where (150). */

:root { --hue: 150; --col: 1120px; --prose: 720px; --pwn: 208; --navtop: 12px; --pillh: 52px; --navh: calc(var(--navtop) + var(--pillh)); }

html { scroll-behavior: smooth; }
/* base.css setzt html, body auf 100 % Hoehe (die Spiele sind ein Schirm). Die
   Landing ist eine lange Seite: der Koerper muss so hoch sein wie sein Inhalt,
   sonst bleibt die sticky Leiste nur innerhalb der ersten 100 % haengen (#724,
   gemessen: bei 1400 px Scroll lag die Leiste bei -605 px). */
html, body { height: auto; min-height: 100%; }
body { overscroll-behavior: auto; }

.wrap { width: 100%; max-width: var(--col); margin-inline: auto; padding-inline: var(--s5); }
.wrap--prose { max-width: var(--prose); }

.h2 {
  margin: 0 0 var(--s4);
  font-size: clamp(1.75rem, 3.4vw, 2.5rem);
  font-weight: 700; letter-spacing: var(--tight); line-height: 1.05;
  text-wrap: balance;
}
.h3 { margin: 0 0 var(--s3); font-size: var(--t-lg); font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; text-wrap: balance; }
.lead { margin: 0 0 var(--s6); max-width: 58ch; font-size: var(--t-md); color: var(--ink-2); text-wrap: pretty; }
.plain { margin: 0; font-size: var(--t-md); color: var(--ink-2); text-wrap: pretty; }

/* ---- Kopf: die Wortmarke, die Domain ------------------------------------ */
.top {
  flex: 0 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 56px; padding-top: max(0px, env(safe-area-inset-top));
}
.brand { display: inline-flex; align-items: center; color: var(--ink); text-decoration: none; }
.brand:hover, .brand:focus-visible { color: var(--ink-2); outline: none; }
/* Die Wortmarke: 278 x 88 im Original, hier 28 px hoch (Wort 20 px, das ± steht drueber).
   Die Datei traegt links 20/88 Innenrand; der negative Rand setzt das r auf die Spaltenkante. */
.brand__logo { height: 28px; width: auto; display: block; margin-left: calc(28px * -0.227); }
.top__domain { font-size: var(--t-xs); font-weight: 500; color: var(--ink-3); }

/* ---- Navigation (Esteban #724, Fassung «Pille») ---------------------------
   Kein Balken: eine Pille aus Papier, die 12 px unter dem oberen Rand schwebt
   (sticky), 16 px vom Seitenrand eingerueckt, volle Rundung, Haarlinie,
   shadow-1. Oben im Hero liegt sie fast unsichtbar auf dem Papier; sobald die
   Seite rollt (html[data-scrolled], play.js ab 24 px), wird das Papier zu 82 %
   durchscheinend mit Backdrop-Blur und der Schatten eine Stufe tiefer, Uebergang
   --d-mid. Der Header selbst ist durchsichtig und faengt keinen Zeiger, nur die
   Pille: links und rechts davon bleibt die Seite klickbar. Die Wortmarke ist
   das einzige, was traegt (Squint-Test); Domain in Tinte 2, Einstellungen als
   zwei stille Segmente. Eine Schrift, drei Tinten, Haarlinie, Pillen. */
.nav {
  position: sticky; top: 0; z-index: 30;
  padding: calc(var(--navtop) + env(safe-area-inset-top)) var(--s4) 0;
  pointer-events: none;
}
.nav__pill {
  pointer-events: auto;
  /* ueber dem offenen Blatt (.panel, z 29 im selben Stapel), sonst verdeckt das Blatt die Pille */
  position: relative; z-index: 31;
  max-width: var(--col); margin-inline: auto;
  display: flex; align-items: center; gap: var(--s3);
  height: var(--pillh); padding: 0 var(--s2) 0 var(--s5);
  border-radius: var(--r-full);
  background: var(--paper); border: 1px solid var(--line);
  box-shadow: var(--shadow-1);
  transition: background-color var(--d-mid) var(--ease), box-shadow var(--d-mid) var(--ease), border-color var(--d-mid) var(--ease);
}
html[data-scrolled] .nav__pill {
  background: color-mix(in oklab, var(--paper) 82%, transparent);
  -webkit-backdrop-filter: blur(14px) saturate(1.15); backdrop-filter: blur(14px) saturate(1.15);
  box-shadow: var(--shadow-2);
}
/* Wortmarke gross: 30 px hoch (Wort ~22 px), am Rechner 34 px (~25 px) */
.nav .brand { flex: 0 0 auto; }
.nav .brand__logo { height: 30px; margin-left: calc(30px * -0.227); }
.nav__set { display: inline-flex; align-items: center; gap: var(--s1); margin-left: auto; }
/* #725: die zwei Knoepfe (Sprache, Thema) sind klein genug fuer jede Breite; 32 px Tippflaeche in der Pille */
.nav__set .langbtn, .nav__set .themebtn { height: 32px; min-width: 32px; padding: 0 8px; font-size: var(--t-xs); }
.nav__set .themebtn svg { width: 15px; height: 15px; }
.nav__domain { font-size: var(--t-sm); font-weight: 500; color: var(--ink-2); margin-left: auto; letter-spacing: -0.01em; }
.seg--nav button { min-height: 30px; padding: 0 11px; font-size: var(--t-xs); font-weight: 600; letter-spacing: .02em; }
.seg--nav button svg { display: block; width: 14px; height: 14px; }
/* Die Geister-Hand des Heros (z 60) laege sonst ueber dem offenen Blatt */
html.nav-open .ghost { display: none; }
/* Burger: zwei Haarlinien, offen ein Kreuz. 40 px Tippflaeche, Pille wie die Schalter. */
.nav__burger {
  margin-left: var(--s1);
  appearance: none; border: 0; background: transparent; cursor: pointer;
  width: 40px; height: 40px; border-radius: var(--r-full); position: relative; color: var(--ink);
}
.nav__burger:hover, .nav__burger:focus-visible { background: var(--paper-2); outline: none; }
.nav__burger i { position: absolute; left: 11px; top: 19px; width: 18px; height: 1.5px; background: currentColor; transition: transform var(--d-fast) var(--ease); }
.nav__burger i::before { content: ""; position: absolute; left: 0; top: -5px; width: 18px; height: 1.5px; background: currentColor; transition: transform var(--d-fast) var(--ease), top var(--d-fast) var(--ease); }
.nav__burger i::after { content: ""; position: absolute; left: 0; top: 5px; width: 18px; height: 1.5px; background: currentColor; transition: transform var(--d-fast) var(--ease), top var(--d-fast) var(--ease); }
.nav__burger[aria-expanded="true"] i { background: transparent; }
.nav__burger[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
.nav__burger[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }
/* Das Blatt unter der Leiste: Papier bis zum Boden, Haarlinien-Zeilen, kein Kasten. */
.panel {
  position: fixed; left: 0; right: 0; bottom: 0;
  top: 0;
  z-index: 29; background: var(--paper); overflow: auto;
  padding: calc(var(--navh) + env(safe-area-inset-top) + var(--s4)) 0 max(var(--s7), env(safe-area-inset-bottom));
}
.panel[hidden] { display: none; }
html.nav-open { overflow: hidden; }
.panel__row {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s4);
  min-height: 60px; border-top: 1px solid var(--line);
}
.panel__row:first-child { border-top: 0; }
.panel__k { font-size: var(--t-md); font-weight: 500; color: var(--ink); }
.seg { display: inline-flex; align-items: center; gap: 2px; }
.seg button {
  appearance: none; border: 0; background: transparent; cursor: pointer;
  min-height: 36px; padding: 0 14px; border-radius: var(--r-full);
  font: inherit; font-size: var(--t-sm); font-weight: 500; color: var(--ink-3);
  transition: color var(--d-fast) var(--ease), background var(--d-fast) var(--ease);
}
.seg button:hover, .seg button:focus-visible { color: var(--ink); outline: none; }
.seg button[aria-pressed="true"] { background: var(--paper-2); color: var(--ink); }
.panel__games { margin-top: var(--s5); }
.panel__g {
  --accent: oklch(50% 0.17 var(--h));
  display: flex; align-items: center; gap: var(--s3);
  min-height: 52px; border-top: 1px solid var(--line);
  color: var(--ink); text-decoration: none;
  font-size: var(--t-md); font-weight: 500; letter-spacing: -0.01em;
}
.panel__g:last-child { border-bottom: 1px solid var(--line); }
.panel__g svg { flex: 0 0 auto; width: 22px; height: 22px; fill: none; stroke: var(--accent); stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.panel__g::after { content: "\203A"; margin-left: auto; color: var(--ink-3); font-size: 17px; }
.panel__g:hover, .panel__g:focus-visible { color: var(--accent); outline: none; }

/* ---- Hero: der ganze Schirm ist die Runde ------------------------------- */
.hero { display: flex; }
/* Der Hero bleibt ein Schirm: 100dvh minus die Pille darueber (#724, die Pille
   steht im Fluss und ist sticky). Der alte Kopf im Hero (56 / 64 px) ist weg. */
.hero__wrap {
  display: flex; flex-direction: column;
  min-height: calc(100vh - var(--navh)); min-height: calc(100dvh - var(--navh));
  padding-top: var(--s3);
}
.stage {
  position: relative;
  flex: 1 1 auto; min-height: 0;
  display: flex; flex-direction: column;
  overflow: hidden;
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  padding-bottom: max(var(--s4), env(safe-area-inset-bottom));
}
.play {
  flex: 1 1 auto; min-height: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--s4);
  transition: transform var(--d-slow) var(--ease-o);
  will-change: transform;
}
.stage.is-revealed .play { transform: translateY(calc(-1 * var(--lift, 0px))); }

.subject {
  flex: 0 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: var(--s3);
  padding-top: var(--s2);
  transition: opacity var(--d-mid) var(--ease);
}
.stage.is-revealed .subject { opacity: var(--subop, 1); }
/* Der Fuchs im echten Seitenverhaeltnis der Silhouette (100 : 42.5), gross. */
.sil { width: clamp(150px, 44vw, 250px); aspect-ratio: 100 / 42.5; color: var(--ink); }
.sil svg { width: 100%; height: 100%; display: block; }
.ask { display: flex; flex-direction: column; align-items: center; gap: var(--s2); }
/* Die Frage ist die Ueberschrift der Seite: Mega-Stufe, nicht die 20 px des Spiels. */
.hero .prompt {
  margin: 0; max-width: 12.5ch;
  font-size: clamp(2.25rem, 10.4vw, 4.5rem);
  font-weight: 700; letter-spacing: var(--tight); line-height: .98;
}
.hero__one {
  margin: 0; max-width: 34ch; text-align: center;
  font-size: var(--t-md); color: var(--ink-2); line-height: 1.4;
  text-wrap: balance;
}

.mapwrap {
  position: relative; width: 100%;
  flex: 0 0 auto;
  /* Die Box folgt der Karte (Revision 7): Seitenverhaeltnis der Equal-Earth-
     Kontur, play.js setzt den exakten Wert (WORLD_W / WORLD_H) inline;
     schmal (< 700 px) 1.35 : 1 mit Zoom auf Brasilien bis Indien (7b). */
  aspect-ratio: 2.05 / 1;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow-1);
  overflow: hidden;
  touch-action: none; cursor: grab;
  -webkit-user-select: none; user-select: none;
}
.mapwrap:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.mapwrap.is-grabbing { cursor: grabbing; }
.mapwrap canvas { position: absolute; inset: 0; }
/* Die Wolke der anderen liegt UEBER der Karte und UNTER dem Fadenkreuz; sie
   faengt keinen Zeiger, damit die Karte bedienbar bleibt. */
.mapwrap .crowd { pointer-events: none; }
.mapwrap .crowd[hidden] { display: none; }

.cross {
  position: absolute; left: 50%; top: 50%;
  width: 76px; height: 76px; margin: -38px 0 0 -38px;
  color: var(--ink); pointer-events: none;
  transition: opacity var(--d-mid) var(--ease), transform var(--d-mid) var(--ease);
}
.cross svg { width: 100%; height: 100%; }
.cross[data-off] { opacity: 0; transform: scale(.8); }

.hero__dock { padding-top: 0; gap: var(--s3); align-items: center; }
.cue {
  margin: 0; min-height: 20px; text-align: center;
  font-size: var(--t-xs); font-weight: 500; color: var(--ink-3);
  transition: opacity var(--d-mid) var(--ease);
}
.drop { min-width: 220px; }
.stage.is-revealed .cue, .stage.is-revealed .drop { opacity: 0; pointer-events: none; }
/* Nach dem Reveal (Revision 9) verlaesst der Knopf-Dock den Fluss und das
   Blatt tritt an seine Stelle: ein normaler Block unter der Karte. */
.stage.is-revealed .hero__dock { display: none; }
.stage.is-revealed .sheet { position: relative; top: auto; right: auto; bottom: auto; left: auto; margin-top: var(--s4); }
.stage.is-revealed .sheet:not([data-open]) { visibility: hidden; }

/* ---- Das Blatt: nur die Zahl, der Knopf und die zehn -------------------- */
/* Kein innerer Scroll-Container (Revision 8): das Blatt ist so hoch wie sein
   Inhalt und schluckt keinen Wisch; die Seite rollt darueber weiter. Im
   Seitenfluss ab dem Reveal (Revision 9, siehe .stage.is-revealed .sheet). */
.stage .sheet {
  max-height: none; overflow: visible;
  padding-top: var(--s6);
}
.sheet:not([data-open]) { box-shadow: none; }
.stage .factor { font-size: clamp(3.25rem, 15.5vw, 4.5rem); margin-bottom: var(--s3); }
.stage .factor > #dist { white-space: nowrap; }
.sheet__play { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; align-self: flex-start; margin: 0 0 var(--s4); }
.ten { display: grid; grid-template-columns: 1fr 1fr; column-gap: var(--s5); }
/* kompakt (Revision 8): 42 px Zeilen, damit das Blatt ohne inneres Rollen passt */
.ten__g {
  --accent: oklch(50% 0.17 var(--h));
  display: flex; align-items: center; gap: var(--s3);
  min-height: 42px; padding: 2px 0;
  border-top: 1px solid var(--line);
  color: var(--ink); text-decoration: none;
  font-size: var(--t-md); font-weight: 500; letter-spacing: -0.01em;
}
.ten__g:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
.ten__g svg {
  flex: 0 0 auto; width: 22px; height: 22px;
  fill: none; stroke: var(--accent); stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round;
}
.ten__g:hover, .ten__g:focus-visible { color: var(--accent); outline: none; }
.ten__g:active { opacity: .55; }

/* ---- Der Stapel: zehn lebende Telefone --------------------------------- */
.games {
  --accent-soft: oklch(96% 0.025 var(--hue));
  padding: var(--s8) 0 var(--s7);
  background: var(--accent-soft);
  transition: background-color 700ms var(--ease);
}
.glist { display: flex; flex-direction: column; }
.g {
  --accent: oklch(50% 0.17 var(--h));
  --accent-ink: #FFFFFF;
  display: grid; grid-template-columns: 1fr; row-gap: var(--s5);
  padding: var(--s6) 0 calc(var(--s6) + 20px);
  border-top: 1px solid var(--line);
}
.g:last-child { border-bottom: 1px solid var(--line); }
.g__copy { grid-row: 1; display: flex; flex-direction: column; align-items: flex-start; }
.g .phonebox { grid-row: 2; }
.g .voice { grid-row: 3; }
/* Der Spielname ueber dem Wortspiel «roughly.is», dann nur der Knopf. */
.g__name { margin: 0; font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 700; letter-spacing: var(--tight); line-height: .98; }
.g__domain { margin-top: var(--s1); font-size: var(--t-xs); font-weight: 500; color: var(--ink-3); }
.g__play {
  display: inline-flex; align-items: center; text-decoration: none;
  margin-top: var(--s5); min-height: 60px; padding-inline: 30px;
  font-size: var(--t-lg); font-weight: 600; letter-spacing: -0.015em;
}
.g__play::after { content: " \203A"; margin-left: 6px; }

/* Das Geraet im echten Verhaeltnis des iPhone 15 Pro: Gehaeuse 146.6 x 70.6 mm,
   also Breite 1, Hoehe 2.08, Gehaeuse-Ecke 0.16, Schirm-Inset 0.035 (Schirm
   damit 0.93 x 2.01 = 19.5 : 9). Keine Dynamic Island (Revision 4, Esteban:
   nur die Proportionen, nichts ueber der Spiel-Kopfzeile). Alles aus --pwn
   (Breite in px als Zahl) abgeleitet; das Spiel innen bleibt 390 x 844 und
   wird per scale(0.93 * pwn / 390) genau auf die Schirmflaeche gelegt
   (844 * 0.93 / 390 = 2.0128, gegen 2.01 Schirmhoehe: kein Beschnitt, der
   0.2 %-Rest verschwindet unter der Rundung). Kein Bitmap, Titan in der
   Farbe des Spiels. */
.phonebox {
  --pw: calc(var(--pwn) * 1px);
  --ph: calc(var(--pwn) * 2.08px);
  --s: calc(var(--pwn) * 0.93 / 390);
  position: relative;
  width: var(--pw); height: var(--ph);
  margin-inline: auto;
  /* 1000 px (vorher 1400, #724): naeher dran, damit der kraeftigere Winkel
     (bis 24 Grad um Y, 11 um X) als Tiefe lesbar ist und die 8 px Rueckwand
     an der Kante sichtbar wird. */
  perspective: 1000px;
}
.phone3d {
  position: absolute; inset: 0;
  transform-style: preserve-3d;
  transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  /* keine CSS-Transition: play.js glaettet die Winkel selbst je Frame (Lerp), zwei
     Glaettungen hintereinander wuerden nachschwingen */
}
.phone {
  position: absolute; inset: 0;
  transform-style: preserve-3d;
  border-radius: calc(var(--pwn) * 0.16px);
  background: linear-gradient(155deg,
    oklch(86% 0.012 var(--h)) 0%, oklch(64% 0.018 var(--h)) 34%,
    oklch(80% 0.012 var(--h)) 62%, oklch(54% 0.02 var(--h)) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.6),
    inset 0 0 0 2px rgba(14,14,17,.18),
    0 26px 50px -18px rgba(14,14,17,.45),
    0 10px 20px -10px rgba(14,14,17,.28);
}
/* Die Rueckwand: 8 px hinter der Front, damit die gekippte Kante Dicke hat. */
.phone::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: oklch(46% 0.02 var(--h));
  transform: translateZ(-8px);
}
.phone__bezel {
  position: absolute; inset: calc(var(--pwn) * 0.016px);
  border-radius: calc(var(--pwn) * 0.146px);
  background: #0B0B0C;
}
/* translateZ(1px): der Schirm liegt VOR der Rahmen-Ebene. Ohne das gewinnt im
   preserve-3d-Kontext bei z = 0 der Container den Treffer-Test, und der
   Schleier (und das Spiel) bekommen keine Zeiger-Ereignisse (gemessen, Rev. 2). */
.phone__screen {
  position: absolute; inset: calc(var(--pwn) * 0.035px);
  border-radius: calc(var(--pwn) * 0.125px); overflow: hidden;
  background: var(--paper);
  transform: translateZ(1px);
}
.phone__screen iframe {
  position: absolute; left: 0; top: 0;
  width: 390px; height: 844px; border: 0; display: block; background: var(--paper);
  transform: scale(var(--s)); transform-origin: 0 0;
}
.phone__home {
  position: absolute; left: 50%; bottom: calc(var(--pwn) * 0.02px);
  width: calc(var(--pwn) * 0.36px); height: calc(var(--pwn) * 0.013px);
  margin-left: calc(var(--pwn) * -0.18px);
  border-radius: var(--r-full); background: var(--ink); opacity: .85;
}
/* Vier Tasten, Lage und Laenge in Anteilen der Gehaeusebreite (Action 0.11,
   Lauter/Leiser 0.24, Power 0.38 lang). */
.phone__btn {
  position: absolute; width: calc(var(--pwn) * 0.014px); border-radius: 2px;
  background: oklch(58% 0.02 var(--h));
  box-shadow: inset 1px 0 0 rgba(255,255,255,.35), inset -1px 0 0 rgba(0,0,0,.25);
}
.phone__btn--act { left: calc(var(--pwn) * -0.012px); top: calc(var(--pwn) * 0.36px); height: calc(var(--pwn) * 0.11px); }
.phone__btn--up  { left: calc(var(--pwn) * -0.012px); top: calc(var(--pwn) * 0.53px); height: calc(var(--pwn) * 0.24px); }
.phone__btn--dn  { left: calc(var(--pwn) * -0.012px); top: calc(var(--pwn) * 0.82px); height: calc(var(--pwn) * 0.24px); }
.phone__btn--pwr { right: calc(var(--pwn) * -0.012px); top: calc(var(--pwn) * 0.62px); height: calc(var(--pwn) * 0.38px); }
/* Der Boden: eine weiche, versetzte Ellipse unter dem Geraet. */
.phone__floor {
  position: absolute; left: 10%; right: 10%; bottom: -22px; height: 30px;
  border-radius: 50%; background: rgba(14,14,17,.32);
  filter: blur(12px); transform: translateZ(-60px);
}
/* Ein Schleier, bis man das Telefon einmal antippt. Grund: die Spiele setzen
   overscroll-behavior: none und touch-action: none auf der Karte; ohne Schleier
   bliebe die Seite beim Scrollen ueber dem Telefon haengen. Nach dem Tipp ist
   alles im Geraet bedienbar. */
.phone__veil {
  position: absolute; inset: 0; z-index: 3; cursor: pointer;
  appearance: none; border: 0; padding: 0; background: transparent;
  border-radius: inherit;
}
.phone__veil span {
  position: absolute; left: 50%; top: 58%; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; border-radius: var(--r-full);
  background: var(--ink); color: var(--paper);
  font-size: var(--t-xs); font-weight: 600; white-space: nowrap;
  box-shadow: 0 6px 16px -6px rgba(14,14,17,.5);
  transition: transform var(--d-fast) var(--ease), opacity var(--d-fast) var(--ease);
}
.phone__veil:hover span { transform: translateX(-50%) scale(1.04); }
.phone__veil:focus-visible { outline: 2px solid var(--accent); outline-offset: -6px; }
.phonebox.is-live .phone__veil { display: none; }

/* ---- Die Stimmen: ein, zwei Gesichter und ein Satz, bei einigen Spielen -- */
/* Fotos aus img/voices/ (240 x 240 WebP, Quellen in QUELLEN.md), rund
   beschnitten, ueberlappend mit 2 px Papier-Ring. Platzhalter bis echte
   Spieler da sind (data-placeholder im DOM). */
.voice {
  margin: 0; max-width: 40ch;
  display: flex; align-items: flex-start; gap: var(--s3);
}
.voice__heads { display: flex; flex: 0 0 auto; padding-left: 8px; }
.hd {
  width: 44px; height: 44px; margin-left: -8px;
  border-radius: 50%; object-fit: cover;
  background: var(--paper-2);
  box-shadow: 0 0 0 2px var(--paper);
}
.voice__q { margin: 0; font-size: var(--t-md); font-weight: 400; letter-spacing: -0.005em; line-height: 1.4; color: var(--ink); text-wrap: pretty; }
.voice__by { margin: var(--s1) 0 0; font-size: var(--t-xs); font-weight: 500; color: var(--ink-3); }

/* ---- Fragen: Haarlinien-Liste, keine Karten, kein Akkordeon ------------- */
.faq { padding: var(--s8) 0 var(--s6); border-top: 1px solid var(--line); }
.faq__list { margin: 0; display: grid; grid-template-columns: 1fr; }
.faq__i { padding: var(--s4) 0 var(--s5); border-top: 1px solid var(--line); }
.faq__i:last-child { border-bottom: 1px solid var(--line); }
.faq__i dt { margin: 0 0 var(--s1); font-size: var(--t-lg); font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; text-wrap: balance; }
.faq__i dd { margin: 0; max-width: 52ch; font-size: var(--t-md); color: var(--ink-2); text-wrap: pretty; }

/* ---- Zwei kleine Formulare: Feedback und Newsletter ---------------------- */
.notes { padding: var(--s7) 0 var(--s8); }
.notes__grid { display: grid; grid-template-columns: 1fr; gap: var(--s7); }
.note { margin: 0; display: flex; flex-direction: column; align-items: flex-start; gap: var(--s3); }
.note .h3 { margin: 0; }
.note__what { max-width: 40ch; }
.note__field { display: block; width: 100%; }
.note__field--grow { flex: 1 1 200px; width: auto; }
.vh { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.note__area, .note__in {
  display: block; width: 100%;
  appearance: none; border: 0; margin: 0;
  background: var(--paper-2); color: var(--ink);
  font: inherit; line-height: 1.45;
  transition: box-shadow var(--d-fast) var(--ease), background var(--d-fast) var(--ease);
}
.note__area { max-width: 52ch; min-height: 120px; padding: var(--s3) var(--s4); border-radius: var(--r-md); resize: none; }
.note__in { min-height: 52px; padding: var(--s3) var(--s5); border-radius: var(--r-full); }
.note__area::placeholder, .note__in::placeholder { color: var(--ink-3); }
.note__area:focus, .note__in:focus { outline: none; box-shadow: 0 0 0 2px var(--accent); }
.note__row { display: flex; align-items: center; gap: var(--s4); flex-wrap: wrap; }
.note__row--inline { width: 100%; max-width: 52ch; }
.note__btn { flex: 0 0 auto; }
.note__done { margin: 0; font-size: var(--t-sm); font-weight: 500; color: var(--ink-2); }
.note__done:empty { display: none; }
.note[data-sent] :is(.note__field, .note__row, .note__what) { display: none; }
.note[data-sent] .note__done { display: block; }
.note__done[data-err] { color: var(--bad); }

/* ---- Fuss: Wortmarke, die zehn, Privacy und Imprint, Domain, Jahr ------- */
.foot { border-top: 1px solid var(--line); padding: var(--s6) 0 max(var(--s7), env(safe-area-inset-bottom)); font-size: var(--t-xs); color: var(--ink-3); }
.foot__top { margin-bottom: var(--s4); color: var(--ink); }
.foot__logo { height: 20px; width: auto; display: block; margin-left: calc(20px * -0.227); }
.foot__games { display: flex; flex-wrap: wrap; column-gap: var(--s4); row-gap: var(--s1); margin-bottom: var(--s4); padding-bottom: var(--s4); border-bottom: 1px solid var(--line); }
.foot__games a, .foot__row a { color: var(--ink-2); text-decoration: none; font-weight: 500; }
.foot__games a:hover, .foot__row a:hover, .foot__games a:focus-visible, .foot__row a:focus-visible { color: var(--ink); outline: none; }
.foot__row { display: flex; align-items: center; flex-wrap: wrap; column-gap: var(--s4); row-gap: var(--s1); }
.foot__domain { font-weight: 600; color: var(--ink); margin-left: auto; }
.foot__lang { appearance: none; border: 0; background: transparent; padding: 0; cursor: pointer; font: inherit; font-weight: 500; color: var(--ink-2); }
.foot__lang:hover, .foot__lang:focus-visible { color: var(--ink); outline: none; }
.foot__row a[aria-current] { color: var(--ink); }
/* Ko-fi (Esteban #724): eine stille Zeile, kein Knopf, kein Symbol, kein Kasten.
   Im Fuss zwischen den zehn Spielen und der Legal-Zeile, im Panel unter Thema. */
.foot__support { display: flex; align-items: center; justify-content: space-between; gap: var(--s4); margin: 0 0 var(--s4); }
.foot__support .kofi { margin: 0; }
.foot__badge { margin-left: auto; opacity: .55; line-height: 0; transition: opacity var(--d-fast) var(--ease); }
.foot__badge:hover, .foot__badge:focus-visible { opacity: 1; outline: none; }
.foot__badge img { height: 24px; width: auto; display: block; }
.kofi { margin: 0 0 var(--s4); max-width: 52ch; font-size: var(--t-sm); font-weight: 400; color: var(--ink-3); text-wrap: pretty; }
.kofi a { color: var(--ink-2); text-decoration: none; }
.kofi a:hover, .kofi a:focus-visible { text-decoration: underline; text-underline-offset: 0.15em; outline: none; }
.kofi--panel { margin: var(--s4) 0 0; padding-top: var(--s4); border-top: 1px solid var(--line); }

/* ---- Die Schale fuer privacy.html und imprint.html ---------------------- */
.legalpage { overscroll-behavior: auto; }
.legalpage .top { min-height: 56px; }
.legal { padding: var(--s6) var(--s5) var(--s8); max-width: min(var(--col), 64ch + 2 * var(--s5)); }
.legal h1 { margin-bottom: var(--s6); }
.legal h2 { margin: var(--s6) 0 var(--s2); font-size: var(--t-lg); font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; }
.legal p { margin: 0 0 var(--s3); max-width: 60ch; color: var(--ink-2); text-wrap: pretty; }
.legal p a { color: var(--ink); text-underline-offset: 3px; }
.legal__nap { color: var(--ink); line-height: 1.55; }
.legal__nap a { text-decoration: none; }

/* ---- Schmal (Revision 7b): Karte randlos ueber die volle Breite ---------- */
/* Die Spalte gibt ihren Seitenrand ab, Kopf, Fuchs/Frage und Knopf holen ihn
   sich selbst zurueck; die Box (1.35 : 1, play.js) laeuft von Kante zu Kante,
   Ecken bleiben rund. Fuchs und Frage ruecken nach oben, kein Leerraum ueber
   dem Fuchs; was uebrig bleibt, liegt unter dem Knopf. */
@media (max-width: 699px) {
  .hero .hero__wrap { padding-inline: 0; }
  .hero .top, .hero .subject, .hero .hero__dock { padding-inline: var(--s5); }
  .play { justify-content: flex-start; }
}

/* ---- Breit: Fuchs neben der Frage, Karte fuellt den Rest ---------------- */
@media (min-width: 880px) {
  :root { --pillh: 56px; }
  .nav { padding-inline: var(--s5); }
  .nav__pill { padding: 0 var(--s4) 0 var(--s6); }
  .nav .brand__logo { height: 34px; margin-left: calc(34px * -0.227); }
  .nav__set { display: inline-flex; }
  .nav__domain { margin-left: var(--s3); padding-right: var(--s3); }
  .nav__burger, .panel { display: none !important; }
  .hero__wrap { padding-top: var(--s2); }
}
@media (min-width: 900px) {
  :root { --pwn: 248; }
  .top { min-height: 64px; }
  .brand__logo { height: 32px; margin-left: calc(32px * -0.227); }
  .stage { padding-bottom: var(--s5); }
  .subject { flex-direction: row; justify-content: center; gap: var(--s7); padding: var(--s3) 0 var(--s2); }
  .ask { align-items: flex-start; }
  .hero .prompt { text-align: left; max-width: 15ch; }
  .hero__one { text-align: left; max-width: 44ch; }
  .sil { width: 230px; flex: 0 0 auto; }
  .stage .sheet {
    display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 1fr; column-gap: var(--s8);
    align-content: start;
    padding-inline: var(--s6);
  }
  .sheet .factor { grid-column: 1; grid-row: 1; }
  .sheet .sheet__play { grid-column: 1; grid-row: 2; align-self: start; }
  .sheet .ten { grid-column: 2; grid-row: 1 / span 2; align-self: start; }
  /* Der Stapel: Text und Stimme in einer Spalte, das Telefon in der anderen,
     das Paar um die Mitte des Telefons gruppiert. */
  .g { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; column-gap: var(--s6); row-gap: 0; padding: var(--s6) 0 calc(var(--s6) + 12px); }
  .g__copy { grid-column: 1; grid-row: 1; align-self: end; padding-bottom: var(--s5); }
  .g .voice { grid-column: 1; grid-row: 2; align-self: start; padding-top: var(--s5); border-top: 1px solid var(--line); }
  .g:not(.has-voice) .g__copy { grid-row: 1 / 3; align-self: center; padding-bottom: 0; }
  .g .phonebox { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .g:nth-child(even) .g__copy, .g:nth-child(even) .voice { grid-column: 2; }
  .g:nth-child(even) .phonebox { grid-column: 1; }
  .faq__list { grid-template-columns: 1fr 1fr; column-gap: var(--s8); }
  .faq__i:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .notes__grid { grid-template-columns: 1fr 1fr; column-gap: var(--s8); }
  .legalpage .top { min-height: 64px; }
  .legal { padding-top: var(--s7); }
}

/* ---- Ruhe: keine Kipp-Animation ---------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .phone3d { transition: none; transform: none; }
}

/* ---- Dunkel: dieselbe Rangfolge --------------------------------------- */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) :is(.ten__g, .g) {
    --accent: oklch(78% 0.14 var(--h)); --accent-ink: #0C0C0E;
  }
  :root:not([data-theme="light"]) .games { --accent-soft: oklch(24% 0.04 var(--hue)); }
  :root:not([data-theme="light"]) .phone__floor { background: rgba(0,0,0,.7); }
}
:root[data-theme="dark"] :is(.ten__g, .g) { --accent: oklch(78% 0.14 var(--h)); --accent-ink: #0C0C0E; }
:root[data-theme="dark"] .games { --accent-soft: oklch(24% 0.04 var(--hue)); }
:root[data-theme="dark"] .phone__floor { background: rgba(0,0,0,.7); }
