/* ============================================
   Header - Sticky Transparent (MakeUp style)
   ============================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 10px 0;
  transition: background 0.35s ease, box-shadow 0.35s ease;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.88) 0%, rgba(26, 26, 26, 0.55) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header.scrolled {
  background: rgba(26, 26, 26, 0.97);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

/* Inner pages: solid bar from load (easier to scan than transparent) */
body:not(.home) .site-header {
  background: rgba(26, 26, 26, 0.98);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
}

.site-header .navbar {
  padding: 0;
}

.site-header .navbar .container-beauty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}

/* Wrapper for logo + menu: full width on mobile, space-between */
.navbar-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .navbar-header-row {
    width: auto;
  }
}

.site-header .navbar-brand {
  flex-shrink: 0;
}

/* Collapsed menu: full width below, nav links stacked */
.site-header .navbar-collapse {
  flex-basis: 100%;
}

@media (min-width: 992px) {
  .site-header .navbar-collapse {
    flex-basis: auto;
    flex-grow: 1;
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
  }
}

.site-header .navbar-brand .logo-text {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff !important;
  letter-spacing: 0.02em;
}

.site-header .navbar-brand img,
.site-header .custom-logo-link img {
  max-height: 48px;
  width: auto;
}

.site-header .nav-link {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92) !important;
  padding: 10px 14px !important;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
  color: var(--color-accent-tan) !important;
  background: rgba(255, 255, 255, 0.06);
}

.site-header .header-book-wrap {
  flex-shrink: 0;
}

.site-header .navbar-toggler {
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.35);
  padding: 0.45rem 0.6rem;
}

.site-header .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 34, 108, 0.35);
}

/* Mobile menu panel */
@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    margin-top: 0.75rem;
    padding: 1rem 0 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-header .navbar-nav {
    text-align: center;
  }

  .site-header .nav-link {
    padding: 12px 16px !important;
  }

  .site-header .header-book-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
  }
}

/* ============================================
   KnS Hero Section (New Homepage)
   ============================================ */
.hero-section {
  --hero-slide-w: 1920;
  --hero-slide-h: 768;
  --hero-slide-bg: #fdece2;
  margin-top: 0%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: min(
    88svh,
    820px,
    max(300px, calc(100vw * var(--hero-slide-h) / var(--hero-slide-w)))
  );
  min-height: 0;
}

.hero-section .hero-bg {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--hero-slide-bg);
}

.hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(214, 34, 108, 0.5), rgba(26, 26, 26, 0.7));
}

.hero-section .hero-decorative-logo {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  z-index: 1;
  max-height: 50vh;
  pointer-events: none;
}

.hero-section .hero-decorative-logo img {
  max-height: 50vh;
  width: auto;
  object-fit: contain;
}

.hero-section .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: clamp(5.5rem, 14vw, 8rem) 1.5rem 2rem;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-section .hero-headline {
  font-family: var(--font-script);
  font-size: clamp(3rem, 8vw, 6rem);
  color: #fff;
  margin-bottom: 0.5rem;
}

.hero-section .hero-tagline {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  margin-bottom: 0.5rem;
}

.hero-section .hero-subhead {
  font-size: 1rem;
  opacity: 0.95;
  margin-bottom: 0.25rem;
}

.hero-section .hero-tagline2 {
  font-size: 0.95rem;
  opacity: 0.9;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.hero-section .hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Why Choose */
.why-item {
  padding: 1.5rem 1.25rem;
  background: #fff;
  border-radius: var(--radius-card);
  text-align: center;
  box-shadow: var(--shadow-soft);
  transition: all 0.3s ease;
  border: 1px solid rgba(214, 34, 108, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 7.5rem;
}

.why-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

.why-item .why-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0.65rem;
  background: rgba(214, 34, 108, 0.1);
  border-radius: 50%;
}

.why-item .why-text {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-charcoal);
}

/* Service cards (home) */
.service-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.service-card-box {
  padding: 0;
  overflow: hidden;
  background: #fff;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  transition: all 0.35s ease;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.service-card-box:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(214, 34, 108, 0.2);
}

