/* ==========================================================================
   REDESIGN — Utility-Kontexte (404.php / search.php / taxonomy-*.php).
   Nur kontext-spezifische Komponenten. Geteilte Bausteine (.hero--detail, .block, .cards/.serv-card/
   .post-card, .pager, .sec-head, .finput, .cta-band) kommen aus redesign-detail.css (Dependency).
   Laedt gegatet auf is_404()||is_search()||is_tax(), nach detail.css, vor style.css.
   style.css: 0 Treffer auf .err-code/.err-actions/.err-search.
   ========================================================================== */

/* 404: grosse Fehler-Zahl (faint) auf dem dunklen --ink-Hero + Aktions-/Suchblock. Zahl 1:1 Display-Font
   (var(--font-display), letter-spacing -.03em wie H1), Weiss-Alpha .16 (Hero-Kontext, wie Original 0.2).
   Groesse responsiv clamp. Aktions-Gap 28px / Such-Gap 12px = mechanische Layout-Werte (am DOM gemessen). */
.err-code{display:block;font-family:var(--font-display);font-weight:800;font-size:clamp(84px,13vw,150px);line-height:.9;letter-spacing:-.03em;color:rgba(255,255,255,.16)}
.err-actions{max-width:520px;display:flex;flex-direction:column;gap:28px;align-items:flex-start}
.err-search{display:flex;gap:12px;width:100%}
.err-search .finput{flex:1}
@media(max-width:560px){.err-search{flex-direction:column}}
