.elementor-39373 .elementor-element.elementor-element-ef6aae5{--display:flex;}.elementor-39373 .elementor-element.elementor-element-03488d2 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.22em;color:var( --e-global-color-accent );}.elementor-39373 .elementor-element.elementor-element-81c84d1 .elementor-heading-title{font-family:"Crimson Pro", Sans-serif;font-size:48px;font-weight:400;}.elementor-39373 .elementor-element.elementor-element-1d8b465 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* ============================================
   MAGAZINE MOSAIC LAYOUT - FooGallery Global
   Applies to all .foogallery instances
   ============================================ */

.foogallery {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr !important;
  grid-template-rows: 260px 260px !important;
  gap: 3px !important;
  height: auto !important;
  position: static !important;
  background: #FAF8F4 !important;
  padding: 0 !important;
}

.foogallery .fg-column-width,
.foogallery .fg-gutter-width {
  display: none !important;
}

.foogallery .fg-item {
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.foogallery .fg-item figure,
.foogallery .fg-item a.fg-thumb,
.foogallery .fg-item .fg-image-wrap,
.foogallery .fg-item img.fg-image {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: none !important;
}

/* Item 1 — Hero (spans both rows, left column) */
.foogallery .fg-item:nth-child(3) {
  grid-column: 1 / 2 !important;
  grid-row: 1 / 3 !important;
}

/* Item 2 — Top center */
.foogallery .fg-item:nth-child(4) {
  grid-column: 2 / 3 !important;
  grid-row: 1 / 2 !important;
}

/* Item 3 — Top right */
.foogallery .fg-item:nth-child(5) {
  grid-column: 3 / 4 !important;
  grid-row: 1 / 2 !important;
}

/* Item 4 — Bottom spanning center+right */
.foogallery .fg-item:nth-child(6) {
  grid-column: 2 / 4 !important;
  grid-row: 2 / 3 !important;
}

.foogallery .fg-item figure {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.foogallery .fg-item a.fg-thumb,
.foogallery .fg-item .fg-image-wrap {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.foogallery .fg-item img.fg-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.foogallery .fg-item .fg-caption {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10 !important;
  box-sizing: border-box !important;
  opacity: 0 !important;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%) !important;
  padding: 20px 14px 12px !important;
  transition: opacity 0.3s ease !important;
}

.foogallery .fg-item:hover .fg-caption {
  opacity: 1 !important;
}

.foogallery .fg-item .fg-caption-title {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 0 4px !important;
  line-height: 1.3 !important;
}

.foogallery .fg-item .fg-caption-desc {
  color: rgba(255,255,255,0.85) !important;
  font-size: 12px !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

/* Hero caption always visible */
.foogallery .fg-item:nth-child(3) .fg-caption {
  opacity: 1 !important;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 55%) !important;
}

.foogallery .fg-item:nth-child(3) .fg-caption-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
  .foogallery {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
    gap: 3px !important;
  }
  .foogallery .fg-item:nth-child(3) {
    grid-column: 1 / 3 !important;
    grid-row: auto !important;
    height: 240px;
  }
  .foogallery .fg-item:nth-child(4),
  .foogallery .fg-item:nth-child(5),
  .foogallery .fg-item:nth-child(6) {
    grid-column: auto !important;
    grid-row: auto !important;
    height: 180px;
  }
}/* End custom CSS */