/* ===== PREMIUM TREATMENTS PAGE WITH ENHANCED UX ===== */
body{
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

/* Ensure logo h5 styling is consistent */
.nav-logo h5 {
  font-family: 'Montserrat', 'Inter', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  font-weight: 600 !important;
  color: #3A3A3A !important;
  margin: 2px 0 0 0 !important;
  text-transform: uppercase !important;
  padding-left: 1px !important;
  line-height: 1.2 !important;
}

/* Active nav link styling for treatments page - FORCE OVERRIDE FOR BOTH MOBILE AND DESKTOP */
.header .nav-menu .nav-link.active::before,
.nav-menu .nav-link.active::before,
.nav-link.active::before,
.header .nav .nav-link.active::before,
.nav-menu-content .nav-link.active::before {
  display: none !important;
  content: none !important;
}

/* Desktop nav link active styling */
.header .nav-container .nav-menu .nav-link.active,
.header .nav .nav-menu .nav-link.active,
.nav-menu-content .nav-link.active,
.header .nav-menu .nav-link.active,
.nav-menu .nav-link.active,
.nav-link.active {
  background: rgba(201, 154, 141, 0.08) !important;
  color: var(--accent-rose) !important;
}

.treatments-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(2rem, 3vw, 3.5rem);
  max-width: 1480px;
  margin: 0 auto;
  min-height: 100vh;
  padding-top: 110px;
  padding-left: clamp(2rem, 4vw, 4rem);
  padding-right: clamp(2rem, 4vw, 4rem);
  padding-bottom: 3rem;
  background: transparent;
}

/* ===== PREMIUM SIDEBAR WITH GLASS MORPHISM ===== */
.treatments-sidebar {
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: fit-content;
  width: 100%;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-radius: 18px;
  border: 1px solid rgba(201, 154, 141, 0.15);
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(201, 154, 141, 0.08), 
              0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.treatments-sidebar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 154, 141, 0.3), transparent);
}

.sidebar-sticky {
  padding: 1.5rem 0;
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  gap: 0.4rem;
}

.sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: #555555;
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: 10px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border-left: 3px solid transparent;
  letter-spacing: 0.01em;
}

.sidebar-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(180deg, #c99a8d, #b17b6f);
  border-radius: 12px 0 0 12px;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-link:hover {
  background: rgba(201, 154, 141, 0.08);
  color: #2d2d2d;
  border-left-color: transparent;
  transform: translateX(2px);
}

.sidebar-link:hover::before {
  width: 3px;
}

.sidebar-link.active {
  background: linear-gradient(135deg, rgba(201, 154, 141, 0.15), rgba(201, 154, 141, 0.08));
  color: #1a1a1a;
  border-left-color: transparent;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(201, 154, 141, 0.12);
}

.sidebar-link.active::before {
  width: 3px;
}

.sidebar-link i {
  font-size: 0.6rem;
  opacity: 0.4;
  transition: all 0.25s ease;
}

.sidebar-link:hover i {
  opacity: 0.7;
  transform: translateX(2px);
}

.sidebar-link.active i {
  opacity: 1;
  color: #c99a8d;
}

.sidebar-cta {
  margin: 1.25rem 0.875rem 0.875rem;
  padding: 1.5rem 1.25rem;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px) saturate(150%);
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(201, 154, 141, 0.15);
  box-shadow: 0 4px 16px rgba(201, 154, 141, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.sidebar-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c99a8d, #b17b6f);
  opacity: 0;
  transition: opacity 0.3s;
}

.sidebar-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(201, 154, 141, 0.15);
}

.sidebar-cta:hover::before {
  opacity: 1;
}

.cta-icon {
  width: 38px;
  height: 38px;
  margin: 0 auto 0.65rem;
  background: linear-gradient(135deg, #c99a8d, #b17b6f);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(201, 154, 141, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-cta:hover .cta-icon {
  transform: rotate(5deg) scale(1.05);
}

.sidebar-cta h3 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}

.sidebar-cta p {
  font-size: 0.75rem;
  color: #555555;
  margin-bottom: 0.875rem;
  line-height: 1.5;
}

