/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-hero/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.wp-block-group .wp-block-group-is-layout-flow {
  padding-top: 0;
}

.wp-block-blocks-salon-block-hero {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.entry-content .wp-block-blocks-salon-block-hero,
.wp-site-blocks .wp-block-blocks-salon-block-hero {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.wp-block-blocks-salon-block-hero.hero,
.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  padding: 60px 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: linear-gradient(135deg, rgba(126, 189, 194, 0.95) 0%, rgba(15, 52, 96, 0.92) 100%);
}

.wp-block-blocks-salon-block-hero.hero::before,
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--hero-bg-image, none);
  opacity: 0.2;
  z-index: 0;
  mix-blend-mode: overlay;
}

.wp-block-blocks-salon-block-hero.hero .hero-pattern,
.hero .hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.4) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
  z-index: 1;
}

.wp-block-blocks-salon-block-hero.hero .container-hero,
.hero .container-hero {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  position: relative;
  z-index: 2;
}

.wp-block-blocks-salon-block-hero.hero .hero-content,
.hero .hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(60px, 10vh, 100px) 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 90vh;
}

.wp-block-blocks-salon-block-hero.hero .hero-text,
.hero .hero-text {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 0 clamp(1rem, 3vw, 2rem);
}

.wp-block-blocks-salon-block-hero.hero .kicker,
.hero .kicker {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.625rem 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  color: white;
  text-transform: uppercase;
  font-size: clamp(0.7rem, 1.2vw, 0.875rem);
  animation: fadeInDown 0.8s ease both;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.wp-block-blocks-salon-block-hero.hero h1,
.hero h1 {
  margin-bottom: 1.5rem;
  font-family: var(--font-heading, "Cormorant Garamond", serif);
  font-size: clamp(2rem, 6vw, 5rem);
  color: white;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  animation: fadeInUp 0.8s ease 0.2s both;
  text-shadow: -1px -1px 3px rgba(150, 150, 150, 0.2), 2px 2px 6px rgba(180, 180, 180, 0.3), 4px 4px 10px rgba(200, 200, 200, 0.2);
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  word-break: normal;
  white-space: normal;
}

.wp-block-blocks-salon-block-hero.hero h1::after,
.hero h1::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  margin: 1.5rem auto 0;
  border-radius: 2px;
}

.wp-block-blocks-salon-block-hero.hero .hero-subtitle,
.hero .hero-subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem) !important;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: -1px -1px 3px rgba(150, 150, 150, 0.2), 2px 2px 6px rgba(180, 180, 180, 0.3), 4px 4px 10px rgba(200, 200, 200, 0.2);
  margin-bottom: 3rem;
  font-weight: 300;
  line-height: 1.6;
  animation: fadeInUp 0.8s ease 0.4s both;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-blocks-salon-block-hero.hero .hero-features,
.hero .hero-features {
  display: flex;
  gap: clamp(1rem, 3vw, 2rem);
  margin-bottom: 3rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease 0.6s both;
}

.wp-block-blocks-salon-block-hero.hero .hero-feature,
.hero .hero-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  transition: all 0.3s ease;
}

.wp-block-blocks-salon-block-hero.hero .hero-feature:hover,
.hero .hero-feature:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.wp-block-blocks-salon-block-hero.hero .hero-feature i,
.hero .hero-feature i {
  color: white;
  font-size: clamp(0.75rem, 1vw, 0.9rem);
  opacity: 0.9;
}

.wp-block-blocks-salon-block-hero.hero .hero-feature span,
.hero .hero-feature span {
  font-size: clamp(0.75rem, 1vw, 0.9rem);
  color: white;
  font-weight: 500;
}

.wp-block-blocks-salon-block-hero.hero .hero-buttons,
.hero .hero-buttons {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
  animation: fadeInUp 0.8s ease 0.8s both;
}

