:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e21e8c6 *//* =====================================================
   NEWSLETTER SECTION
===================================================== */

.ultima-newsletter-section {
  background: #f4f2ef !important;
  padding: 95px 20px 90px 20px !important;
  overflow: hidden;
}

.ultima-newsletter-container {
  max-width: 1150px;
  margin: 0 auto;
}

/* Heading */
.ultima-newsletter-heading {
  max-width: 450px;
  margin-bottom: 70px;
}

.ultima-newsletter-heading h2 {
  margin: 0 0 22px 0;
  color: #373635;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.15;
}

.ultima-newsletter-heading p {
  margin: 0;
  color: rgba(55, 54, 53, 0.72);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.8px;
}

/* Form */
.ultima-newsletter-form {
  width: 100%;
}

.ultima-newsletter-fields {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 120px;
  gap: 16px;
  align-items: center;
}

.ultima-newsletter-fields input {
  width: 100%;
  height: 52px;
  border: none;
  outline: none;
  background: rgba(236, 227, 222, 0.65);
  color: #373635;
  padding: 0 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 2px;
}

.ultima-newsletter-fields input::placeholder {
  color: rgba(55, 54, 53, 0.65);
}

.ultima-newsletter-fields input:focus {
  background: rgba(236, 227, 222, 0.95);
}

/* Button */
.ultima-newsletter-fields button {
  height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(55, 54, 53, 0.8);
  background: transparent;
  color: #373635;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.35s ease;
  border-radius: 2px;
}

.ultima-newsletter-fields button:hover {
  background: #373635;
  color: #ffffff;
}

/* Consent text */
.ultima-newsletter-consent {
  margin: 24px 0 0 0;
  color: rgba(55, 54, 53, 0.72);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.2px;
}

.ultima-newsletter-consent a {
  color: #373635;
  font-weight: 700;
  text-decoration: none !important;
}

.ultima-newsletter-consent a:hover {
  text-decoration: underline !important;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {
  .ultima-newsletter-section {
    padding: 80px 20px 75px 20px !important;
  }

  .ultima-newsletter-heading {
    margin-bottom: 50px;
  }

  .ultima-newsletter-heading h2 {
    font-size: 36px;
  }

  .ultima-newsletter-fields {
    grid-template-columns: 1fr 1fr;
  }

  .ultima-newsletter-fields button {
    width: 100%;
  }
}

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

@media (max-width: 767px) {
  .ultima-newsletter-section {
    padding: 65px 18px 65px 18px !important;
  }

  .ultima-newsletter-heading {
    max-width: 100%;
    margin-bottom: 38px;
  }

  .ultima-newsletter-heading h2 {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .ultima-newsletter-heading p {
    font-size: 15px;
    line-height: 1.6;
  }

  .ultima-newsletter-fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ultima-newsletter-fields input,
  .ultima-newsletter-fields button {
    height: 50px;
  }

  .ultima-newsletter-fields button {
    margin-top: 4px;
  }

  .ultima-newsletter-consent {
    margin-top: 22px;
    font-size: 11px;
    line-height: 1.5;
  }
}/* End custom CSS */
/* Start custom CSS *//* =====================================================
   GALLERY HERO
===================================================== */

.ultima-gallery-hero-section {
  background: #ece3de !important;
  padding: 168px 20px 50px 20px !important;
  text-align: center;
}

.ultima-gallery-hero-inner {
  max-width: 700px;
  margin: 0 auto;
}

.ultima-gallery-hero-inner h1 {
  margin: 0 0 24px 0;
  color: #373635;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.15;
}

.ultima-gallery-hero-inner p {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(55, 54, 53, 0.72);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 1px;
}

/* =====================================================
   GALLERY MASONRY GRID
===================================================== */

.ultima-gallery-masonry-section {
  background: #ece3de !important;
  padding: 0 20px 45px 20px !important;
  overflow: hidden;
}

.ultima-gallery-container {
  max-width: 1150px;
  margin: 0 auto;
}

.ultima-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 6px;
}

.ultima-gallery-item {
  overflow: hidden;
  background: #d8cec8;
  cursor: pointer;
}

.ultima-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.8s ease;
}

