/* The brand typeface, served from this site. Named in the page styles
   but never loaded before, so Arabic fell back to the system face. */
@font-face { font-family: "IBM Plex Sans Arabic"; src: url("/fonts/IBMPlexSansArabic-Light.woff2") format("woff2"); font-weight: 300; font-display: swap; }
@font-face { font-family: "IBM Plex Sans Arabic"; src: url("/fonts/IBMPlexSansArabic-Regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "IBM Plex Sans Arabic"; src: url("/fonts/IBMPlexSansArabic-Medium.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "IBM Plex Sans Arabic"; src: url("/fonts/IBMPlexSansArabic-SemiBold.woff2") format("woff2"); font-weight: 600; font-display: swap; }

.bh-review-card {
  flex: 0 0 min(420px, 86vw);
  min-height: 292px;
  display: flex;
  flex-direction: column;
  padding: 34px 30px;
  border: 1px solid rgba(17, 19, 21, 0.12);
  background: #fff;
  color: #111315;
  transition: border-color 450ms ease, transform 500ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 450ms ease;
}

.bh-review-card:hover {
  border-color: #d6c08a;
  box-shadow: 0 22px 50px rgba(17, 19, 21, 0.08);
  transform: translateY(-5px);
}

.bh-review-stars {
  display: flex;
  gap: 4px;
  color: #b08a3c;
  font-family: Georgia, serif;
  font-size: 18px;
}

.bh-review-stars .is-empty { color: rgba(176, 138, 60, 0.26); }

.bh-review-quote {
  margin: 20px 0 0;
  color: #111315;
  font-size: 16px;
  font-weight: 350;
  line-height: 2;
}

.bh-review-person {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto;
  padding-top: 24px;
}

.bh-review-initials {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: none;
  border: 1px solid #d6c08a;
  color: #b08a3c;
  font-size: 13px;
  font-weight: 650;
}

.bh-review-person > div { display: flex; flex-direction: column; gap: 3px; }
.bh-review-person strong { color: #111315; font-size: 14px; font-weight: 650; }
.bh-review-person small { color: #6d706f; font-size: 12.5px; }

/* ---------------------------------------------------------------- CTA -- */

.bh-feed-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  background: #b08a3c;
  color: #111315;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: background-color 300ms ease, transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}
.bh-feed-cta:hover { background: #c9a456; color: #111315; transform: translateY(-2px); }

/* ------------------------------------------------------------- offers -- */

.bh-offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 980px) { .bh-offers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .bh-offers-grid { grid-template-columns: 1fr; } }

.bh-offer-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(17, 19, 21, 0.12);
  background: #fff;
  color: #111315;
  overflow: hidden;
  transition: border-color 450ms ease, transform 500ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 450ms ease;
}
.bh-offer-card:hover { border-color: #d6c08a; box-shadow: 0 22px 50px rgba(17, 19, 21, 0.08); transform: translateY(-5px); }
.bh-offer-card.is-lead { grid-column: span 2; flex-direction: row; }
@media (max-width: 980px) { .bh-offer-card.is-lead { grid-column: span 2; flex-direction: column; } }
@media (max-width: 640px) { .bh-offer-card.is-lead { grid-column: auto; } }

.bh-offer-media { position: relative; aspect-ratio: 16 / 10; background: #0b0b0c; flex: 0 0 auto; }
.bh-offer-card.is-lead .bh-offer-media { flex: 0 0 52%; aspect-ratio: auto; min-height: 280px; }
.bh-offer-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }

.bh-offer-body { display: flex; flex-direction: column; gap: 12px; padding: 28px 28px 26px; flex: 1; }
.bh-offer-badge {
  align-self: flex-start;
  padding: 6px 12px;
  background: #b08a3c;
  color: #111315;
  font-size: 11.5px;
  font-weight: 650;
  letter-spacing: 0.4px;
}
.bh-offer-title { margin: 0; font-size: clamp(18px, 1.6vw, 22px); font-weight: 600; line-height: 1.5; }
.bh-offer-card.is-lead .bh-offer-title { font-size: clamp(22px, 2.2vw, 30px); }
.bh-offer-text { margin: 0; color: #4a4a4a; font-size: 14px; font-weight: 350; line-height: 1.95; }
.bh-offer-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: auto; padding-top: 16px; }
.bh-offer-valid { font-size: 12.5px; color: #6d706f; }

/* ------------------------------------------------------------- videos -- */

.bh-videos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 240px;
  gap: 16px;
}
@media (max-width: 980px) { .bh-videos-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 220px; } }
@media (max-width: 640px) { .bh-videos-grid { grid-template-columns: 1fr; grid-auto-rows: 210px; } }

.bh-video-tile {
  position: relative;
  overflow: hidden;
  background: #0b0b0c;
  color: #fff;
  cursor: pointer;
  outline: none;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 450ms ease;
}
.bh-video-tile.is-lead { grid-column: span 2; grid-row: span 2; }
@media (max-width: 640px) { .bh-video-tile.is-lead { grid-column: auto; grid-row: auto; } }
.bh-video-tile:hover, .bh-video-tile:focus-visible { transform: translateY(-4px); box-shadow: 0 24px 50px rgba(11, 11, 12, 0.35); }
.bh-video-tile:focus-visible { outline: 2px solid #d6c08a; outline-offset: 3px; }
.bh-video-tile img, .bh-video-tile video, .bh-video-tile iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; display: block; }
.bh-video-tile img, .bh-video-tile video { transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1); }
.bh-video-tile:hover img, .bh-video-tile:hover video { transform: scale(1.04); }
.bh-video-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 12, 0) 42%, rgba(11, 11, 12, 0.86) 100%);
  pointer-events: none;
}
.bh-video-tile.is-playing::after, .bh-video-tile.is-playing .bh-video-play, .bh-video-tile.is-playing .bh-video-caption { display: none; }
.bh-video-play {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(214, 192, 138, 0.75);
  border-radius: 50%;
  background: rgba(11, 11, 12, 0.5);
  backdrop-filter: blur(8px);
  z-index: 1;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1), background-color 300ms ease;
}
[dir="rtl"] .bh-video-play { transform: translate(50%, -50%); }
.bh-video-play::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 26px;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #d6c08a;
}
.bh-video-tile:hover .bh-video-play { background: rgba(176, 138, 60, 0.85); transform: translate(-50%, -50%) scale(1.06); }
[dir="rtl"] .bh-video-tile:hover .bh-video-play { transform: translate(50%, -50%) scale(1.06); }
.bh-video-tile:hover .bh-video-play::after { border-left-color: #111315; }
.bh-video-caption {
  position: absolute;
  inset-block-end: 0;
  inset-inline: 0;
  padding: 24px 26px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
}
.bh-video-caption strong { font-size: 17px; font-weight: 500; }
.bh-video-caption small { font-size: 12.5px; color: rgba(255, 255, 255, 0.72); }

/* ------------------------------------------------------------- banner -- */

.bh-banner-host { position: relative; z-index: 3; }
.bh-banner {
  --bh-banner-image: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 16px 5vw;
  background: #0b0b0c;
  background-image: linear-gradient(90deg, rgba(11, 11, 12, 0.94), rgba(11, 11, 12, 0.72)), var(--bh-banner-image);
  background-size: cover;
  background-position: center;
  color: #fff;
  border-bottom: 1px solid rgba(214, 192, 138, 0.35);
}
.bh-banner-text { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 14px; }
.bh-banner-text strong { font-weight: 600; font-size: 15px; }
.bh-banner-text > span:not(.bh-banner-badge) { color: rgba(255, 255, 255, 0.78); font-weight: 300; }
.bh-banner-badge { padding: 5px 11px; background: #b08a3c; color: #111315; font-size: 11.5px; font-weight: 650; }
.bh-banner .bh-feed-cta { min-height: 40px; padding: 0 18px; }

/* --------------------------------------------------------------- news -- */

.bh-feed-empty { margin: 0; padding: 40px 0; color: #6d706f; font-size: 15px; font-weight: 300; }
.bh-feed-more {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #b08a3c;
  color: #111315;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 300ms ease;
}
.bh-feed-more:hover { color: #b08a3c; }

.bh-news-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 980px) { .bh-news-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .bh-news-list { grid-template-columns: 1fr; } }

.bh-news-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(17, 19, 21, 0.12);
  background: #fff;
  color: #111315;
  overflow: hidden;
  transition: border-color 450ms ease, transform 500ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 450ms ease;
}
.bh-news-card:hover { border-color: #d6c08a; box-shadow: 0 22px 50px rgba(17, 19, 21, 0.08); transform: translateY(-5px); }
.bh-news-card.is-lead { grid-column: span 2; }
@media (max-width: 640px) { .bh-news-card.is-lead { grid-column: auto; } }
.bh-news-media { position: relative; aspect-ratio: 16 / 9; background: #0b0b0c; }
.bh-news-card.is-lead .bh-news-media { aspect-ratio: 21 / 9; }
.bh-news-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.bh-news-body { display: flex; flex-direction: column; gap: 12px; padding: 26px 28px; flex: 1; }
.bh-news-meta { display: flex; align-items: center; gap: 12px; font-size: 12.5px; color: #6d706f; }
.bh-news-tag { padding: 4px 10px; border: 1px solid #d6c08a; color: #8d6d2c; font-size: 11.5px; font-weight: 600; letter-spacing: 0.3px; }
.bh-news-title { margin: 0; font-size: clamp(18px, 1.6vw, 22px); font-weight: 600; line-height: 1.5; }
.bh-news-card.is-lead .bh-news-title { font-size: clamp(22px, 2.2vw, 30px); }
.bh-news-text { margin: 0; color: #4a4a4a; font-size: 14px; font-weight: 350; line-height: 1.95; }
.bh-news-body .bh-feed-cta { align-self: flex-start; margin-top: auto; }
