.elementor-191 .elementor-element.elementor-element-06b98d9{overflow:visible;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3b1144a *//* ===========================
   PODSTRONA: GALERIA
   =========================== */

.hornicok-gallery {
  background: #FFF4E0;
  padding: 80px 20px 90px;
}

.hornicok-gallery__inner {
  max-width: 1180px;
  margin: 0 auto;
}

/* HERO */

.hornicok-gallery__hero {
  text-align: center;
  margin-bottom: 50px;
}

.hornicok-gallery__overtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C68A2A;
  margin-bottom: 8px;
}

.hornicok-gallery__title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #2F4730;
  margin-bottom: 14px;
}

.hornicok-gallery__lead {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  max-width: 720px;
  margin: 0 auto;
}

/* DUŻE ZDJĘCIE */

.hornicok-gallery__hero-photo figure {
  margin: 0 0 40px;
}

.hornicok-gallery__hero-photo img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 26px;
  display: block;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
}

/* SEKCJE GALERII */

.hornicok-gallery__grid-section {
  margin-bottom: 40px;
}

.hornicok-gallery__section-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #2F4730;
  margin-bottom: 18px;
}

/* GRID ZDJĘĆ */

.hornicok-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.hornicok-gallery__item {
  border-radius: 18px;
  overflow: hidden;
  background: #FFFDF8;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.hornicok-gallery__item img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.hornicok-gallery__item:hover img {
  transform: scale(1.04);
}

/* CTA */

.hornicok-gallery__cta {
  margin-top: 40px;
}

.hornicok-gallery__cta-inner {
  background: #2F4730;
  border-radius: 28px;
  padding: 30px 26px;
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.hornicok-gallery__cta-inner h2 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.hornicok-gallery__cta-inner p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 18px;
  color: #f3f3f3;
}

.hornicok-gallery__cta-btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  color: #2F4730;
  background: #FFE9B8;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: 0.2s ease;
}

.hornicok-gallery__cta-btn:hover {
  background: #F4A52E;
  border-color: #F4A52E;
  color: #2F4730;
}

/* RESPONSYWNOŚĆ */

@media (max-width: 1024px) {
  .hornicok-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hornicok-gallery__hero-photo img {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .hornicok-gallery {
    padding: 60px 16px 70px;
  }

  .hornicok-gallery__title {
    font-size: 30px;
  }

  .hornicok-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hornicok-gallery__hero-photo img {
    height: 260px;
  }
}

@media (max-width: 520px) {
  .hornicok-gallery__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */