.site-topbar {
  background-color: #111315;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8125rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-topbar a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-topbar a:hover {
  color: #c5a880;
}
.site-topbar .topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}
.site-topbar .container,
.site-topbar .container > div {
  flex-wrap: wrap;
  row-gap: 0.35rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 991px) {
  .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1050 !important;
    background: #ffffff !important;
  }
}
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.site-header .navbar {
  padding: 0.75rem 0;
  position: relative;
}
@media (max-width: 576px) {
  .site-header .navbar {
    padding: 0.85rem 0;
  }
}
.site-header .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
}
.site-header .navbar-brand img {
  height: 42px;
  width: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 576px) {
  .site-header .navbar-brand img {
    height: 36px;
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.site-header .navbar-brand .brand-fallback {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1d2127;
  text-transform: uppercase;
}
.site-header .navbar-brand .brand-fallback span {
  color: #c5a880;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 991.98px) {
  .site-header .navbar-toggler {
    padding: 0.35rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .site-header .navbar-toggler .icon-svg {
    font-size: 1.75rem;
  }
}
.site-header .navbar-nav {
  align-items: center;
  gap: 0.25rem;
}
@media (min-width: 1200px) {
  .site-header .navbar-nav {
    gap: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .site-header .navbar-nav {
    gap: 1.25rem;
  }
}
@media (max-width: 991px) {
  .site-header .navbar-nav {
    width: 100%;
    align-items: stretch;
    gap: 0;
    padding-top: 0.25rem;
  }
}
.site-header .nav-link {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1d2127;
  padding: 0.45rem 0.6rem !important;
  position: relative;
  white-space: nowrap !important;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #c5a880;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
}
.site-header .nav-link:hover, .site-header .nav-link.active {
  color: #a9895c;
}
.site-header .nav-link:hover::after, .site-header .nav-link.active::after {
  width: 60%;
}
@media (max-width: 991px) {
  .site-header .nav-link {
    padding: 0.75rem 0.5rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.875rem;
  }
  .site-header .nav-link::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 2px solid #c5a880;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
  }
}
@media (max-width: 991px) {
  .site-header .btn-book-header {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}
.btn-book-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #c5a880 0%, #a9895c 100%);
  color: #ffffff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.85rem 1.85rem;
  border-radius: 50px;
  border: none;
  box-shadow: 0 8px 30px rgba(197, 168, 128, 0.22);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.btn-book-header:hover {
  background: linear-gradient(135deg, #d3b994 0%, #c5a880 100%);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(197, 168, 128, 0.4);
  transform: translateY(-2px);
}
.btn-book-header {
  white-space: nowrap !important;
  flex-shrink: 0;
  padding: 0.55rem 1.15rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}

@media (max-width: 991px) {
  body {
    padding-top: 72px !important;
    padding-bottom: 64px;
  }
}
.mobile-action-bar {
  display: none;
}
@media (max-width: 991px) {
  .mobile-action-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background: #111315;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.18);
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
}
.mobile-action-bar .mobile-action-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.9rem 0.5rem;
  background: none;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-action-bar .mobile-action-btn .icon-svg {
  font-size: 1.15rem;
}
.mobile-action-bar .mobile-action-btn:hover, .mobile-action-bar .mobile-action-btn:active {
  color: #c5a880;
}
.mobile-action-bar .mobile-action-btn:last-child {
  border-right: none;
}
.mobile-action-bar .mobile-action-book {
  flex: 1.7;
  background: linear-gradient(135deg, #c5a880 0%, #a9895c 100%);
  color: #ffffff;
}
.mobile-action-bar .mobile-action-book:hover, .mobile-action-bar .mobile-action-book:active {
  color: #ffffff;
  filter: brightness(1.08);
}

.hero-section {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  background-color: #111315;
  background-image: url("../images/kimdusalon/hero-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-section {
    min-height: auto;
    display: block;
  }
}
.hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 12;
  background: linear-gradient(135deg, rgba(17, 19, 21, 0.88) 0%, rgba(29, 33, 39, 0.78) 50%, rgba(17, 19, 21, 0.9) 100%);
}
.hero-section .hero-container {
  position: relative;
  z-index: 20;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
@media (max-width: 991px) {
  .hero-section .hero-container {
    padding-top: 2.25rem;
    padding-bottom: 3.25rem;
  }
}
.hero-section .hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c5a880;
  margin-bottom: 1.25rem;
  padding: 0.4rem 1rem;
  background: rgba(197, 168, 128, 0.12);
  border: 1px solid rgba(197, 168, 128, 0.3);
  border-radius: 50px;
}
@media (max-width: 767px) {
  .hero-section .hero-tagline {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    padding: 0.35rem 0.85rem;
    margin-bottom: 0.85rem;
  }
}
.hero-section .hero-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.25rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.hero-section .hero-title .highlight {
  font-style: italic;
  font-weight: 400;
  color: #dfcaa7;
}
@media (max-width: 767px) {
  .hero-section .hero-title {
    font-size: clamp(1.85rem, 7.5vw, 2.35rem);
    line-height: 1.2;
    margin-bottom: 0.85rem;
  }
}
.hero-section .hero-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .hero-section .hero-description {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}
.hero-section .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 767px) {
  .hero-section .hero-buttons {
    gap: 0.75rem;
    margin-bottom: 2rem;
  }
  .hero-section .hero-buttons .btn-hero-primary,
  .hero-section .hero-buttons .btn-hero-outline {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0.85rem 1.5rem;
    font-size: 0.875rem;
  }
}
.hero-section .btn-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #c5a880 0%, #a9895c 100%);
  color: #ffffff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.85rem 1.85rem;
  border-radius: 50px;
  border: none;
  box-shadow: 0 8px 30px rgba(197, 168, 128, 0.22);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.hero-section .btn-hero-primary:hover {
  background: linear-gradient(135deg, #d3b994 0%, #c5a880 100%);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(197, 168, 128, 0.4);
  transform: translateY(-2px);
}
.hero-section .btn-hero-primary {
  font-size: 0.9375rem;
  padding: 0.95rem 2.25rem;
}
.hero-section .btn-hero-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 0.9rem 2rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-section .btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-2px);
}
.hero-section .hero-floating-card {
  background: rgba(29, 33, 39, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(197, 168, 128, 0.35);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .hero-section .hero-floating-card {
    padding: 1.25rem 1rem;
    margin-top: 0.5rem;
  }
}
.hero-section .hero-floating-card .card-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .hero-section .hero-floating-card .card-title {
    font-size: 1.15rem;
    margin-bottom: 0.25rem;
  }
}
.hero-section .hero-floating-card .card-subtitle {
  color: #c5a880;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .hero-section .hero-floating-card .card-subtitle {
    font-size: 0.75rem;
    margin-bottom: 0.65rem;
  }
}
.hero-section .hero-floating-card .stat-box {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .hero-section .hero-floating-card .stat-box {
    padding-top: 0.75rem;
    margin-top: 0.75rem;
  }
}
.hero-section .hero-floating-card .stat-box .stat-num {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: #dfcaa7;
}
@media (max-width: 767px) {
  .hero-section .hero-floating-card .stat-box .stat-num {
    font-size: 1.45rem;
  }
}
.hero-section .hero-floating-card .stat-box .stat-label {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .hero-section .hero-floating-card .stat-box .stat-label {
    font-size: 0.6875rem;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.section-header .subtitle {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a9895c;
  margin-bottom: 0.65rem;
}
.section-header .title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: #1d2127;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.section-header .divider-gold {
  width: 60px;
  height: 2px;
  background: #c5a880;
  margin: 0 auto 1.25rem;
}
.section-header .lead {
  font-size: 1rem;
  color: #7e868f;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.7;
}

.about-section {
  padding: 6rem 0;
  background-color: #ffffff;
}
.about-section .about-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  padding: 10px;
}
.about-section .about-image-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.about-section .about-image-wrapper:hover img {
  transform: scale(1.03);
}
.about-section .about-image-wrapper .about-badge {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background: rgba(29, 33, 39, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(197, 168, 128, 0.35);
  color: #ffffff;
  padding: 1.25rem 1.75rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 8;
}
.about-section .about-image-wrapper .about-badge .badge-years {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: #c5a880;
  line-height: 1;
}
.about-section .about-image-wrapper .about-badge .badge-text {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.8);
}
.about-section .about-content {
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .about-section .about-content {
    padding-left: 0;
    margin-top: 3rem;
  }
}
.about-section .about-content .feature-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.about-section .about-content .feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.about-section .about-content .feature-list li .icon-gold {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1d2127;
  color: #c5a880;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.about-section .about-content .feature-list li .text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555555;
}
.about-section .about-content .feature-list li .text strong {
  color: #1d2127;
}

.services-section {
  padding: 6rem 0;
  background-color: #fcfbf9;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/kimdusalon/services-section-bg.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  z-index: -1;
}
.services-section > .container {
  position: relative;
  z-index: 1;
}
.services-section .nav-pills-gold {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
}
.services-section .nav-pills-gold .nav-link {
  background: transparent;
  color: #1d2127;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.65rem 1.6rem;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-section .nav-pills-gold .nav-link:hover {
  border-color: #c5a880;
  color: #a9895c;
}
.services-section .nav-pills-gold .nav-link.active {
  background: #1d2127;
  color: #ffffff;
  border-color: #1d2127;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.services-section .price-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-section .price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(197, 168, 128, 0.35);
}
.services-section .price-card {
  padding: 1.85rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.services-section .price-card .price-card-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 0.85rem;
  margin-bottom: 0.85rem;
}
.services-section .price-card .price-card-header .service-name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1d2127;
  margin: 0;
}
.services-section .price-card .price-card-header .service-price {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #a9895c;
  white-space: nowrap;
}
.services-section .price-card .service-desc {
  font-size: 0.875rem;
  color: #7e868f;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}
.services-section .price-card .service-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.services-section .price-card .service-action .duration-tag {
  font-size: 0.75rem;
  color: #7e868f;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.services-section .price-card .service-action .btn-select-service {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #a9895c;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-section .price-card .service-action .btn-select-service:hover {
  color: #1d2127;
}

.promo-package-section {
  padding: 6rem 0;
  background: #16191c;
  color: #ffffff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.promo-package-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/kimdusalon/promo-package-bg.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.55;
  z-index: -1;
}
.promo-package-section .package-box {
  background: rgba(29, 33, 39, 0.95);
  border: 2px solid #c5a880;
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  text-align: center;
  position: relative;
}
.promo-package-section .package-box .package-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #c5a880;
  color: #ffffff;
  padding: 0.35rem 1.5rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(197, 168, 128, 0.4);
}
.promo-package-section .package-box .package-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.promo-package-section .package-box .package-price {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4rem;
  font-weight: 700;
  color: #dfcaa7;
  line-height: 1;
  margin: 1.5rem 0;
}
.promo-package-section .package-box .package-price .currency {
  font-size: 2rem;
  vertical-align: top;
}
.promo-package-section .package-box .package-items {
  list-style: none;
  padding: 0;
  margin: 2rem auto 2.5rem;
  max-width: 450px;
  text-align: left;
}
.promo-package-section .package-box .package-items li {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.promo-package-section .package-box .package-items li i, .promo-package-section .package-box .package-items li iconify-icon {
  color: #c5a880;
  font-size: 1.2rem;
}
.promo-package-section .package-box .btn-claim-package {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #c5a880 0%, #a9895c 100%);
  color: #ffffff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.85rem 1.85rem;
  border-radius: 50px;
  border: none;
  box-shadow: 0 8px 30px rgba(197, 168, 128, 0.22);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.promo-package-section .package-box .btn-claim-package:hover {
  background: linear-gradient(135deg, #d3b994 0%, #c5a880 100%);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(197, 168, 128, 0.4);
  transform: translateY(-2px);
}
.promo-package-section .package-box .btn-claim-package {
  padding: 1rem 2.75rem;
  font-size: 1rem;
}

.testimonials-section {
  padding: 6rem 0;
  background-color: #f6f3ee;
}
.testimonials-section .review-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonials-section .review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(197, 168, 128, 0.35);
}
.testimonials-section .review-card {
  padding: 2.5rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials-section .review-card .stars {
  color: #f5a623;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.testimonials-section .review-card .quote-text {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #1d2127;
  margin-bottom: 1.75rem;
  flex-grow: 1;
}
.testimonials-section .review-card .client-meta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 1.25rem;
}
.testimonials-section .review-card .client-meta .avatar-placeholder {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #dfcaa7;
  color: #1d2127;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.1rem;
}
.testimonials-section .review-card .client-meta .client-info .name {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #1d2127;
  margin-bottom: 0.15rem;
}
.testimonials-section .review-card .client-meta .client-info .verified {
  font-size: 0.75rem;
  color: #7e868f;
}

.gallery-section {
  padding: 6rem 0;
  background-color: #ffffff;
}
.gallery-section .gallery-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.gallery-section .gallery-item .gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(29, 33, 39, 0.75);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #ffffff;
  padding: 1.5rem;
  text-align: center;
  z-index: 12;
}
.gallery-section .gallery-item .gallery-overlay .caption-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.gallery-section .gallery-item .gallery-overlay .caption-category {
  font-size: 0.8125rem;
  color: #c5a880;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.gallery-section .gallery-item:hover img {
  transform: scale(1.08);
}
.gallery-section .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

body.client-edit-active .gallery-section .gallery-item .gallery-overlay {
  opacity: 0.9 !important;
  pointer-events: none !important;
  background: rgba(29, 33, 39, 0.85) !important;
}
body.client-edit-active .gallery-section .gallery-item .gallery-overlay [data-block-key] {
  pointer-events: auto !important;
  position: relative !important;
  z-index: 15 !important;
}
body.client-edit-active .gallery-section .gallery-item img[data-block-key] {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* Gallery Add Card & Item Removal Controls */
.client-gallery-add-col {
  display: none;
}
.btn-gallery-item-remove {
  display: none;
}
.btn-gallery-item-change-img {
  display: none;
}
.client-gallery-controls {
  display: none;
}

body.client-edit-active .client-gallery-add-col {
  display: block !important;
}
body.client-edit-active .client-gallery-controls {
  display: block !important;
}
body.client-edit-active .client-gallery-col {
  position: relative !important;
}
body.client-edit-active .btn-gallery-item-remove {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: rgba(220, 38, 38, 0.9);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  z-index: 25;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}
body.client-edit-active .btn-gallery-item-remove:hover {
  background: #dc2626;
  transform: scale(1.1);
}
body.client-edit-active .btn-gallery-item-change-img {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  background: rgba(197, 168, 128, 0.95);
  color: #16191c;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  cursor: pointer;
  z-index: 25;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}
body.client-edit-active .btn-gallery-item-change-img:hover {
  background: #d4b78f;
  transform: scale(1.1);
}

.gallery-add-card {
  width: 100%;
  height: 100%;
  min-height: 220px;
  aspect-ratio: 1/1;
  border: 2px dashed #c5a880;
  border-radius: 8px;
  background: rgba(197, 168, 128, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  user-select: none;
}
.gallery-add-card:hover {
  background: rgba(197, 168, 128, 0.15);
  border-color: #a8885b;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(197, 168, 128, 0.2);
}
.gallery-add-card .gallery-add-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #c5a880;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  transition: transform 0.2s ease;
}
.gallery-add-card:hover .gallery-add-icon {
  transform: scale(1.1);
}
.gallery-add-card .gallery-add-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1d2127;
  margin-bottom: 0.25rem;
}
.gallery-add-card .gallery-add-sub {
  font-size: 0.8rem;
  color: #8c7853;
  letter-spacing: 0.03em;
}

.policy-section {
  padding: 5rem 0;
  background-color: #fcfbf9;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.policy-section .policy-box {
  background: #ffffff;
  border: 1px solid rgba(197, 168, 128, 0.35);
  border-radius: 0 !important;
  padding: 2.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.policy-section .policy-box .policy-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  color: #1d2127;
  margin-bottom: 1rem;
}
.policy-section .policy-box .fee-card,
.policy-section .policy-box .bg-light.border {
  border-radius: 0 !important;
  border: 1px solid #e0e4e8 !important;
}
.policy-section .policy-box .fee-badge {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  font-weight: 600;
  border-radius: 0 !important;
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.03em;
}
.policy-section .btn-book-header,
.policy-section .btn-outline-dark,
.policy-section .btn-gold,
.policy-section .btn-squared {
  border-radius: 0 !important;
}

.modal-backdrop {
  z-index: 1060 !important;
}

.modal {
  z-index: 1070 !important;
}
.modal .modal-content {
  border-radius: 16px;
  border: 1px solid rgba(197, 168, 128, 0.35);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.modal .modal-header {
  background: #1d2127;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 2rem;
  flex-wrap: nowrap;
  gap: 1rem;
}
.modal .modal-header .modal-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
  color: #ffffff !important;
  min-width: 0;
  overflow-wrap: break-word;
}
.modal .modal-header .btn-close {
  flex-shrink: 0;
  filter: invert(1);
}
.modal .modal-body {
  padding: 2rem;
}
.modal .policy-notice-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: #fcfbf9;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1d2127;
  text-align: left;
}
.modal .policy-notice-toggle .chevron-icon {
  margin-left: auto;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal .policy-notice-toggle[aria-expanded="true"] .chevron-icon {
  transform: rotate(180deg);
}
.modal .policy-notice-body {
  background: #fcfbf9;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0 0 8px 8px;
  margin-top: -1px;
  padding: 0 1rem 0.85rem;
  font-size: 0.8125rem;
  color: #7e868f;
}
@media (max-width: 575.98px) {
  .modal .modal-content {
    border-radius: 0;
    border: none;
  }
  .modal .modal-header {
    padding: 1.1rem 1.25rem;
  }
  .modal .modal-header .modal-title {
    font-size: 1.05rem;
  }
  .modal .modal-body {
    padding: 1.25rem;
  }
}

.site-footer {
  background-color: #111315;
  color: rgba(255, 255, 255, 0.7);
  padding: 5rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer .footer-logo img {
  height: 44px;
  margin-bottom: 1.25rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.site-footer .footer-logo .footer-desc {
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
}
.site-footer .footer-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.site-footer .footer-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #c5a880;
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li {
  margin-bottom: 0.65rem;
}
.site-footer .footer-links li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
.site-footer .footer-links li a:hover {
  color: #c5a880;
  transform: translateX(4px);
}
.site-footer .hours-table {
  width: 100%;
  font-size: 0.85rem;
}
.site-footer .hours-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.site-footer .hours-table tr td {
  padding: 0.5rem 0;
}
.site-footer .hours-table tr td:first-child {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
.site-footer .hours-table tr td:last-child {
  text-align: right;
  color: #dfcaa7;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 991px) {
  .section-header {
    margin-bottom: 2.5rem;
  }
  .section-header .title {
    font-size: clamp(1.75rem, 5vw, 2.35rem);
  }
  .about-section,
  .services-section,
  .promo-package-section,
  .testimonials-section,
  .gallery-section,
  .policy-section {
    padding: 3.5rem 0;
  }
  .site-footer {
    padding: 3.5rem 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .section-header {
    margin-bottom: 2rem;
  }
  .section-header .title {
    font-size: 1.85rem;
  }
  .section-header .lead {
    font-size: 0.9375rem;
  }
  .about-section,
  .services-section,
  .promo-package-section,
  .testimonials-section,
  .gallery-section,
  .policy-section {
    padding: 2.75rem 0;
  }
  .promo-package-section .package-box {
    padding: 3rem 1.25rem 2rem;
  }
  .promo-package-section .package-box .package-ribbon {
    top: -12px;
    padding: 0.3rem 0.9rem;
    font-size: 0.6rem;
    letter-spacing: 0.08em;
  }
  .promo-package-section .package-box .package-title {
    font-size: 1.65rem;
    margin-top: 0.5rem;
  }
  .promo-package-section .package-box .package-price {
    font-size: 3rem;
    margin: 1rem 0;
  }
  .promo-package-section .package-box .package-items {
    margin: 1.5rem auto 2rem;
  }
  .promo-package-section .package-box .package-items li {
    font-size: 0.9rem;
    padding: 0.65rem 0;
  }
  .promo-package-section .package-box .btn-claim-package {
    width: 100%;
    padding: 0.85rem 1.5rem;
  }
  .testimonials-section .review-card {
    padding: 1.75rem 1.25rem;
  }
  .policy-section .policy-box {
    padding: 1.5rem 1rem !important;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
    justify-content: center;
  }
}
html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: clip;
}

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #555555;
  background-color: #fcfbf9;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, serif;
  color: #1d2127;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6,
.bg-dark-salon h1,
.bg-dark-salon h2,
.bg-dark-salon h3,
.bg-dark-salon h4,
.bg-dark-salon h5,
.bg-dark-salon h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-topbar h1,
.site-topbar h2,
.site-topbar h3,
.site-topbar h4,
.site-topbar h5,
.site-topbar h6,
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6,
.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content h5,
.hero-content h6 {
  color: #ffffff;
}

.text-gold {
  color: #a9895c !important;
}

.icon-svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.125em;
  flex-shrink: 0;
}

.bg-cream {
  background-color: #f6f3ee !important;
}

.bg-dark-salon {
  background-color: #16191c !important;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #c5a880 0%, #a9895c 100%);
  color: #ffffff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.85rem 1.85rem;
  border-radius: 50px;
  border: none;
  box-shadow: 0 8px 30px rgba(197, 168, 128, 0.22);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.btn-gold:hover {
  background: linear-gradient(135deg, #d3b994 0%, #c5a880 100%);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(197, 168, 128, 0.4);
  transform: translateY(-2px);
}

.btn-gold-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: transparent;
  color: #a9895c;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.8rem 1.75rem;
  border-radius: 50px;
  border: 1.5px solid #c5a880;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-gold-outline:hover {
  background: #c5a880;
  color: #ffffff;
  border-color: #c5a880;
  transform: translateY(-2px);
}
