
/* ===== חצי שורה: הכנסת ספר תורה ===== */
.memorial-links-row{
  width:min(1120px,92vw);
  margin:18px auto 42px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.memorial-half-card,
.memorial-future-slot{
  min-height:132px;
  border-radius:22px;
}

.memorial-half-card{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  text-decoration:none;
  border:1px solid rgba(215,175,100,.38);
  background:#0a121b;
  box-shadow:0 18px 45px rgba(0,0,0,.18);
}

.memorial-half-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.memorial-half-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,10,16,.94) 0%,rgba(5,10,16,.72) 48%,rgba(5,10,16,.20) 100%),
    linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.18));
}

.memorial-half-content{
  position:relative;
  z-index:2;
  padding:18px 24px;
  color:#f2dfbb;
}

.memorial-half-kicker{
  display:block;
  margin-bottom:2px;
  color:#d0a65f;
  font-size:12px;
  letter-spacing:.08em;
}

.memorial-half-content strong{
  display:block;
  color:#ecc77f;
  font:700 29px "Frank Ruhl Libre",serif;
  line-height:1.05;
}

.memorial-half-content small{
  display:block;
  margin-top:5px;
  color:#d8c9ae;
  font-size:13px;
}

.memorial-future-slot{
  background:transparent;
  border:1px dashed rgba(211,171,99,.08);
  visibility:hidden;
}

@media(max-width:700px){
  .memorial-links-row{
    width:calc(100% - 28px);
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin:12px auto 28px;
  }

  .memorial-half-card,
  .memorial-future-slot{
    min-height:112px;
    border-radius:17px;
  }

  .memorial-half-content{
    padding:12px 13px;
  }

  .memorial-half-kicker{
    font-size:9px;
  }

  .memorial-half-content strong{
    font-size:20px;
  }

  .memorial-half-content small{
    font-size:10px;
    line-height:1.25;
  }
}

@media (pointer:coarse) and (min-width:701px) and (max-width:1300px){
  .memorial-links-row{
    width:94% !important;
    margin:16px auto 28px !important;
  }
  .memorial-half-card,
  .memorial-future-slot{
    min-height:120px !important;
  }
  .memorial-half-content strong{
    font-size:24px !important;
  }
}