.service-card-box .service-card-body {
  padding: 1.5rem 1.5rem 1.65rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-card-img-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--color-nude);
}

.service-card-img-wrap .service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card-link:hover .service-card-img-wrap .service-card-img {
  transform: scale(1.06);
}

.service-card-box h3 {
  color: var(--color-dark);
  margin-bottom: 0.6rem;
  font-size: 1.25rem;
}

.service-card-box p {
  font-size: 0.95rem;
  color: var(--color-gray);
  margin-bottom: 0;
  flex: 1;
}

.service-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.service-card-link:hover .service-card-cta {
  color: var(--color-primary-dark);
}

.service-card-coming {
  opacity: 0.9;
  padding: 1.5rem !important;
  justify-content: center;
  text-align: center;
  background: linear-gradient(145deg, #faf6f2, #fff);
}

.service-card-coming h3 {
  margin-bottom: 0.35rem;
}

.service-card-coming p {
  font-style: italic;
  color: var(--color-gray);
}

/* Self Makeup CTA section */
.self-makeup-cta .smc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.self-makeup-cta .smc-list li::before {
  content: '✓ ';
  color: var(--color-primary);
  font-weight: bold;
}

/* Lead Magnet */
.lead-magnet-card {
  max-width: 600px;
  margin: 0 auto;
  padding: 3rem;
  background: #fff;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-hover);
  text-align: center;
}

.lead-magnet-card .section-subtitle {
  margin-bottom: 0.5rem;
}

.lead-magnet-card h2 {
  margin-bottom: 0.5rem;
}

.lead-magnet-subtitle {
  font-size: 1.2rem;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.lead-magnet-form {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.lead-magnet-form input {
  flex: 1;
  min-width: 200px;
  padding: 12px 20px;
  border: 1px solid #ddd;
  border-radius: var(--radius-pill);
}

/* Testimonial card */
.testimonial-card {
  padding: 1.5rem 1.5rem 1.65rem;
  background: #fff;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-card blockquote {
  margin: 0 0 1rem;
  font-style: italic;
  color: var(--color-charcoal);
}

.testimonial-card cite {
  font-size: 0.9rem;
  color: var(--color-gray);
}

/* Package card */
.package-card {
  padding: 2rem;
  background: #fff;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  height: 100%;
}

.package-price {
  font-size: 1.5rem;
  color: var(--color-primary);
  font-weight: 600;
}

/* Portfolio filters */
.portfolio-filters {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.filter-btn {
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: #fff;
  border: 1px solid #ddd;
  text-decoration: none;
  color: var(--color-charcoal);
  transition: all 0.3s ease;
}

.filter-btn:hover, .filter-btn.active {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

/* WhatsApp floating button */
.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 998;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
}

.whatsapp-float .dashicons {
  font-size: 28px;
  width: 28px;
  height: 28px;
}

/* Breadcrumb */
.kns-breadcrumb {
  background-color: #d6226c;
  padding: 12px 0;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active span {
  color: #fff;
  font-weight: 500;
}

.breadcrumb-sep {
  margin: 0 8px;
  opacity: 0.7;
}

/* Footer tagline */
.footer-tagline {
  font-style: italic;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0.5rem;
}

/* ============================================
   Hero Slider
   Frame matches slide artwork: 1920 x 768 (2.5:1). Change --hero-slide-w/h if templates change.
   ============================================ */
/* .hero-slider {
  --hero-slide-w: 1920;
  --hero-slide-h: 768;
  --hero-slide-bg: #fdece2;
  margin-top: 0%;
  position: relative;
  overflow: visible;
  min-height: 0;
}

.hero-swiper {
  width: 100%;
  height: min(
    88svh,
    820px,
    max(300px, calc(100vw * var(--hero-slide-h) / var(--hero-slide-w)))
  );
  min-height: 0;
}

.hero-swiper .swiper-wrapper {
  height: 100%;
  min-height: 0;
}

.hero-decorative-logo {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  max-height: 85vh;
  width: auto;
  max-width: 60vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.hero-decorative-logo img {
  max-height: 85vh;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.hero-decorative-logo--single {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.hero-swiper .swiper-slide,
.hero-single {
  height: 100%;
  min-height: 0 !important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--hero-slide-bg, #fdece2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(214, 34, 108, 0.22),
    rgba(26, 26, 26, 0.38)
  );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 36rem;
  width: 100%;
  padding: clamp(5rem, 12vw, 7rem) clamp(1.25rem, 4vw, 3rem) clamp(1.5rem, 4vw, 2.5rem);
  color: #fff;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 500;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1.1rem;
  opacity: 0.95;
  margin-bottom: 30px;
  line-height: 1.6;
}

.hero-cta {
  margin-top: 10px;
}

.hero-swiper .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
  align-items: stretch;
}

.hero-swiper .hero-buttons .btn-beauty,
.hero-swiper .hero-cta {
  text-align: center;
  line-height: 1.3;
  white-space: normal;
  word-break: break-word;
  hyphens: auto;
  max-width: 100%;
  box-sizing: border-box;
}

.hero-section .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
}

.hero-section .hero-buttons .btn-beauty {
  text-align: center;
  line-height: 1.3;
  white-space: normal;
  word-break: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.hero-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}

.hero-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  color: #fff;
}

.hero-swiper .swiper-pagination {
  bottom: max(12px, env(safe-area-inset-bottom, 0px)) !important;
  padding-bottom: 4px;
}

.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after {
  font-size: 1.25rem;
}

@media (max-width: 575.98px) {
  .hero-swiper .swiper-button-prev,
  .hero-swiper .swiper-button-next {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-swiper {
    height: min(
      88svh,
      820px,
      max(340px, calc(100vw * var(--hero-slide-h) / var(--hero-slide-w)))
    );
  }

  .hero-swiper .swiper-slide,
  .hero-single {
    align-items: flex-end;
    justify-content: center;
  }

  .hero-slider .hero-content {
    padding: 4.5rem 1rem 4.25rem !important;
    max-width: 100%;
  }

  .hero-slider .hero-title {
    font-size: clamp(1.5rem, 6.5vw, 2.1rem);
    margin-bottom: 10px;
  }

  .hero-slider .hero-subtitle {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .hero-slider .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    max-width: min(100%, 17.5rem);
    margin-left: auto;
    margin-right: auto;
    padding: 0.65rem 0.6rem;
    background: rgba(26, 26, 26, 0.48);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  }

  .hero-slider .hero-buttons .btn-beauty {
    width: 100%;
    padding: 11px 16px;
    font-size: clamp(10px, 2.85vw, 11px);
    letter-spacing: 0.08em;
  }

  .hero-slider .hero-cta {
    display: block;
    width: 100%;
    max-width: min(100%, 17.5rem);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.35rem;
    padding: 11px 16px;
    font-size: clamp(10px, 2.85vw, 11px);
    letter-spacing: 0.08em;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  }

  .hero-section .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    max-width: min(100%, 17.5rem);
    margin-left: auto;
    margin-right: auto;
    gap: 0.5rem;
  }

  .hero-section .hero-buttons .btn-beauty {
    width: 100%;
    padding: 11px 16px;
    font-size: clamp(10px, 2.85vw, 11px);
    letter-spacing: 0.08em;
  }

  .hero-slider .hero-decorative-logo {
    max-height: min(18vh, 120px);
    max-width: 70vw;
    opacity: 0.35;
  }

  .hero-section {
    height: min(
      88svh,
      820px,
      max(340px, calc(100vw * var(--hero-slide-h) / var(--hero-slide-w)))
    );
  }

  .hero-section .hero-content {
    padding: 4.5rem 1rem 2rem !important;
  }
} */



/* ============================================
   HERO SLIDER FIXED (NO EXTRA SPACE)
   ============================================ */

.hero-slider {
  --hero-slide-bg: #fdece2;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

/* 🔥 REMOVE FIXED HEIGHT */
.hero-swiper {
  width: 100%;
  height: auto;
}

/* Wrapper */
.hero-swiper .swiper-wrapper {
  height: auto;
}

/* Slide */
.hero-swiper .swiper-slide,
.hero-single {
  width: 100%;
  aspect-ratio: 1920 / 768; /* 🔥 PERFECT RATIO */
  background-size: cover; /* 🔥 IMPORTANT (no empty space) */
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--hero-slide-bg);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(214, 34, 108, 0.22),
    rgba(26, 26, 26, 0.38)
  );
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 36rem;
  width: 100%;
  padding: clamp(5rem, 10vw, 7rem) clamp(1.25rem, 4vw, 3rem);
  color: #fff;
}

/* Pagination fix */
.hero-swiper .swiper-pagination {
  bottom: 10px !important;
}

/* Buttons */
.hero-swiper .hero-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* ============================================
   MOBILE FIX (VERY IMPORTANT)
   ============================================ */

@media (max-width: 768px) {
	.custom-logo-link {
    height: auto !important;
}
	
body.home .site-main {
  padding-top: 75px;
}
	.site-header .navbar-brand img,
.site-header .custom-logo-link img {
  max-height: 100% !important;
  width: auto;
}
	
	
.hero-swiper {
  height: auto;
}

.hero-swiper .swiper-slide {
  aspect-ratio: 1920 / 768;
}


  .hero-swiper .swiper-slide {
     height: 100%;
    background-size: cover !important; /* 🔥 CHANGE THIS */
    background-position: center;
  }

  .hero-content {
    position: absolute;
    bottom: 20px; /* 🔥 stick to bottom */
    left: 0;
    right: 0;
    padding: 0 1rem;
    text-align: center;
  }

  .hero-title {
    font-size: 1.6rem;
  }

  .hero-subtitle {
    font-size: 0.9rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }


}


/* ============================================
   About Section
   ============================================ */
.about-script-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  margin-bottom: 24px;
}

.about-content {
  margin-bottom: 24px;
  color: var(--color-gray);
}

.about-content p {
  margin-bottom: 1rem;
}

.about-image-wrap {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-hover);
}

.about-image-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.play-icon {
  width: 0;
  height: 0;
  border-left: 24px solid var(--color-primary);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-left: 8px;
}

.about-placeholder {
  aspect-ratio: 4/3;
  background: var(--color-nude);
  border-radius: var(--radius-card);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-gray-light);
}

.about-placeholder .dashicons {
  font-size: 48px;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

/* ============================================
   Services Section (SANA style - black + cream)
   ============================================ */
.services-header {
  padding: 60px 0 40px;
  background: var(--color-dark);
}

.services-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--color-accent-tan);
  margin-bottom: 16px;
}

