/* ==========================================================
   RuGo v109 — DETALLES LEFT NAV CLEARANCE / DESKTOP POLISH

   Browser observation:
   the vertical left actionable edge word visually interleaves with the
   middle DETALLES information field.

   Admin-marked orange scope:
   - principles
   - configuration
   - how-it-starts

   Correction:
   add a small LEFT safety gutter to those sections only.

   Important:
   margin-left on auto-width block sections moves their LEFT boundary right
   while preserving the existing RIGHT boundary.

   Frozen:
   - TERRAZA + PISCINA intro
   - main statement
   - HABLEMOS DE TU PROYECTO
   - visual/image split
   - CONTÁCTANOS
   - left edge navigation
   - all typography / scale / vertical rhythm / arrows
   ========================================================== */

.detail-screen-v093{
  --detail-v109-left-nav-clearance:clamp(22px,1.6vw,28px);
}

.detail-screen-v093 .detail-v093__principles,
.detail-screen-v093 .detail-v093__configuration,
.detail-screen-v093 .detail-v093__start{
  margin-left:var(--detail-v109-left-nav-clearance)!important;
}