.elementor-237 .elementor-element.elementor-element-99f5fad{--display:flex;}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-237 .elementor-element.elementor-element-a6b2d65 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-237 .elementor-element.elementor-element-a6b2d65 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-237 .elementor-element.elementor-element-a6b2d65{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6c39919 *//* =========================
   GALLERY PAGE HERO
========================= */

.krb-gallery-page-hero {
  background:
    radial-gradient(circle at 18% 10%, rgba(215,181,122,0.05) 0%, rgba(215,181,122,0) 24%),
    linear-gradient(180deg, #0b0b0b 0%, #090909 100%);
  color: #fff;
  padding: 140px 0 40px;
}

.krb-gallery-page-hero__wrap {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.krb-gallery-page-hero__eyebrow {
  margin: 0 0 12px;
  color: #d7b57a;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}

.krb-gallery-page-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #fff;
}

.krb-gallery-page-hero__text {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.76);
  font-size: 17px;
  line-height: 1.8;
}

/* =========================
   ELEMENTOR PRO GALLERY
========================= */

.krb-gallery-pro {
  background: #090909;
  padding: 18px 0 30px;
}

.krb-gallery-pro .e-gallery-container,
.krb-gallery-pro .elementor-image-gallery,
.krb-gallery-pro .gallery {
  gap: 12px !important;
}

.krb-gallery-pro .e-gallery-item,
.krb-gallery-pro .gallery-item,
.krb-gallery-pro .elementor-image-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(215,181,122,0.12);
  background: #111;
  box-shadow: 0 16px 40px rgba(0,0,0,0.20);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.krb-gallery-pro .e-gallery-image,
.krb-gallery-pro .gallery-item img,
.krb-gallery-pro .elementor-image-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 1.1s ease, filter .45s ease;
}

.krb-gallery-pro .e-gallery-item::after,
.krb-gallery-pro .gallery-item::after,
.krb-gallery-pro .elementor-image-gallery .gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.00) 45%, rgba(0,0,0,0.62) 100%);
  pointer-events: none;
}

.krb-gallery-pro .e-gallery-item:hover,
.krb-gallery-pro .gallery-item:hover,
.krb-gallery-pro .elementor-image-gallery .gallery-item:hover {
  transform: translateY(-3px);
  border-color: rgba(215,181,122,0.30);
  box-shadow: 0 22px 48px rgba(0,0,0,0.30);
}

.krb-gallery-pro .e-gallery-item:hover .e-gallery-image,
.krb-gallery-pro .gallery-item:hover img,
.krb-gallery-pro .elementor-image-gallery .gallery-item:hover img {
  transform: scale(1.07);
  filter: brightness(1.04) contrast(1.04);
}

/* caption styles */
.krb-gallery-pro .gallery-caption,
.krb-gallery-pro .elementor-image-gallery .gallery-caption,
.krb-gallery-pro .e-gallery-item__content,
.krb-gallery-pro .e-gallery-item__title {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* =========================
   GALLERY PAGE CTA
========================= */

.krb-gallery-page-cta {
  background:
    radial-gradient(circle at 80% 20%, rgba(215,181,122,0.05) 0%, rgba(215,181,122,0) 24%),
    linear-gradient(180deg, #090909 0%, #070707 100%);
  color: #fff;
  padding: 56px 0 90px;
}

.krb-gallery-page-cta__wrap {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.krb-gallery-page-cta__eyebrow {
  margin: 0 0 12px;
  color: #d7b57a;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}

.krb-gallery-page-cta h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4.5vw, 50px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}

.krb-gallery-page-cta__text {
  max-width: 760px;
  margin: 0 auto 24px;
  color: rgba(255,255,255,0.76);
  font-size: 16px;
  line-height: 1.8;
}

.krb-gallery-page-cta__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.krb-gallery-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 700;
  transition: all .3s ease;
}

.krb-gallery-page-btn--gold {
  border: 1px solid rgba(215,181,122,0.6);
  background: linear-gradient(135deg, rgba(215,181,122,0.2), rgba(140,104,52,0.1));
  color: #fff8ec;
}

.krb-gallery-page-btn--gold:hover {
  transform: translateY(-2px);
  border-color: rgba(215,181,122,0.9);
}

.krb-gallery-page-btn--ghost {
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  background: rgba(255,255,255,0.03);
}

.krb-gallery-page-btn--ghost:hover {
  background: rgba(255,255,255,0.08);
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .krb-gallery-page-hero {
    padding: 120px 0 28px;
  }

  .krb-gallery-page-hero__wrap,
  .krb-gallery-page-cta__wrap {
    width: calc(100% - 24px);
  }

  .krb-gallery-page-hero h1,
  .krb-gallery-page-cta h2 {
    font-size: 34px;
    line-height: 1.02;
  }

  .krb-gallery-page-hero__text,
  .krb-gallery-page-cta__text {
    font-size: 15px;
    line-height: 1.75;
  }

  .krb-gallery-pro {
    padding: 12px 0 24px;
  }

  .krb-gallery-pro .e-gallery-container,
  .krb-gallery-pro .elementor-image-gallery,
  .krb-gallery-pro .gallery {
    gap: 8px !important;
  }

  .krb-gallery-pro .gallery-caption,
  .krb-gallery-pro .elementor-image-gallery .gallery-caption,
  .krb-gallery-pro .e-gallery-item__content,
  .krb-gallery-pro .e-gallery-item__title {
    left: 12px;
    right: 12px;
    bottom: 10px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .krb-gallery-page-cta {
    padding: 42px 0 64px;
  }

  .krb-gallery-page-cta__actions {
    flex-direction: column;
  }

  .krb-gallery-page-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6910e5d */.krb-gallery-seo {
  background: #090909;
  padding: 60px 0;
}

.krb-gallery-seo__wrap {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
}

.krb-gallery-seo h2,
.krb-gallery-seo h3 {
  color: #fff;
}

.krb-gallery-seo p {
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  line-height: 1.8;
}

/* makes it feel less "heavy" visually */
.krb-gallery-seo {
  opacity: 0.85;
}/* End custom CSS */