.services-title::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background: var(--color-accent-tan);
  margin-left: 12px;
  vertical-align: middle;
}

.services-desc {
  color: rgba(255,255,255,0.8);
  max-width: 600px;
  margin: 0;
}

.btn-beauty-tan {
  background: var(--color-accent-tan) !important;
  color: var(--color-dark) !important;
}

.btn-beauty-tan:hover {
  background: #d4b89a !important;
  color: var(--color-dark) !important;
}

.services-grid-wrap {
  margin-top: -40px;
  padding-bottom: 60px;
}

.service-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-image {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--color-charcoal);
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.05);
}

.service-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #3a3a3a, #2a2a2a);
}

.service-label {
  background: var(--color-dark);
  padding: 16px 20px;
  text-align: center;
}

.service-name {
  color: #fff;
  font-family: var(--font-serif);
  font-size: 1.1rem;
}

.service-type {
  font-family: var(--font-serif);
  margin-left: 4px;
}

/* ============================================
   Masterclass Section
   ============================================ */
.masterclass-card {
  background: #fff;
  padding: 50px;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-hover);
}

.masterclass-title {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--color-dark);
  margin-bottom: 16px;
}

.masterclass-desc {
  color: var(--color-gray);
  margin-bottom: 24px;
}

.masterclass-details {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.masterclass-details li {
  padding: 6px 0;
  color: var(--color-charcoal);
}

.masterclass-badge {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  padding: 30px 40px;
  border-radius: 50%;
  text-align: center;
}

.badge-price {
  display: block;
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 600;
}

.badge-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.9;
}

