/* Hirudotherapy: five finished routes, without mixing object and coordinate systems. */
.hirud-next{padding:118px 0 132px!important;background:#182925!important;color:#f7f3ea}
.hirud-next-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(350px,.58fr);
  gap:clamp(60px,8vw,130px);
  align-items:end;
  margin-bottom:52px;
}
.hirud-next-head h2{
  margin:14px 0 0;
  color:#fff;
  font-size:clamp(52px,5.3vw,78px);
  font-weight:500;
  letter-spacing:-.045em;
  line-height:1.01;
}
.hirud-next-head>p{max-width:540px;margin:0 0 5px;color:rgba(247,243,234,.72);font-size:18px;line-height:1.72}
.hirud-next-visuals{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(410px,.72fr);grid-template-rows:660px 470px 470px;gap:18px;min-height:0}
.hirud-next-side{display:grid;grid-template-rows:1fr 1fr;gap:18px}
.hirud-next-card{
  position:relative;
  display:block;
  min-height:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.23);
  background:#1b201d;
  color:#fff;
  isolation:isolate;
}
.hirud-next-card img{
  position:absolute;
  inset:0;
  z-index:-2;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.76) contrast(1.04);
  transition:transform .8s cubic-bezier(.2,.72,.24,1),filter .5s ease;
}
.hirud-next-card--feature img{object-position:center}
.hirud-next-card--passport{grid-column:1/-1;min-height:470px}
.hirud-next-card--passport img{object-position:center 42%}
.hirud-next-card--status{grid-column:1/-1;min-height:470px}
.hirud-next-card--status img{object-position:center 38%}
.hirud-next-side .hirud-next-card:first-child img{object-position:center}
.hirud-next-side .hirud-next-card:last-child img{object-position:center}
.hirud-next-card__shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(6,9,7,.08) 18%,rgba(6,9,7,.3) 52%,rgba(6,9,7,.94) 100%)}
.hirud-next-card__index{position:absolute;top:27px;left:29px;color:rgba(255,255,255,.86);font-size:13px;font-weight:650}
.hirud-next-card__copy{position:absolute;right:0;bottom:0;left:0;display:grid;gap:9px;padding:31px 31px 29px}
.hirud-next-card__copy strong{
  max-width:690px;
  color:#fff;
  font-family:var(--ed-serif);
  font-size:clamp(35px,3.5vw,56px);
  font-weight:500;
  letter-spacing:-.04em;
  line-height:1;
}
.hirud-next-side .hirud-next-card__copy strong{font-size:clamp(30px,2.55vw,41px)}
.hirud-next-card__copy small{max-width:620px;color:rgba(255,255,255,.72);font-size:15px;line-height:1.5}
.hirud-next-card__copy>b{justify-self:start;margin-top:8px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.58);color:#fff;font-size:14px;font-weight:550}
.hirud-next-card__copy>b i{margin-left:18px;font-style:normal}
.hirud-next-card:hover img{transform:scale(1.035);filter:saturate(.9) contrast(1.06)}

@media(max-width:960px){
  .hirud-next-head{grid-template-columns:1fr;gap:24px}
  .hirud-next-visuals{grid-template-columns:1fr;grid-template-rows:auto;min-height:0}
  .hirud-next-card--feature{min-height:560px}
  .hirud-next-side{grid-template-columns:1fr 1fr;grid-template-rows:430px}
  .hirud-next-card--passport,.hirud-next-card--status{grid-column:auto;min-height:430px}
}

@media(max-width:760px){
  .hirud-next{padding:82px 0 92px!important}
  .hirud-next-head{margin-bottom:36px}
  .hirud-next-head h2{font-size:44px}
  .hirud-next-head>p{font-size:17px}
  .hirud-next-card--feature{min-height:460px}
  .hirud-next-side{grid-template-columns:1fr;grid-template-rows:410px 410px;gap:14px}
  .hirud-next-card--passport,.hirud-next-card--status{min-height:430px}
  .hirud-next-card__index{top:23px;left:23px}
  .hirud-next-card__copy{padding:27px 23px 24px}
  .hirud-next-card__copy strong,.hirud-next-side .hirud-next-card__copy strong{font-size:36px}
}

@media(max-width:420px){
  .hirud-next-head h2{font-size:42px}
  .hirud-next-card--feature{min-height:430px}
  .hirud-next-side{grid-template-rows:390px 390px}
  .hirud-next-card--passport,.hirud-next-card--status{min-height:430px}
  .hirud-next-card__copy strong,.hirud-next-side .hirud-next-card__copy strong{font-size:34px}
}