.cta-button {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.75rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(201, 154, 141, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
}

.cta-button:hover::before {
  width: 200px;
  height: 200px;
}

.cta-button:hover {
  background: linear-gradient(135deg, #c99a8d, #b17b6f);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 154, 141, 0.3);
}

.sidebar-image {
  margin: 1rem;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.sidebar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.9;
}

/* ===== MAIN CONTENT AREA ===== */
.treatments-content {
  flex: 1;
  max-width: 1000px;
  width: 100%;
  padding-bottom: 2.5rem;
}

/* ===== RIGHT SIDEBAR INFO PANEL - HIDDEN ===== */
.treatment-info-panel {
  display: none;
}

.treatment-detail-section {
  min-height: 100vh;
  scroll-margin-top: 100px;
  display: none;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
  margin-bottom: 4rem;
}

.treatment-detail-section.active {
  display: block;
}

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

/* ===== ENHANCED SECTION HEADER ===== */
.section-header {
  margin-bottom: 2.5rem;
  position: relative;
  padding-bottom: 1.25rem;
}

.section-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #c99a8d, transparent);
  border-radius: 3px;
}

.section-header h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 300;
  color: #1a1a1a;
  margin-bottom: 1rem;
  font-family: "Playfair Display", serif;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.section-description {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.7;
  max-width: 720px;
  font-weight: 400;
}

.treatment-featured-image {
  width: 100%;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 2.5rem;
  position: relative;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.06);
}

.treatment-featured-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.03) 100%);
  z-index: 1;
  pointer-events: none;
}

.treatment-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.98) contrast(1.02) saturate(1.05);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.treatment-featured-image:hover img {
  transform: scale(1.03);
}

/* ===== PREMIUM DETAIL SECTIONS WITH SOFT GLASS ===== */
.treatment-details {
  display: grid;
  gap: 1.75rem;
}

.detail-section {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  padding: clamp(1.75rem, 3vw, 2.25rem);
  border-radius: 16px;
  border: 1px solid rgba(201, 154, 141, 0.12);
  box-shadow: 0 6px 24px rgba(201, 154, 141, 0.05),
              0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.detail-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 154, 141, 0.2), transparent);
}

.detail-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201, 154, 141, 0.08),
              0 0 0 1px rgba(255, 255, 255, 0.7) inset;
}

.detail-section h2 {
  font-size: 1.55rem;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 0.95rem;
  font-family: "Playfair Display", serif;
  letter-spacing: -0.02em;
}

.detail-intro {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.7;
  margin-bottom: 1.75rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.35rem;
}

.detail-item {
  display: flex;
  gap: 1.1rem;
  padding: 1.4rem 1.2rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  border: 1px solid rgba(201, 154, 141, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.detail-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201, 154, 141, 0.03), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.detail-item:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 154, 141, 0.2);
  box-shadow: 0 8px 24px rgba(201, 154, 141, 0.12);
}

.detail-item:hover::before {
  opacity: 1;
}

.detail-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.detail-item:hover .detail-icon {
  transform: scale(1.05) rotate(3deg);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.detail-content h4 {
  font-size: 0.925rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.45rem;
  letter-spacing: -0.01em;
}

.detail-content p {
  font-size: 0.85rem;
  color: #555555;
  line-height: 1.6;
}

/* ===== ENHANCED TREATMENT DESCRIPTION WITH PREMIUM STYLE ===== */
.treatment-description {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 250, 0.8) 100%);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid rgba(201, 154, 141, 0.15);
  position: relative;
  overflow: hidden;
  padding: 2rem 2.25rem;
  margin: 0;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(201, 154, 141, 0.07),
              0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.treatment-description::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #c99a8d 0%, #b17b6f 50%, #c99a8d 100%);
}

.treatment-description::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(201, 154, 141, 0.08), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.treatment-description:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201, 154, 141, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.treatment-description h2 {
  color: #1a1a1a;
  font-size: 1.25rem;
  margin-bottom: 0.95rem;
  padding-left: 0;
  position: relative;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-family: 'Inter', sans-serif;
}

