/* HBR — "Sewa Tapak untuk Majlis" (event/venue rental) section.
   Injected additively by hbr-event.js, styled to match the existing
   forest/cream/terracotta language used across hbr-gallery.css. */

.hbr-event {
  margin: 56px auto 0;
  max-width: 1180px;
  padding: 0 24px;
}

.hbr-event-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
  background: #fff;
  border: 1px solid rgba(36, 68, 56, 0.12);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(23, 61, 50, 0.08);
}

.hbr-event-media {
  min-height: 260px;
  background: linear-gradient(155deg, #244438 0%, #2e5745 100%);
}

.hbr-event-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.hbr-event-copy {
  padding: 40px 38px;
  color: #263b33;
}

.hbr-event-eyebrow {
  margin: 0 0 10px;
  color: #a95f38;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hbr-event-copy h2 {
  margin: 0 0 16px;
  color: #183c30;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.08;
  letter-spacing: -.02em;
}

.hbr-event-summary {
  margin: 0 0 22px;
  color: #53635d;
  font-size: 15px;
  line-height: 1.7;
}

.hbr-event-copy h3 {
  margin: 0 0 12px;
  color: #183c30;
  font-size: 14px;
}

.hbr-event-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.hbr-event-features li {
  position: relative;
  padding-left: 19px;
  color: #485c54;
  font-size: 13px;
  line-height: 1.45;
}

.hbr-event-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #a95f38;
  font-weight: 900;
}

.hbr-event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hbr-event-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s ease, transform .1s ease;
}

.hbr-event-btn-primary {
  background: #214d3e;
  color: #fff;
}
.hbr-event-btn-primary:hover { background: #1b3f33; }
.hbr-event-btn-primary:active { transform: scale(.97); }

.hbr-event-btn-outline {
  background: #fff;
  color: #214d3e;
  border: 1px solid rgba(36, 68, 56, 0.25);
}
.hbr-event-btn-outline:hover { background: #f4f1e8; }

@media (max-width: 760px) {
  .hbr-event { margin-top: 40px; padding: 0 12px; }
  .hbr-event-inner { grid-template-columns: 1fr; }
  .hbr-event-media, .hbr-event-media img { min-height: 200px; }
  .hbr-event-copy { padding: 28px 22px; }
}
