/* ===========================================================
   eDeckel Website — minimal responsive override (Phase 5)
   -----------------------------------------------------------
   The transcribed template stacks all four Ablauf slides absolutely inside
   `.steps-stage`. The hidden tablet slide (`.tablet-panel`, ~528px wide) is
   wider than a ≤480px viewport and, although visually hidden, still contributes
   to the document scroll width — producing horizontal body scroll (acceptance
   criterion #15). Clipping the stage's HORIZONTAL overflow removes the
   off-screen hidden slide from the scroll width with no visible change: the
   active slide always fits, and on desktop the stage is far wider than the
   panels, so nothing is clipped. Vertical overflow stays visible so panel
   shadows are untouched. No colour/space/type token is modified.
   =========================================================== */
.steps-stage{overflow-x:clip;}