.description-text {
  font-size: 0.9rem;
  line-height: 1.75;
  color: #3a3a3a;
  padding-left: 0;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: left;
  font-family: 'Inter', sans-serif;
}

/* ===== PREMIUM BENEFITS SECTION ===== */
.benefits-section {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(201, 154, 141, 0.1);
 
}

.benefits-intro {
  color: #555555;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.75rem;
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.35rem;
}

.benefit-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 1.65rem 1.4rem;
  border-radius: 12px;
  position: relative;
  border: 1px solid rgba(201, 154, 141, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.benefit-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201, 154, 141, 0.04), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(201, 154, 141, 0.25);
  box-shadow: 0 12px 36px rgba(201, 154, 141, 0.15);
}

.benefit-card:hover::before {
  opacity: 1;
}

.benefit-number {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
  color: white;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.7rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-card:hover .benefit-number {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, #c99a8d, #b17b6f);
}

.benefit-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.6rem;
  padding-right: 2.5rem;
  letter-spacing: -0.01em;
}

.benefit-card p {
  font-size: 0.85rem;
  color: #555555;
  line-height: 1.65;
}

/* ===== ENHANCED CTA SECTION ===== */
.cta-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: none;
  border-radius: 14px;
  padding: 2.5rem 2rem;
  margin-top: 2.5rem;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(201, 154, 141, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.cta-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 80% 50%, rgba(177, 123, 111, 0.12) 0%, transparent 50%);
  pointer-events: none;
}

.cta-box {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-box h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: white;
  margin-bottom: 0.875rem;
  font-family: "Playfair Display", serif;
  letter-spacing: -0.02em;
}

.cta-box p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 2rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.primary-btn::before,
.secondary-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
}

.primary-btn:hover::before,
.secondary-btn:hover::before {
  width: 300px;
  height: 300px;
}

.primary-btn {
  background: linear-gradient(135deg, #c99a8d, #b17b6f);
  color: white;
  box-shadow: 0 8px 24px rgba(201, 154, 141, 0.3);
}

.primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(201, 154, 141, 0.4);
}

.secondary-btn {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  color: #2d2d2d;
  border: 2px solid rgba(201, 154, 141, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.secondary-btn:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 154, 141, 0.4);
  box-shadow: 0 8px 24px rgba(201, 154, 141, 0.2);
}