.wp-block-blocks-salon-block-hero.hero .btn,
.hero .btn {
  padding: clamp(1rem, 2vw, 1.25rem) clamp(2rem, 4vw, 3rem);
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  border: none;
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.wp-block-blocks-salon-block-hero.hero .btn i,
.hero .btn i {
  font-size: 1.125rem;
  transition: transform 0.3s ease;
}

.wp-block-blocks-salon-block-hero.hero .btn::before,
.hero .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.wp-block-blocks-salon-block-hero.hero .btn:hover::before,
.hero .btn:hover::before {
  width: 300px;
  height: 300px;
}

.wp-block-blocks-salon-block-hero.hero .btn span,
.hero .btn span {
  position: relative;
  z-index: 1;
}

.wp-block-blocks-salon-block-hero.hero .btn-primary,
.hero .btn-primary {
  background: white;
  color: var(--primary-dark, #0f3460);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.wp-block-blocks-salon-block-hero.hero .btn-primary:hover,
.hero .btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.wp-block-blocks-salon-block-hero.hero .btn-primary:hover i,
.hero .btn-primary:hover i {
  transform: scale(1.1);
}

.wp-block-blocks-salon-block-hero.hero .btn-outline,
.hero .btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: white;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.wp-block-blocks-salon-block-hero.hero .btn-outline:hover,
.hero .btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: white;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.wp-block-blocks-salon-block-hero.hero .btn-outline:hover i,
.hero .btn-outline:hover i {
  transform: translateX(3px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .wp-block-blocks-salon-block-hero.hero,
  .hero {
    min-height: 100vh;
    padding: 20px 0;
  }
  .wp-block-blocks-salon-block-hero.hero .container-hero,
  .hero .container-hero {
    padding: 0 clamp(15px, 5vw, 25px);
  }
  .wp-block-blocks-salon-block-hero.hero .hero-content,
  .hero .hero-content {
    padding: clamp(25px, 6vh, 60px) 0;
    min-height: 100%;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-text,
  .hero .hero-text {
    padding: 0 1rem;
  }
  .wp-block-blocks-salon-block-hero.hero h1,
  .hero h1 {
    margin-bottom: 1rem;
    line-height: 1.2;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
  }
  .wp-block-blocks-salon-block-hero.hero h1::after,
  .hero h1::after {
    width: 80px;
    height: 3px;
    margin-top: 1.25rem;
  }
  .wp-block-blocks-salon-block-hero.hero .kicker,
  .hero .kicker {
    font-size: 0.7rem;
    padding: 0.5rem 1.125rem;
    margin-bottom: 1.25rem;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-subtitle,
  .hero .hero-subtitle {
    font-size: clamp(1rem, 4vw, 1.125rem);
    margin-bottom: 1.5rem;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-features,
  .hero .hero-features {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
    margin-bottom: 2.5rem;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-feature,
  .hero .hero-feature {
    justify-content: center;
    padding: 0.75rem 1rem;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-feature i,
  .hero .hero-feature i {
    font-size: 1.125rem;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-feature span,
  .hero .hero-feature span {
    font-size: 0.9375rem;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-buttons,
  .hero .hero-buttons {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .wp-block-blocks-salon-block-hero.hero .btn,
  .hero .btn {
    padding: 1.125rem 2rem;
    font-size: 1rem;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .wp-block-blocks-salon-block-hero.hero .container-hero,
  .hero .container-hero {
    padding: 0 1rem;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-text,
  .hero .hero-text {
    padding: 0 0.5rem;
  }
  .wp-block-blocks-salon-block-hero.hero h1,
  .hero h1 {
    line-height: 1.25;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
  }
  .wp-block-blocks-salon-block-hero.hero h1::after,
  .hero h1::after {
    margin-top: 1rem;
  }
  .wp-block-blocks-salon-block-hero.hero .kicker,
  .hero .kicker {
    font-size: 0.65rem;
    padding: 0.4375rem 1rem;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-features,
  .hero .hero-features {
    max-width: 75%;
    margin: 0 auto;
    gap: 0.875rem;
    margin-bottom: 2rem;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-feature,
  .hero .hero-feature {
    padding: 0.2rem 0.2rem;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-buttons,
  .hero .hero-buttons {
    gap: 0.875rem;
  }
  .wp-block-blocks-salon-block-hero.hero .btn,
  .hero .btn {
    max-width: 75%;
    margin: 0 auto;
    padding: 1rem 1.25rem;
    font-size: 0.9375rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .wp-block-blocks-salon-block-hero.hero .hero-text,
  .hero .hero-text {
    max-width: 750px;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-subtitle,
  .hero .hero-subtitle {
    font-size: 1.25rem;
  }
  .wp-block-blocks-salon-block-hero.hero .btn,
  .hero .btn {
    padding: 1.125rem 2.5rem;
  }
}

@media (min-width: 1920px) {
  .wp-block-blocks-salon-block-hero.hero .hero-content,
  .hero .hero-content {
    max-width: 1600px;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-text,
  .hero .hero-text {
    max-width: 1100px;
  }
}

@media (max-height: 600px) and (orientation: landscape) {
  .wp-block-blocks-salon-block-hero.hero,
  .hero {
    min-height: auto;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-content,
  .hero .hero-content {
    padding: 2.5rem 0;
    min-height: auto;
  }
  .wp-block-blocks-salon-block-hero.hero h1,
  .hero h1 {
    margin-bottom: 1rem;
  }
  .wp-block-blocks-salon-block-hero.hero h1::after,
  .hero h1::after {
    margin-top: 0.875rem;
  }
  .wp-block-blocks-salon-block-hero.hero .kicker,
  .hero .kicker {
    margin-bottom: 1rem;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-subtitle,
  .hero .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1.75rem;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-features,
  .hero .hero-features {
    flex-direction: row;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
  }
  .wp-block-blocks-salon-block-hero.hero .hero-buttons,
  .hero .hero-buttons {
    flex-direction: row;
    gap: 1rem;
  }
  .wp-block-blocks-salon-block-hero.hero .btn,
  .hero .btn {
    padding: 0.875rem 1.75rem;
    font-size: 0.9375rem;
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-blocks-salon-block-hero.hero *,
  .hero * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

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