/* ============================================================
   УТИЛИТЫ. Подключаются последними: правило одного класса
   проигрывает компоненту, если объявлено раньше него.
   Инлайновых style= в разметке нет — правило проекта.
   ============================================================ */
.is-mt-36 { margin-top:36px; }
.is-mt-40 { margin-top:40px; }

/* ---------- кадрирование ----------
   У любительских снимков кроп критичен: без ручного object-position
   вертикальный бокс режет лица и оставляет пол. */
.bleed--beach img { object-position:center 60%; }
.bleed--gong img  { object-position:center 40%; }

.proof figure:nth-child(1) img { object-position:center 34%; }
.proof figure:nth-child(2) img { object-position:center 50%; }
.proof figure:nth-child(3) img { object-position:center 20%; }
.proof figure:nth-child(4) img { object-position:center 38%; }
.proof figure:nth-child(5) img { object-position:center 22%; }

.venue-photos .ph:nth-child(2) img { object-position:center 50%; }
.venue-photos .ph:nth-child(3) img { object-position:center 60%; }
.venue-photos .ph:nth-child(4) img { object-position:center 55%; }
