/* HUN-BAU V9 - project galleries and real image integration */
.hb-projects-section { padding-top: 112px; padding-bottom: 112px; }
.hb-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 34px;
}
.hb-project-gallery { height: 100%; }
.hb-project-trigger.hb-project-hidden { display: none; }
.hb-project-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(18, 23, 21, 0.08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(18, 23, 21, 0.08);
  transition: transform .35s ease, box-shadow .35s ease;
  color: inherit;
}
.hb-project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(18, 23, 21, 0.14);
}
.hb-project-thumb {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.hb-project-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s ease;
}
.hb-project-card:hover .hb-project-thumb img { transform: scale(1.04); }
.hb-project-badge {
  position: absolute; left: 24px; bottom: 24px;
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 96px; height: 42px; padding: 0 16px;
  border-radius: 999px; background: rgba(47, 107, 87, .92);
  color: #fff; font-size: 16px; font-weight: 600; letter-spacing: .02em;
}
.hb-project-body {
  display: flex; flex-direction: column; flex: 1;
  padding: 28px 28px 24px;
}
.hb-project-title {
  margin: 0 0 14px; color: #121715;
  font-size: clamp(28px, 2vw, 38px);
  line-height: 1.15;
  min-height: 2.3em;
}
.hb-project-summary {
  margin: 0; color: #5e6764; font-size: 18px; line-height: 1.7;
  min-height: 3.4em;
}
.hb-project-footer {
  margin-top: auto; padding-top: 20px;
  border-top: 1px solid rgba(18, 23, 21, 0.08);
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  font-size: 15px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase;
  color: #121715;
}
.hb-project-link {
  display: inline-flex; align-items: center; gap: 10px;
  color: #2f6b57; font-weight: 700;
}
.hb-project-link i { transition: transform .3s ease; }
.hb-project-card:hover .hb-project-link i { transform: translateX(4px); }

/* Service cards equal heights */
.our-room-suites-section-one .swiper-slide { height: auto; }
.our-room-suites-section-one .single-room-box {
  height: 100%; display: flex; flex-direction: column;
}
.our-room-suites-section-one .room-thumb { flex: 0 0 auto; }
.our-room-suites-section-one .room-thumb figure {
  margin: 0; aspect-ratio: 16 / 10; overflow: hidden;
}
.our-room-suites-section-one .room-thumb img {
  width: 100%; height: 100%; object-fit: cover;
}
.our-room-suites-section-one .room-content {
  flex: 1; display: flex; flex-direction: column;
}
.our-room-suites-section-one .room-content h2 {
  min-height: 2.45em;
}
.our-room-suites-section-one .room-info {
  flex: 1; min-height: 132px;
}
.our-room-suites-section-one .hb-service-description {
  min-height: 5.4em;
}
.our-room-suites-section-one .room-content .explore-btn {
  margin-top: auto;
}

/* Better image positions for swapped sections */
.hb-about-image img { width: 100%; height: 100%; object-fit: cover; }
.video-section { background-position: center center !important; }
.subcribe-section-one { background-position: center center !important; }

@media (max-width: 1199px) {
  .hb-project-title { font-size: 32px; }
}
@media (max-width: 991px) {
  .hb-projects-grid { grid-template-columns: 1fr; gap: 24px; }
  .hb-project-title, .our-room-suites-section-one .room-content h2, .our-room-suites-section-one .room-info, .our-room-suites-section-one .hb-service-description {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .hb-projects-section { padding-top: 84px; padding-bottom: 84px; }
  .hb-project-body { padding: 22px 22px 20px; }
  .hb-project-title { font-size: 28px; }
  .hb-project-summary { font-size: 16px; }
  .hb-project-footer { flex-direction: column; align-items: flex-start; }
}
