/* Profil singkat Al Jannah di homepage */
.home-history{
  background:linear-gradient(180deg,#fff 0%,#f5faf7 100%);
  padding:72px 0;
}
.home-history-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:52px;
  align-items:center;
}
.home-history-photo{position:relative}
.home-history-photo img,
.home-history-placeholder{
  width:100%;
  aspect-ratio:1.08/1;
  object-fit:cover;
  border-radius:26px;
  box-shadow:0 22px 55px rgba(18,55,40,.12);
}
.home-history-placeholder{
  display:grid;
  place-items:center;
  background:#e9f3ed;
  color:#0d6548;
  font-weight:800;
}
.home-history-badge{
  position:absolute;
  left:18px;
  bottom:18px;
  display:flex;
  flex-direction:column;
  background:rgba(255,255,255,.95);
  border-radius:14px;
  padding:11px 14px;
  box-shadow:0 10px 28px rgba(0,0,0,.12);
  backdrop-filter:blur(8px);
}
.home-history-badge strong{color:#0d6548;font-size:18px}
.home-history-badge span{font-size:10px;color:#66776f;margin-top:2px}
.home-history-copy h2{
  font-size:clamp(32px,4vw,48px);
  line-height:1.08;
  letter-spacing:-.03em;
  margin:8px 0 18px;
}
.home-history-text{display:grid;gap:13px}
.home-history-text p{
  margin:0;
  color:#60736a;
  font-size:15px;
  line-height:1.75;
}
.home-history-text strong{color:#284b3c}
.home-history-link{
  display:inline-flex;
  margin-top:21px;
  color:#0d6548;
  font-weight:850;
  border-bottom:1px solid rgba(13,101,72,.25);
  padding-bottom:3px;
}

@media(max-width:768px){
  .home-history{padding:38px 0 42px}
  .home-history-grid{grid-template-columns:1fr;gap:22px}
  .home-history-photo img,
  .home-history-placeholder{
    aspect-ratio:16/10;
    border-radius:18px;
    box-shadow:0 12px 30px rgba(18,55,40,.10);
  }
  .home-history-badge{
    left:12px;
    bottom:12px;
    padding:8px 11px;
    border-radius:11px;
  }
  .home-history-badge strong{font-size:15px}
  .home-history-badge span{font-size:9px}
  .home-history-copy h2{font-size:29px;margin:7px 0 15px}
  .home-history-text{gap:11px}
  .home-history-text p{font-size:14px;line-height:1.67}
  .home-history-link{font-size:13px;margin-top:17px}
}
