:root {
  --pink: #ec4f9a;
  --pink-dark: #d93682;
  --pink-soft: #fff0f7;
  --purple: #7d48c4;
  --purple-dark: #58308c;
  --purple-soft: #f1e9fc;
  --ink: #30263b;
  --muted: #756b7e;
  --cream: #fffafc;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(91, 48, 124, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  color: var(--ink);
  background: var(--cream);
  font-family: "Nunito", sans-serif;
  line-height: 1.7;
}
h1, h2, h3, .navbar-brand { font-family: "Baloo 2", sans-serif; }
h2 { font-size: clamp(2.2rem, 4vw, 3.35rem); font-weight: 700; line-height: 1.05; }
a { text-decoration: none; }

.navbar {
  padding: 1rem 0;
  transition: all .3s ease;
}
.navbar.scrolled {
  padding: .65rem 0;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 30px rgba(88, 48, 140, .08);
  backdrop-filter: blur(12px);
}
.navbar-brand { color: var(--purple-dark); font-size: 1.35rem; font-weight: 600; }
.navbar-brand:hover { color: var(--purple); }
.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  /* color: white; */
  /* background: linear-gradient(135deg, var(--pink), var(--purple));
  transform: rotate(-5deg); */
}

.brand-mark img {
  width: 60px;
  height: 50px;
  padding: auto;
}
.nav-link { color: var(--ink); font-weight: 700; padding: .5rem .85rem !important; }
.nav-link:hover { color: var(--pink); }
.btn {
  border-radius: 14px;
  border: 0;
  font-weight: 800;
  padding: .75rem 1.35rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-brand {
  color: white;
  background: linear-gradient(135deg, var(--pink), #d43c99 48%, var(--purple));
  box-shadow: 0 10px 25px rgba(216, 54, 130, .23);
}
.btn-brand:hover, .btn-brand:focus { color: white; box-shadow: 0 14px 30px rgba(125, 72, 196, .28); }
.btn-soft { color: var(--purple-dark); background: var(--purple-soft); }
.btn-soft:hover { color: var(--purple-dark); background: #e7d9f8; }

.hero {
  position: relative;
  min-height: 780px;
  padding: 130px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 255, 255, .8) 0 7%, transparent 7.2%),
    linear-gradient(135deg, #fff0f7 0%, #f7eefd 56%, #eee3fb 100%);
}
.hero::after {
  position: absolute;
  right: -100px;
  bottom: -200px;
  width: 420px;
  height: 420px;
  border: 65px solid rgba(255,255,255,.4);
  border-radius: 50%;
  content: "";
}
.hero-bubble { position: absolute; border-radius: 50%; opacity: .65; }
.bubble-one { top: 18%; left: 4%; width: 28px; height: 28px; background: #ef9ac3; }
.bubble-two { bottom: 16%; left: 42%; width: 16px; height: 16px; background: #a783d5; }
.eyebrow, .section-tag {
  display: inline-block;
  color: var(--pink-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow {
  margin-bottom: 1.3rem;
  padding: .55rem 1rem;
  border-radius: 30px;
  background: rgba(255,255,255,.7);
}
.hero h1 {
  max-width: 700px;
  margin-bottom: 1.25rem;
  font-size: clamp(3.4rem, 6vw, 5.7rem);
  font-weight: 700;
  line-height: .93;
  letter-spacing: -.03em;
}
.hero h1 span { color: var(--pink); }
.hero-copy { max-width: 610px; margin-bottom: 2rem; color: var(--muted); font-size: 1.13rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; }
.trust-row div { display: flex; align-items: center; gap: .55rem; color: var(--purple-dark); font-size: .88rem; font-weight: 800; }
.trust-row i { color: var(--pink); font-size: 1.2rem; }

.hero-art { position: relative; min-height: 490px; }
.art-ring {
  position: absolute;
  top: 25px;
  left: 50%;
  width: 410px;
  height: 410px;
  border: 45px solid rgba(255,255,255,.55);
  border-radius: 50%;
  transform: translateX(-50%);
}
.art-card {
  position: absolute;
  top: 40px;
  left: 50%;
  width: min(360px, 80vw);
  height: 410px;
  padding: 3rem 2rem;
  border: 8px solid rgba(255,255,255,.8);
  border-radius: 180px 180px 34px 34px;
  text-align: center;
  background: linear-gradient(155deg, #dba9ee, #a76bd2 55%, #713ba4);
  box-shadow: 0 30px 60px rgba(88,48,140,.23);
  transform: translateX(-50%) rotate(2deg);
}
.art-card p { margin-top: 1.2rem; color: white; font-family: "Baloo 2"; font-size: 1.45rem; line-height: 1.15; }
.scissors-icon {
  position: absolute;
  top: 24px;
  right: 32px;
  color: rgba(255,255,255,.65);
  font-size: 2rem;
  transform: rotate(-22deg);
}
.art-face {
  position: relative;
  width: 185px;
  height: 190px;
  margin: 45px auto 0;
  border: 8px solid #fff;
  border-radius: 48% 48% 46% 46%;
  background: #b66e45;
  box-shadow: inset 0 -8px 0 rgba(111, 54, 34, .1);
}
.hair {
  position: absolute;
  top: -26px;
  left: -12px;
  width: 195px;
  height: 92px;
  border-radius: 75px 70px 35px 30px;
  background: #3d2732;
  transform: rotate(-4deg);
}
.hair::before, .hair::after { position: absolute; border-radius: 50%; background: #3d2732; content: ""; }
.hair::before { top: -20px; left: 18px; width: 75px; height: 70px; }
.hair::after { top: -18px; right: 14px; width: 82px; height: 72px; }
.eye { position: absolute; top: 94px; width: 13px; height: 16px; border-radius: 50%; background: #3d2732; }
.eye.left { left: 48px; } .eye.right { right: 48px; }
.smile {
  position: absolute;
  bottom: 34px;
  left: 50%;
  width: 48px;
  height: 23px;
  border-bottom: 5px solid #7b3042;
  border-radius: 0 0 50px 50px;
  transform: translateX(-50%);
}
.spark { position: absolute; z-index: 2; display: grid; place-items: center; color: white; border-radius: 18px; box-shadow: var(--shadow); }
.spark-one { top: 20px; left: 4%; width: 64px; height: 64px; background: var(--pink); transform: rotate(-12deg); }
.spark-two { top: 120px; right: 3%; width: 50px; height: 50px; background: #f4a2c8; transform: rotate(12deg); }
.mini-card {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 15px;
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 1rem 1.25rem;
  border-radius: 20px;
  background: white;
  box-shadow: var(--shadow);
  color: var(--purple-dark);
  line-height: 1.2;
}
.mini-card i { color: var(--pink); font-size: 1.8rem; }

.section-padding { padding: 110px 0; }
.lead-text { margin: 1.35rem 0 2rem; color: var(--muted); font-size: 1.05rem; }
.about-collage { position: relative; min-height: 490px; }
.about-main {
  position: absolute;
  top: 20px;
  left: 10%;
  display: flex;
  width: 390px;
  max-width: 80vw;
  height: 420px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 48% 48% 28px 28px;
  color: white;
  text-align: center;
  background: linear-gradient(145deg, #f588b9, var(--pink) 52%, #bd3478);
  box-shadow: var(--shadow);
  transform: rotate(-3deg);
}
.about-main i { font-size: 6rem; opacity: .75; }
.about-main span { margin-top: 1rem; font-family: "Baloo 2"; font-size: 2rem; font-weight: 700; line-height: 1.1; }
.about-stat {
  position: absolute;
  right: 4%;
  bottom: 30px;
  display: flex;
  padding: 1.2rem 1.5rem;
  border-radius: 18px;
  flex-direction: column;
  background: white;
  box-shadow: var(--shadow);
}
.about-stat strong { color: var(--purple); font-family: "Baloo 2"; font-size: 2rem; line-height: 1; }
.about-stat span { color: var(--muted); font-size: .8rem; font-weight: 700; }
.about-dot { position: absolute; border-radius: 50%; }
.dot-a { top: 0; right: 8%; width: 45px; height: 45px; background: var(--purple-soft); }
.dot-b { bottom: 20px; left: 2%; width: 24px; height: 24px; background: #f8c0d9; }
.about-list { display: grid; gap: 1.4rem; }
.about-item { display: flex; gap: 1rem; }
.about-item > span {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 15px;
  color: var(--pink);
  background: var(--pink-soft);
  font-size: 1.35rem;
}
.about-item h3 { margin: 0; font-size: 1.2rem; font-weight: 700; }
.about-item p { margin: .1rem 0 0; color: var(--muted); font-size: .93rem; line-height: 1.5; }

.services-section { background: #fbf6fd; }
.section-heading { max-width: 690px; }
.section-heading p { color: var(--muted); }
.service-card {
  position: relative;
  height: 100%;
  padding: 2rem;
  border: 1px solid #f0e7f4;
  border-radius: 24px;
  background: white;
  box-shadow: 0 12px 35px rgba(88,48,140,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card.featured { border: 2px solid #d9b9ed; }
.popular-label {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: .25rem .65rem;
  border-radius: 20px;
  color: var(--purple-dark);
  background: var(--purple-soft);
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
}
.service-icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 1.5rem;
  place-items: center;
  border-radius: 18px;
  font-size: 1.65rem;
}
.service-icon.pink { color: #d93682; background: #ffe2f0; }
.service-icon.purple { color: #7540b7; background: #eee1fa; }
.service-icon.lilac { color: #9a66c7; background: #f4ebfc; }
.service-icon.rose { color: #be477a; background: #fbe5ed; }
.service-card h3 { font-size: 1.4rem; font-weight: 700; }
.service-card p { min-height: 105px; color: var(--muted); font-size: .92rem; }
.service-footer { display: flex; align-items: end; justify-content: space-between; border-top: 1px solid #f0e7f4; padding-top: 1rem; }
.service-footer span { color: var(--muted); font-size: .78rem; }
.service-footer strong { color: var(--pink-dark); font-family: "Baloo 2"; font-size: 1.55rem; }

.gallery-section { background: white; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.gallery-item {
  position: relative;
  display: flex;
  min-height: 230px;
  padding: 1.25rem;
  overflow: hidden;
  align-items: flex-end;
  border-radius: 22px;
  color: white;
  isolation: isolate;
  box-shadow: 0 12px 30px rgba(88, 48, 140, .12);
  transition: transform .25s ease, box-shadow .25s ease;
}
.gallery-item::before,
.gallery-item::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
}
.gallery-item::before {
  top: 18px;
  right: 18px;
  width: 105px;
  height: 105px;
  border: 16px solid rgba(255, 255, 255, .18);
}
.gallery-item::after {
  right: -28px;
  bottom: -38px;
  width: 135px;
  height: 135px;
  background: rgba(255, 255, 255, .12);
}
.gallery-item:hover {
  z-index: 2;
  transform: translateY(-7px) rotate(-1deg);
  box-shadow: 0 20px 40px rgba(88, 48, 140, .2);
}
.gallery-item i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4.6rem;
  opacity: .78;
  transform: translate(-50%, -58%);
}
.gallery-item span {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: .8rem;
  border-top: 1px solid rgba(255, 255, 255, .4);
  font-family: "Baloo 2", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.image-gallery {
  width: 80%;
  margin: 100px auto 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.image-gallery img {
  width: calc(25% - 23px);
  height: 260px;
  flex: 0 1 calc(25% - 23px);
  min-width: 0;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}
.image-gallery img:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(88, 48, 140, .18);
}
.style-one, .style-eleven { background: linear-gradient(145deg, #f67fb4, #d93682); }
.style-two, .style-twelve { background: linear-gradient(145deg, #a979d4, #7540b7); }
.style-three, .style-thirteen { background: linear-gradient(145deg, #ef9ac3, #a94a9b); }
.style-four, .style-fourteen { background: linear-gradient(145deg, #c26ed0, #7d48c4); }
.style-five, .style-fifteen { background: linear-gradient(145deg, #f29fc4, #df5d91); }
.style-six, .style-sixteen { background: linear-gradient(145deg, #9865ce, #59318d); }
.style-seven, .style-seventeen { background: linear-gradient(145deg, #f17ab0, #b83d85); }
.style-eight, .style-eighteen { background: linear-gradient(145deg, #bd8be0, #8751b9); }
.style-nine, .style-nineteen { background: linear-gradient(145deg, #e789c0, #a64aa2); }
.style-ten, .style-twenty { background: linear-gradient(145deg, #db77c9, #6f3caf); }

.booking-section { background: white; }
.booking-wrap { overflow: hidden; border-radius: 30px; box-shadow: 0 28px 70px rgba(73, 34, 102, .15); }
.booking-info {
  padding: 4rem;
  color: white;
  background:
    radial-gradient(circle at 85% 12%, rgba(255,255,255,.14) 0 10%, transparent 10.3%),
    linear-gradient(145deg, var(--purple), var(--purple-dark));
}
.section-tag.light { color: #f6b5d5; }
.booking-info h2 { margin: 1rem 0 1.2rem; font-size: 2.7rem; }
.booking-info > p { margin-bottom: 2.5rem; color: rgba(255,255,255,.76); }
.contact-line { display: flex; align-items: center; gap: 1rem; margin-top: 1.5rem; }
.contact-line > i { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 13px; background: rgba(255,255,255,.12); }
.contact-line div { display: flex; flex-direction: column; }
.contact-line span { color: #d9c8e9; font-size: .72rem; text-transform: uppercase; }
.contact-line strong, .contact-line a { color: white; font-size: .92rem; font-weight: 700; }
.booking-action-wrap {
  display: flex;
  align-items: center;
  min-height: 655px;
  padding: 4rem;
  background: #fffafd;
}
.booking-action-card {
  width: 100%;
  padding: 3rem;
  border: 1px solid #f0e7f4;
  border-radius: 26px;
  background: white;
  box-shadow: 0 12px 35px rgba(88, 48, 140, .08);
}
.booking-action-card h3 {
  margin: .75rem 0 .8rem;
  color: var(--purple-dark);
  font-size: 2.25rem;
  font-weight: 700;
}
.booking-action-card p {
  max-width: 460px;
  margin: 0 auto 1.6rem;
  color: var(--muted);
}
.fresha-image {
  display: block;
  max-width: 360px;
  margin: 2rem auto 0;
}

footer { padding: 2rem 0; color: white; background: #2f213a; }
.footer-brand { color: white; font-family: "Baloo 2"; font-size: 1.25rem; }
.footer-brand:hover { color: #f6b5d5; }
footer p { margin: 0; color: #b9a8c4; font-size: .85rem; }
.back-to-top {
  position: fixed;
  z-index: 20;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 14px;
  place-items: center;
  color: white;
  background: var(--pink);
  box-shadow: 0 10px 25px rgba(216,54,130,.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .25s ease;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }

@media (max-width: 991.98px) {
  .navbar { background: rgba(255,255,255,.95); }
  .navbar-collapse { padding: 1rem 0; }
  .hero { padding-top: 150px; text-align: center; }
  .hero-copy { margin-right: auto; margin-left: auto; }
  .hero .d-flex, .trust-row { justify-content: center; }
  .hero-art { margin-top: 1rem; }
  .booking-info, .booking-action-wrap { padding: 3rem; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .image-gallery { width: 90%; }
  .image-gallery img {
    width: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
  }
}
@media (max-width: 575.98px) {
  .section-padding { padding: 80px 0; }
  .hero { min-height: auto; padding-bottom: 60px; }
  .hero h1 { font-size: 3.3rem; }
  .hero-art { min-height: 430px; transform: scale(.88); margin: -15px -20px; }
  .spark-one { left: 0; }
  .mini-card { right: -5px; }
  .about-collage { min-height: 430px; }
  .about-main { left: 6%; width: 330px; height: 370px; }
  .booking-info, .booking-action-wrap { padding: 2.2rem 1.4rem; }
  .booking-info h2 { font-size: 2.25rem; }
  .booking-action-card { padding: 2rem 1.25rem; }
  .booking-action-card h3 { font-size: 1.9rem; }
  .service-card p { min-height: auto; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item { min-height: 210px; }
  .image-gallery { width: 100%; gap: 20px; }
  .image-gallery img {
    width: 100%;
    height: 240px;
    flex-basis: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