.ultima-gallery-item:hover img {
  transform: scale(1.05);
}

/* Layout pattern */
.ultima-gallery-item.wide {
  grid-column: span 6;
  height: 330px;
}

.ultima-gallery-item.tall {
  grid-column: span 3;
  height: 330px;
}

/* Force exact masonry rhythm */
.ultima-gallery-item:nth-child(4),
.ultima-gallery-item:nth-child(6),
.ultima-gallery-item:nth-child(8),
.ultima-gallery-item:nth-child(9),
.ultima-gallery-item:nth-child(10),
.ultima-gallery-item:nth-child(12),
.ultima-gallery-item:nth-child(14),
.ultima-gallery-item:nth-child(15),
.ultima-gallery-item:nth-child(16),
.ultima-gallery-item:nth-child(18) {
  grid-column: span 3;
}

.ultima-gallery-item:nth-child(5),
.ultima-gallery-item:nth-child(7),
.ultima-gallery-item:nth-child(11),
.ultima-gallery-item:nth-child(13),
.ultima-gallery-item:nth-child(17) {
  grid-column: span 6;
}

/* =====================================================
   GALLERY BREADCRUMB
===================================================== */

.ultima-gallery-breadcrumb-section {
  background: #ece3de !important;
  padding: 0 20px 70px 20px !important;
}

.ultima-gallery-breadcrumb-container {
  max-width: 1150px;
  margin: 0 auto;
}

.ultima-gallery-breadcrumb-box {
  background: rgba(55, 54, 53, 0.05);
  padding: 22px 28px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  overflow-x: auto;
  white-space: nowrap;
}

.ultima-gallery-breadcrumb-box a,
.ultima-gallery-breadcrumb-box span,
.ultima-gallery-breadcrumb-box strong {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  color: rgba(55, 54, 53, 0.5);
  text-decoration: none !important;
}

.ultima-gallery-breadcrumb-box strong {
  color: #373635;
  font-weight: 500;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {
  .ultima-gallery-hero-section {
    padding: 145px 20px 45px 20px !important;
  }

  .ultima-gallery-hero-inner h1 {
    font-size: 40px;
  }

  .ultima-gallery-hero-inner p {
    font-size: 17px;
  }

  .ultima-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }

  .ultima-gallery-item.wide,
  .ultima-gallery-item.tall,
  .ultima-gallery-item:nth-child(n) {
    grid-column: span 2;
    height: 300px;
  }

  .ultima-gallery-item:nth-child(1),
  .ultima-gallery-item:nth-child(5),
  .ultima-gallery-item:nth-child(7),
  .ultima-gallery-item:nth-child(11),
  .ultima-gallery-item:nth-child(13),
  .ultima-gallery-item:nth-child(17) {
    grid-column: span 4;
    height: 330px;
  }
}

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

@media (max-width: 767px) {
  .ultima-gallery-hero-section {
    padding: 115px 18px 38px 18px !important;
  }

  .ultima-gallery-hero-inner h1 {
    font-size: 34px;
  }

  .ultima-gallery-hero-inner p {
    font-size: 15px;
    line-height: 1.6;
  }

  .ultima-gallery-masonry-section {
    padding: 0 18px 38px 18px !important;
  }

  .ultima-gallery-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ultima-gallery-item.wide,
  .ultima-gallery-item.tall,
  .ultima-gallery-item:nth-child(n) {
    grid-column: span 1;
    height: 260px;
  }

  .ultima-gallery-breadcrumb-section {
    padding: 0 18px 55px 18px !important;
  }

  .ultima-gallery-breadcrumb-box {
    justify-content: flex-start;
    padding: 18px;
    gap: 14px;
  }
}/* End custom CSS */