/* ==========================================================
   RuGo v108 — CONTACT HERO TOP CLEARANCE / DESKTOP POLISH

   Admin instruction:
   PROYECTOS top actionable word must never visually interleave with
   the Arecibo hero image.

   Scope:
   create a small clean paper-colored clearance band at the TOP of the
   existing hero image.

   The hero figure, CONTACT main area, form, footer, navigation and all
   previous v107 behavior remain geometrically frozen.

   Screenshot reference:
   viewport height ≈ 1154px
   1.4vh ≈ 16px

   Responsive-safe clearance:
   clamp(12px,1.4vh,18px)
   ========================================================== */

.contact-screen-v086{
  --contact-v108-hero-top-clearance:clamp(12px,1.4vh,18px);
}

/* The figure keeps its exact existing box and therefore does not reflow
   CONTACTO. It only provides the page-colored background revealed by the
   clipped image. */
.contact-screen-v086 .contact-v086__hero{
  background:var(--launch-paper,#f4f1ea)!important;
}

/* Visually lower the START of the Arecibo image without touching:
   margin / padding / top / height / transform / object-position.
   This preserves the current crop and all downstream geometry. */
.contact-screen-v086 .contact-v086__hero-image{
  clip-path:inset(
    var(--contact-v108-hero-top-clearance)
    0
    0
    0
  )!important;
}