/* OKTOFOX Landingpage (L1).
   Markenfarbe #00D1C1 (verbindlich). Ruhige Oberfläche, kein Neon.
   Keine tiefe Designfestlegung — AGENTS.md §6 ist offen.
   KEINE externen Ressourcen: keine Schriften, kein Skript, kein fremder Host.
   Einziges Bild: das echte Logo (PNG, 392 KB), lokal ausgeliefert. */

:root{
  --bg:#0a0d14;
  --bg-deep:#05070d;
  --panel:#0d1119;
  --fg:rgba(255,255,255,.93);
  --muted:rgba(255,255,255,.58);
  /* .34 ergab nur 2,97:1 — unter WCAG AA (4,5:1). Betroffen waren das
     KONTAKT-Label, der Kontakthinweis und die Fusszeile. .48 erreicht
     4,96:1 auf der Seite und 4,99:1 im Fuss und bleibt trotzdem
     erkennbar zurueckgenommen. */
  --faint:rgba(255,255,255,.48);
  --line:rgba(255,255,255,.09);
  --accent:#00D1C1;
  --warn:#d29922;
  --font:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,
         "Helvetica Neue",Arial,sans-serif;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;min-height:100vh;
  background:var(--bg-deep);color:var(--fg);
  font-family:var(--font);font-size:1rem;line-height:1.6;
  -webkit-font-smoothing:antialiased;
  display:flex;flex-direction:column;
}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:3px}

.wrap{width:100%;max-width:64rem;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem)}

/* ── Kopf ─────────────────────────────────────────────────────── */
.head{padding-block:clamp(1.5rem,4vw,2.5rem)}
.brand{display:inline-flex;align-items:center;gap:.7rem;color:var(--fg)}
.brand:hover{text-decoration:none}
/* Bildmarke als PNG (500×479, aus der Hero-Datei zugeschnitten).
   height:auto bewahrt das Verhaeltnis. NICHT ueber CSS umfaerbbar —
   das ist der bewusste Preis fuer die metallische Oberflaeche. */
.brand .mark{width:1.9rem;height:auto;flex:0 0 auto}
.brand .name{font-size:1.05rem;font-weight:600;letter-spacing:.14em}

/* ── Hauptteil ────────────────────────────────────────────────── */
main{flex:1 0 auto;padding-block:clamp(2rem,7vw,5rem)}

.hero{display:grid;gap:clamp(1.5rem,3vw,2.25rem);align-items:center}
@media (min-width:56rem){ .hero{grid-template-columns:minmax(0,1fr) 210px} }

.stand{
  display:inline-flex;align-items:center;gap:.55rem;
  font-size:.82rem;color:var(--muted);
  border:1px solid var(--line);border-radius:999px;
  padding:.35rem .85rem;margin-bottom:1.5rem;
}
.stand .dot{width:.45rem;height:.45rem;border-radius:50%;background:var(--warn);flex:0 0 auto}

h1{
  font-size:clamp(1.9rem,5.5vw,3.1rem);line-height:1.14;
  font-weight:600;letter-spacing:-.02em;margin:0 0 1.1rem;
  text-wrap:balance;
}
h1 .em{color:var(--accent)}

.lead{font-size:clamp(1.02rem,2.2vw,1.2rem);color:var(--muted);margin:0 0 1rem;max-width:52ch;text-wrap:pretty}
.formel{font-size:1.05rem;color:var(--fg);margin:0 0 1.75rem;max-width:52ch}
.schluss{font-size:.95rem;color:var(--muted);margin:0;max-width:48ch;text-wrap:pretty}

/* Grosse Bildmarke. PNG mit 500 px Breite — bei 210 px Anzeige bleibt auf
   3x-Displays keine Reserve mehr. Nicht weiter vergroessern ohne neue Datei. */
.star{width:100%;max-width:210px;height:auto;justify-self:center}
@media (max-width:55.99rem){ .star{max-width:135px} }

/* ── Kontakt ──────────────────────────────────────────────────── */
.kontakt{margin-top:clamp(2.5rem,6vw,4rem);padding-top:2rem;border-top:1px solid var(--line)}
.kontakt h2{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);margin:0 0 1rem;font-weight:600}
.kontakt-liste{display:flex;flex-wrap:wrap;gap:.6rem 2.5rem;margin:0;padding:0;list-style:none}
.kontakt-liste li{font-size:1.05rem}
.kontakt-hinweis{margin:1.2rem 0 0;font-size:.85rem;color:var(--faint);max-width:60ch}

/* ── Platzhalter — müssen als solche erkennbar bleiben ─────────── */
.platzhalter{
  border:1px dashed rgba(210,153,34,.5);background:rgba(210,153,34,.07);
  border-radius:10px;padding:.9rem 1.1rem;margin:1.1rem 0;
  font-size:.9rem;color:var(--fg);
}
.platzhalter b{color:var(--warn)}
.platzhalter code{
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em;
  background:rgba(255,255,255,.07);padding:.1em .4em;border-radius:4px;
}

/* ── Rechtsseiten ─────────────────────────────────────────────── */
.doc{max-width:46rem}
.doc h1{font-size:clamp(1.5rem,4vw,2.1rem);margin-bottom:.6rem}
.doc h2{font-size:1.05rem;font-weight:600;margin:2.2rem 0 .6rem}
.doc p,.doc li{color:var(--muted);max-width:70ch}
.doc ul{padding-left:1.2rem}
.doc li{margin-bottom:.4rem}
.zurueck{display:inline-block;margin-bottom:2rem;font-size:.9rem}

/* ── Fuß ──────────────────────────────────────────────────────── */
footer{
  flex:0 0 auto;border-top:1px solid var(--line);background:var(--bg);
  padding-block:1.6rem;margin-top:clamp(3rem,8vw,6rem);
}
.foot-inner{display:flex;flex-wrap:wrap;gap:.8rem 2rem;align-items:center;justify-content:space-between}
.foot-links{display:flex;flex-wrap:wrap;gap:.6rem 1.8rem;margin:0;padding:0;list-style:none}
.foot-links a{font-size:.95rem}
.foot-note{font-size:.82rem;color:var(--faint);margin:0}