/* ===== ENHANCED SERVICES GRID ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.35rem;
  margin-top: 1.75rem;
}

.service-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 1.65rem 1.4rem;
  border-radius: 12px;
  border: 1px solid rgba(201, 154, 141, 0.1);
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c99a8d, #b17b6f, #c99a8d);
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 154, 141, 0.25);
  box-shadow: 0 12px 36px rgba(201, 154, 141, 0.15);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}

.service-card p {
  font-size: 0.85rem;
  color: #555555;
  line-height: 1.65;
  margin-bottom: 1.15rem;
}

.service-duration {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
  color: white;
  border-radius: 7px;
  font-size: 0.75rem;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover .service-duration {
  transform: scale(1.05);
  background: linear-gradient(135deg, #c99a8d, #b17b6f);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
  .treatments-layout {
    grid-template-columns: 240px 1fr;
    gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .treatments-content {
    max-width: 920px;
  }
}

@media (max-width: 1024px) {
  .treatments-layout {
    grid-template-columns: 220px 1fr;
    gap: 1.75rem;
  }

  .treatments-content {
    max-width: 840px;
  }
}

@media (max-width: 992px) {
  .treatments-layout {
    grid-template-columns: 1fr;
    padding-top: 95px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    gap: 1.75rem;
  }

  .treatments-sidebar {
    position: relative;
    top: 0;
    width: 100%;
    max-height: none;
    margin-bottom: 0;
    backdrop-filter: blur(15px) saturate(150%);
  }

  .treatments-content {
    padding-bottom: 2rem;
    max-width: 700px;
  }

  .treatment-featured-image {
    height: 300px;
    border-radius: 12px;
  }

  .detail-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .benefits-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .cta-section {
    padding: 2.25rem 1.75rem;
    border-radius: 12px;
  }

  .section-header h1 {
    font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  }
}

@media (max-width: 768px) {
  .section-header h1 {
    font-size: 1.85rem;
  }

  .section-header::after {
    width: 50px;
    height: 2px;
  }

  .treatment-featured-image {
    height: 260px;
    border-radius: 12px;
  }

  .detail-section {
    padding: 1.5rem;
    border-radius: 12px;
    backdrop-filter: blur(15px);
  }

  .detail-section h2 {
    font-size: 1.45rem;
  }

  .treatment-description {
    padding: 1.75rem;
    border-radius: 12px;
    backdrop-filter: blur(15px);
  }

  .treatment-description h2 {
    font-size: 1.15rem;
  }

  .description-text {
    font-size: 0.875rem;
    line-height: 1.65;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1.75rem;
  }

  .cta-section {
    padding: 2rem 1.5rem;
    margin-top: 2.5rem;
  }

  .benefit-card {
    backdrop-filter: blur(8px);
  }

  .service-card {
    backdrop-filter: blur(8px);
  }
}

@media (max-width: 576px) {
  .treatments-content {
    padding: 1rem 0.5rem 1.5rem;
  }

  .treatments-layout {
    padding-top: 85px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .treatment-detail-section {
    margin-bottom: 2.5rem;
  }

  .section-header h1 {
    font-size: 1.65rem;
  }

  .treatment-featured-image {
    height: 220px;
  }

  .detail-item {
    flex-direction: column;
    text-align: center;
    gap: 0.65rem;
    padding: 1.25rem 1rem;
  }

  .detail-icon {
    margin: 0 auto;
  }

  .cta-section {
    padding: 1.75rem 1.25rem;
    border-radius: 12px;
  }

  .cta-box h3 {
    font-size: 1.35rem;
  }

  .sidebar-cta {
    backdrop-filter: blur(12px);
  }

  .treatments-sidebar {
    backdrop-filter: blur(12px) saturate(140%);
  }

  .treatment-description {
    padding: 1.5rem 1.5rem;
    border-radius: 10px;
  }

  .treatment-description h2 {
    font-size: 1.05rem;
  }

  .description-text {
    font-size: 0.85rem;
    line-height: 1.6;
  }

  .detail-section h2 {
    font-size: 1.3rem;
  }

  .benefits-list, .services-grid {
    gap: 1rem;
  }
}

.collection-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.35),
      transparent 60%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.25),
      transparent 55%
    );
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.hero-intro h1 {
  font-size: clamp(3rem, 6vw, 4.8rem);
  font-weight: 300;
  margin-bottom: var(--space-md);
  letter-spacing: -0.02em;
}

.hero-intro p {
  color: var(--text-medium);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  max-width: 520px;
}

.hero-meta {
  display: grid;
  gap: var(--space-md);
  justify-items: start;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.4rem;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(201, 154, 141, 0.35);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--text-dark);
  text-transform: uppercase;
}

.hero-callout {
  display: grid;
  gap: 0.75rem;
  padding: 1.5rem 2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.hero-callout strong {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.8rem;
  border-radius: var(--radius-full);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: all var(--transition-medium);
}

.hero-actions a.primary {
  background: linear-gradient(
    135deg,
    rgba(201, 154, 141, 0.95),
    rgba(212, 175, 55, 0.85)
  );
  color: var(--white);
  box-shadow: 0 15px 35px rgba(201, 154, 141, 0.22);
}

.hero-actions a.secondary {
  background: rgba(255, 255, 255, 0.75);
  color: var(--text-dark);
  border: 1px solid rgba(201, 154, 141, 0.3);
}

.hero-actions a:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-medium);
}

/* ===== COLLECTION SECTIONS ===== */
.collection-section {
  padding: clamp(4.5rem, 10vw, 8rem) clamp(1.5rem, 6vw, 5rem);
  position: relative;
  background-color: var(--primary-cream);
}

