.hero-heading-block {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(224 180 46 / 1);
}

#i4y2b {
  position: relative;
  overflow: hidden;
  padding: 3rem 5rem;
}

.hero-title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
  color: rgb(255 255 255 / 1);
}

.hero-description {
  color: var(--color-1);
  max-width: 48rem;
  font-family: var(--font-2);
}

.filters-section {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.filters-container {
  font-family: var(--font-2);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(58 52 39 / 1);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.filter-button-active {
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: var(--gold) !important;
  color: #fff !important;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.filter-button-active:hover {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #e0b42e;
}

.filter-button {
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: rgb(42 37 28 / 1);
  color: rgb(216 207 176 / 1);
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.filter-button:hover {
  color: rgb(255 255 255 / 1);
  background-color: rgb(58 52 39 / 1);
}

.gallery-grid-section {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.gallery-card {
  font-family: var(--font-2);
  background-color: rgb(42 37 28 / 1);
  border-radius: 1rem;
  padding: 1rem;
  border-width: 1px;
  border-color: rgb(58 52 39 / 1);
}
.separator-bullet {
  direction: ltr !important;
}
/* 
.before-after-container {
  direction: ltr;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0px;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}

.before-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.after-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.slider-line {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  width: 2px;
  height: 100%;
  background-color: rgb(224 180 46 / 1);
}

.slider-handle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0) skewX(0) skewY(0) scaleX(1)
    scaleY(1);
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background-color: rgb(224 180 46 / 1);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
} */

.before-label {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  background-color: rgb(31 27 20 / 0.7);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.25rem;
}

.after-label {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  background-color: rgb(31 27 20 / 0.7);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.25rem;
}

.card-text-block {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.card-title {
  color: rgb(255 255 255 / 1);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.category-tag {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  background-color: rgb(58 52 39 / 1);
  color: rgb(224 180 46 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 9999px;
}

.card-description {
  color: rgb(216 207 176 / 1);
  margin-top: 0.5rem;
}

.card-meta-list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 0.75rem;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgb(224 180 46 / 1);
}

.meta-icon {
  width: 1rem;
  height: 1rem;
}

.meta-text {
  color: rgb(207 198 166 / 1);
}

.cta-section {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.cta-container {
  background-color: rgb(42 37 28 / 1);
  border-width: 1px;
  border-color: rgb(58 52 39 / 1);
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-text-block {
  max-width: 36rem;
}

.cta-title {
  font-family: var(--font-2);
  color: rgb(255 255 255 / 1);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
}

.cta-subtitle {
  font-family: var(--font-2);
  color: rgb(216 207 176 / 1);
  margin-top: 0.5rem;
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cta-primary-button {
  direction: ltr;
  font-family: var(--font-2);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: var(--gold);
  color: rgb(31 27 20 / 1);
  font-weight: 600;
  border-radius: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cta-primary-button:hover {
  background-color: rgb(241 199 77 / 1);
  outline-style: solid;
  outline-width: 2px;
  outline-color: #e0b42e;
}

.cta-icon {
  width: 1rem;
  height: 1rem;
}

.cta-secondary-button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  font-weight: 600;
  color: rgb(224 180 46 / 1);
  border-width: 1px;
  border-color: rgb(224 180 46 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-secondary-button:hover {
  color: rgb(255 255 255 / 1);
  background-color: rgb(58 52 39 / 1);
}

@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .cta-container {
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #iwf9c {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #i4y2b {
    padding: 3rem 1rem;
  }
}