/* ============================================
   Learn Section
   ============================================ */
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3vw, 2.5rem);
  color: var(--color-dark);
  margin-bottom: 40px;
}

.section-title-wrap .section-title {
  margin-bottom: 0.65rem;
}

.section-dark .section-title,
.section-dark .section-subtitle {
  color: #fff;
}

.section-dark .section-subtitle {
  opacity: 0.9;
}

.learn-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #fff;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  transition: all 0.3s ease;
}

.learn-item:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-2px);
}

.learn-icon {
  color: var(--color-primary);
  font-size: 24px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* ============================================
   Gallery - Masonry style
   ============================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
  gap: clamp(12px, 2vw, 20px);
}

/* Homepage portfolio: 10 thumbnails as 5×2 on large screens */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .portfolio-section .gallery-grid--home {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .portfolio-section .gallery-grid--home {
    grid-template-columns: repeat(5, 1fr);
  }
}

.portfolio-empty {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: #fff;
  border-radius: var(--radius-card);
  border: 1px dashed rgba(214, 34, 108, 0.25);
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-empty p {
  color: var(--color-gray);
  margin-bottom: 1.25rem;
}

.gallery-item {
  display: block;
  border-radius: var(--radius-card);
  overflow: hidden;
  aspect-ratio: 1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.gallery-placeholder,
.gallery-placeholder-wrap .gallery-placeholder {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background: linear-gradient(135deg, #e8e0d8, #d8d0c8);
}

.gallery-placeholder-wrap {
  aspect-ratio: 1;
}

/* ============================================
   Booking Form
   ============================================ */
.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 1rem;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: rgba(255,255,255,0.6);
}

.booking-form select {
  cursor: pointer;
}

.booking-form select option {
  background: var(--color-dark);
  color: #fff;
}

.booking-section .section-title {
  color: #fff;
}

/* ============================================
   Footer (SANA style - dark + tan)
   ============================================ */
.site-footer {
  background: var(--color-dark);
  color: rgba(255,255,255,0.9);
}

.footer-newsletter {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.newsletter-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--color-accent-tan);
  margin: 0;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  max-width: 400px;
}

.newsletter-form input {
  flex: 1;
  padding: 12px 20px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
  background: transparent;
  color: #fff;
}

.newsletter-form input::placeholder {
  color: rgba(255,255,255,0.5);
}

.footer-main {
  padding: 60px 0 40px;
}

.footer-logo-text {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: #fff;
  display: block;
  margin-bottom: 16px;
}

.footer-logo {
  max-height: 50px;
  margin-bottom: 16px;
}

.footer-desc {
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.footer-social a {
  display: inline-block;
  margin-right: 12px;
  color: var(--color-accent-tan);
}

.footer-social .dashicons {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.footer-heading {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--color-accent-tan);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-accent-tan);
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}

.footer-menu a:hover {
  color: var(--color-primary);
}

.footer-contact p {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact .dashicons {
  color: var(--color-accent-tan);
  flex-shrink: 0;
}

.footer-contact a {
  color: rgba(255,255,255,0.8);
}

.footer-bottom {
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.copyright {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  text-align: center;
}

/* Back to top */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: var(--color-accent-tan);
  color: var(--color-dark);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top .dashicons {
  font-size: 24px;
  width: 24px;
  height: 24px;
}

/* Body padding for fixed header */
body {
  padding-top: 0;
}

.hero-slider ~ * {
  scroll-margin-top: 80px;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 991px) {
  .hero-content {
    text-align: center;
    padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
    padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
  }

  .hero-swiper .swiper-slide,
  .hero-single {
    justify-content: center;
  }

  .hero-slider .hero-buttons {
    justify-content: center;
  }

  .hero-slider .hero-cta {
    margin-left: auto;
    margin-right: auto;
  }

  .masterclass-card {
    padding: 30px 20px;
  }
  
  .masterclass-badge {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
  
  .newsletter-inner {
    flex-direction: column;
  }
  
  .newsletter-form {
    flex-direction: column;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}


.kns-hero-breadcrumb {
  position: relative;
  background: url('../images/breadcrumb.png') center/cover no-repeat;
  padding: clamp(6rem, 18vw, 7.5rem) 0 clamp(2.5rem, 6vw, 3.5rem);
  margin-top: 0;
  color: #fff;
}

.kns-hero-breadcrumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.75), rgba(214, 34, 108, 0.45));
}

.kns-hero-breadcrumb .container,
.kns-hero-breadcrumb .container-beauty {
  position: relative;
  z-index: 2;
}

.breadcrumb-subtitle {
  letter-spacing: 3px;
  font-size: 12px;
  opacity: 0.8;
}

.breadcrumb-title {
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 5vw, 2.75rem);
  font-weight: 600;
  margin: 10px 0;
  line-height: 1.2;
}

.breadcrumb-nav {
  font-size: 14px;
  opacity: 0.9;
}

.breadcrumb-nav a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-nav span {
  margin: 0 5px;
}

/* ============================================
   Booking wizard (two-step)
   ============================================ */
.booking-page-section {
  padding-top: 2rem;
}

.booking-wizard {
  margin-bottom: 2rem;
}

.booking-cal-panel {
  background: #fff;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  padding: 1.5rem;
}

.booking-cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.booking-cal-month {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--color-primary);
  margin: 0;
  text-align: center;
  flex: 1;
}

