/* Гравюри: фигури от библиотеката (Дизайн система/образи/гравюри/мастило).
   Принцип: фигура в свой слот, никога тапет зад текст. Прототип от 10.09.2026. */
.bh-grav-hero{position:absolute;left:0;right:0;bottom:0;width:100%;height:min(50vh,520px);object-fit:cover;object-position:center bottom;pointer-events:none;opacity:.95;
  -webkit-mask-image:linear-gradient(to top,#000 40%,transparent 100%);mask-image:linear-gradient(to top,#000 40%,transparent 100%)}
.bh-grav-side{position:absolute;right:clamp(16px,4vw,64px);top:50%;transform:translateY(-50%);height:clamp(170px,72%,380px);width:auto;max-width:34vw;pointer-events:none;opacity:.9}
.bh-grav-hero-side{position:absolute;right:24px;top:24px;width:clamp(240px,30%,420px);height:auto;pointer-events:none;opacity:.85}
.bh-grav-card{position:absolute;right:18px;top:18px;width:120px;height:120px;object-fit:contain;pointer-events:none;opacity:.85}
.bh-grav-box{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:clamp(120px,14vw,190px);height:auto;pointer-events:none;opacity:.85}
.bh-figure{margin:40px auto 0;max-width:640px;display:flex;flex-direction:column;align-items:center;gap:12px}
.bh-figure img{width:100%;height:auto;max-height:420px;object-fit:contain}
.bh-figure figcaption{font-family:var(--font-tagline);text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:var(--ink-3)}
@media (max-width:760px){
  .bh-grav-hero{height:220px}
  .bh-grav-side,.bh-grav-hero-side,.bh-grav-box{display:none}
  .bh-grav-card{width:84px;height:84px}
}
