/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/block-gallery/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.wp-block-blocks-salon-block-gallery.gallery {
  padding: clamp(60px, 10vw, 120px) 0;
  background: white;
}
.wp-block-blocks-salon-block-gallery.gallery .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 40px);
}
.wp-block-blocks-salon-block-gallery.gallery .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.wp-block-blocks-salon-block-gallery.gallery .section-subtitle {
  color: var(--primary-teal, #7ebdc2);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
  font-size: clamp(0.75rem, 1.5vw, 1rem);
  animation: fadeInUp 0.8s ease;
}
.wp-block-blocks-salon-block-gallery.gallery .section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: var(--heading-color, #0f3460);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  animation: fadeInUp 0.8s ease 0.2s both;
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease 0.4s both;
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-tab {
  padding: 0.75rem 1.5rem;
  background: transparent;
  border: 2px solid var(--primary-teal, #7ebdc2);
  border-radius: 50px;
  color: var(--primary-teal, #7ebdc2);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-tab:hover {
  background: var(--primary-teal, #7ebdc2);
  color: white;
  transform: translateY(-2px);
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-tab.active {
  background: var(--primary-teal, #7ebdc2);
  color: white;
  box-shadow: 0 4px 15px rgba(126, 189, 194, 0.3);
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  animation: fadeInUp 0.8s ease 0.6s both;
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 350px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  opacity: 1;
  transform: scale(1);
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-item.hidden {
  display: none;
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-item:hover img {
  transform: scale(1.05);
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-item:hover .gallery-badge {
  transform: translateY(0);
  opacity: 1;
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-text {
  color: white;
  width: 100%;
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-badge {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  background: rgba(126, 189, 194, 0.95);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 20px;
  margin-bottom: 0.75rem;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.3s ease 0.1s;
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-title {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  color: var(--primary-extra-light, #e7f5f6);
}
.wp-block-blocks-salon-block-gallery.gallery .gallery-category {
  font-size: clamp(0.85rem, 1.5vw, 0.9rem);
  opacity: 0.9;
  margin: 0;
  color: white;
}
.gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}
.gallery-lightbox.active {
  display: flex;
}
.gallery-lightbox .lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
}
.gallery-lightbox .lightbox-content {
  position: relative;
  z-index: 10;
  max-width: 95vw;
  max-height: 95vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: zoomIn 0.3s ease;
}
.gallery-lightbox .lightbox-image {
  max-width: 100%;
  max-height: 85vh;
  width: auto;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.gallery-lightbox .lightbox-caption {
  margin-top: 1.5rem;
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  max-width: 600px;
  padding: 0 1rem;
}
.gallery-lightbox .lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 11;
}
.gallery-lightbox .lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}
.gallery-lightbox .lightbox-prev,
.gallery-lightbox .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 11;
}
.gallery-lightbox .lightbox-prev:hover,
.gallery-lightbox .lightbox-next:hover {
  background: rgba(126, 189, 194, 0.9);
  border-color: var(--primary-teal, #7ebdc2);
  transform: translateY(-50%) scale(1.1);
}
.gallery-lightbox .lightbox-prev {
  left: 20px;
}
.gallery-lightbox .lightbox-next {
  right: 20px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 1024px) {
  .wp-block-blocks-salon-block-gallery.gallery .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
  }
  .wp-block-blocks-salon-block-gallery.gallery .gallery-item {
    height: 320px;
  }
  .gallery-lightbox .lightbox-prev,
  .gallery-lightbox .lightbox-next {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
  .gallery-lightbox .lightbox-prev {
    left: 15px;
  }
  .gallery-lightbox .lightbox-next {
    right: 15px;
  }
  .gallery-lightbox .lightbox-close {
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .wp-block-blocks-salon-block-gallery.gallery {
    padding: clamp(40px, 8vh, 80px) 0;
  }
  .wp-block-blocks-salon-block-gallery.gallery .section-header {
    margin-bottom: 2rem;
  }
  .wp-block-blocks-salon-block-gallery.gallery .gallery-tabs {
    gap: 0.75rem;
    margin-bottom: 2rem;
  }
  .wp-block-blocks-salon-block-gallery.gallery .gallery-tab {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
  .wp-block-blocks-salon-block-gallery.gallery .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
  }
  .wp-block-blocks-salon-block-gallery.gallery .gallery-item {
    height: 280px;
  }
  .wp-block-blocks-salon-block-gallery.gallery .gallery-overlay {
    opacity: 1;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  }
  .wp-block-blocks-salon-block-gallery.gallery .gallery-badge {
    transform: translateY(0);
    opacity: 1;
  }
  .gallery-lightbox .lightbox-image {
    max-height: 75vh;
  }
  .gallery-lightbox .lightbox-caption {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .gallery-lightbox .lightbox-prev,
  .gallery-lightbox .lightbox-next {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  .gallery-lightbox .lightbox-prev {
    left: 10px;
  }
  .gallery-lightbox .lightbox-next {
    right: 10px;
  }
  .gallery-lightbox .lightbox-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .wp-block-blocks-salon-block-gallery.gallery .gallery-tabs {
    flex-direction: column;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-blocks-salon-block-gallery.gallery .gallery-tab {
    width: 100%;
  }
  .wp-block-blocks-salon-block-gallery.gallery .gallery-grid {
    grid-template-columns: 1fr;
  }
  .wp-block-blocks-salon-block-gallery.gallery .gallery-item {
    height: 300px;
    max-width: 400px;
    margin: 0 auto;
  }
  .gallery-lightbox .lightbox-image {
    max-height: 70vh;
    border-radius: 4px;
  }
  .gallery-lightbox .lightbox-caption {
    font-size: 0.9rem;
    margin-top: 0.75rem;
  }
  .gallery-lightbox .lightbox-prev,
  .gallery-lightbox .lightbox-next {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
    background: rgba(0, 0, 0, 0.7);
  }
  .gallery-lightbox .lightbox-close {
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.7);
  }
}
body:has(.gallery-lightbox.active) {
  overflow: hidden;
}

/*# sourceMappingURL=style-index.css.map*/