.booking-cal-nav {
  background: none;
  border: none;
  color: var(--color-navy);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  cursor: pointer;
  white-space: nowrap;
}

.booking-cal-nav:hover {
  color: var(--color-primary);
}

.booking-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  min-height: 260px;
  width: 100%;
}

.booking-cal-dow {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #2c354b;
  padding: 0.35rem 0;
}

.booking-cal-day {
  min-height: 40px;
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  background: #fff;
  color: #2c354b;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.booking-cal-day:hover:not(:disabled) {
  border-color: var(--color-primary);
  color: var(--color-dark);
}

.booking-cal-day--past {
  opacity: 0.35;
  cursor: not-allowed;
}

.booking-cal-day--selected {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.booking-cal-day--empty {
  border: none;
  background: transparent;
  cursor: default;
}

.booking-ready {
  font-size: 0.85rem;
  color: #2c354b;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.booking-ready-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4caf50;
}

.booking-side-panel {
  background: #2c354b;
  color: #fff;
  border-radius: var(--radius-card);
  padding: 1.5rem;
  box-shadow: var(--shadow-soft);
  height: 100%;
}

.booking-selected-date-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.75;
  margin-bottom: 0.25rem;
}

.booking-selected-date {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.booking-field-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.booking-select {
  border-radius: 8px;
  border: none;
  padding: 0.6rem 0.75rem;
}

.booking-services-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-height: 220px;
  overflow-y: auto;
}

.booking-service-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1.35;
  margin: 0;
}

.booking-service-item input.booking-service-cb {
  margin-top: 0.25rem;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--color-primary);
  flex-shrink: 0;
}

.booking-field-hint {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.75;
  font-size: 0.75rem;
}

.booking-btn-next {
  border-radius: var(--radius-pill);
}

.booking-step2-card {
  max-width: 520px;
  background: #fff;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  padding: 2rem;
}

.booking-step2-form .form-label {
  font-weight: 600;
  color: var(--color-charcoal);
}

.booking-btn-ghost {
  background: transparent !important;
  border: 2px solid var(--color-primary) !important;
  color: var(--color-primary) !important;
}

.booking-btn-ghost:hover {
  background: var(--color-primary) !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  .booking-side-panel {
    margin-top: 0.5rem;
  }
}