.right h1 .senopati-at-tigaraksa {
  width: auto;   /* lebar tetap */
  height: 125px;  /* tinggi tetap */
  padding: 20px;
  object-fit: cover;
  border-radius: 4px;
  background-color: white;
  animation: slideInTop 1.2s ease-out forwards;
}



@media (max-width: 768px) {

    /* Foto utama responsif & proporsional */
  .right h1 .senopati-at-tigaraksa {
    display: block;
    width: 80px;   /* lebar tetap */
    height: 60px;  /* tinggi tetap */
    border-radius: 4px;
    object-fit: contain; /* jaga rasio asli tanpa crop */
  }

}


/* Foto utama */
.image-stack .main {
  width: 500px;
  height: 300px;
  object-fit: cover;
}

/* Foto overlay */
.image-stack .overlay {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 220px;
  height: 150px;
  object-fit: cover;
}

.works .image img {
  width: 600px;
  height: 300px;
  border-radius: 6px;
  align-items: center;
}

.works .image-stack img {
  width: 550px;
  height: 275px;
  border-radius: 6px;
  align-items: center;
}


@media (max-width: 1042px) {


  .works .image img {
    width: 400px;
    height: 200px;
  }

  .works .image {
    margin-top: 20px;
  }

  /* Foto overlay */
  .image-stack .overlay {
    display: none;
  }
}