.collection-section:nth-of-type(even) {
  background-color: #fff;
}

.collection-heading {
  max-width: 1040px;
  margin: 0 auto var(--space-2xl);
  text-align: center;
  display: grid;
  gap: var(--space-sm);
}

.collection-kicker {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--accent-rose);
  text-transform: uppercase;
}

.collection-heading h2 {
  font-size: clamp(2.8rem, 5vw, 3.8rem);
}

.collection-heading p {
  color: var(--text-medium);
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.05rem;
}

.treatment-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.75rem, 4vw, 2.5rem);
}

.treatment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: transform var(--transition-medium),
    box-shadow var(--transition-medium);
}

.treatment-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-medium);
}

.card-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-md);
  background: var(--primary-pink);
  aspect-ratio: 4 / 3;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.treatment-card:hover .card-media img {
  transform: scale(1.05);
}

.card-body {
  display: grid;
  gap: var(--space-sm);
}

.card-body h3 {
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.card-subtitle {
  color: var(--text-medium);
  font-size: 0.95rem;
}

.card-highlights {
  list-style: none;
  display: grid;
  gap: 0.65rem;
  margin: var(--space-sm) 0;
}

.card-highlights li {
  font-size: 0.95rem;
  color: var(--text-medium);
  line-height: 1.5;
}

.card-highlights span {
  display: inline-block;
  min-width: 104px;
  font-weight: 600;
  color: var(--text-dark);
}

.card-ritual {
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius-lg);
  background: rgba(248, 237, 238, 0.35);
  border: 1px solid rgba(201, 154, 141, 0.25);
}

.card-ritual h4 {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-rose);
  margin-bottom: 0.5rem;
}

.card-ritual p {
  font-size: 0.95rem;
  color: var(--text-medium);
  line-height: 1.55;
}

.card-footer {
  margin-top: auto;
  padding-top: var(--space-sm);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--text-light);
}

.card-footer .step {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent-rose);
}

.card-footer a {
  text-decoration: none;
  color: var(--accent-rose);
  font-weight: 600;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: color var(--transition-fast);
}

.card-footer a:hover {
  color: var(--accent-gold);
}

/* ===== CLOSING SECTION ===== */
.collection-cta {
  padding: clamp(4.5rem, 9vw, 7rem) clamp(1.5rem, 6vw, 4rem);
  background: linear-gradient(
    145deg,
    rgba(201, 154, 141, 0.1),
    rgba(248, 237, 238, 0.75)
  );
  text-align: center;
}

.collection-cta h2 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  margin-bottom: var(--space-md);
}

.collection-cta p {
  max-width: 640px;
  margin: 0 auto var(--space-lg);
  color: var(--text-medium);
}

.collection-cta .cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.collection-cta .cta-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.2rem;
  border-radius: var(--radius-full);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all var(--transition-medium);
}

.collection-cta .cta-actions a.primary {
  background: linear-gradient(
    135deg,
    rgba(201, 154, 141, 0.95),
    rgba(212, 175, 55, 0.85)
  );
  color: var(--white);
  box-shadow: 0 18px 38px rgba(201, 154, 141, 0.22);
}

.collection-cta .cta-actions a.secondary {
  background: rgba(255, 255, 255, 0.75);
  color: var(--text-dark);
  border: 1px solid rgba(201, 154, 141, 0.3);
}

.collection-cta .cta-actions a:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-medium);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .hero-intro p {
    margin: 0;
  }

  .hero-meta {
    width: 100%;
    justify-items: center;
  }

  .hero-callout {
    text-align: left;
    width: min(420px, 100%);
  }

  .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .collection-hero {
    padding-top: 6rem;
  }

  .treatment-card {
    padding: 1.75rem;
  }

  .card-highlights span {
    min-width: 90px;
  }
}

@media (max-width: 576px) {
  .card-media {
    border-radius: var(--radius-md);
  }

  .card-ritual {
    padding: 1.1rem 1.25rem;
  }

  .card-footer {
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
  }

  .collection-cta .cta-actions {
    flex-direction: column;
  }
}
