/*
 * Removed external Google Font import. All fonts are now self‑hosted using
 * local files stored in the `fonts/` directory.
 * The original import has been commented out to prevent remote requests.
 */
/* @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap'); */

/* --- Self‑hosted font definitions --- */

@font-face {
  font-family: 'Great Vibes';
  src: url('fonts/GreatVibes-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('fonts/cormorant-garamond-latin-300-normal.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('fonts/cormorant-garamond-latin-300-italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('fonts/cormorant-garamond-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('fonts/cormorant-garamond-latin-400-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('fonts/cormorant-garamond-latin-500-normal.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('fonts/cormorant-garamond-latin-500-italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ========================================
   SPA - Global Styles
   ======================================== */

:root {
  --color-primary: #d4a574;
  --color-primary-light: #e8c9a8;
  --color-primary-dark: #b8915e;
  --color-bg: #15110f;
  --color-bg-light: #1e1814;
  --color-bg-card: #2a211c;
  --color-text: #f5efe7;
  --color-text-muted: #c0ae9b;
  --color-border: rgba(212, 165, 116, 0.24);
  --font-serif: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-wordmark: 'Great Vibes', 'Peristiwa', 'Cormorant Garamond', serif;
}

@font-face {
  font-family: 'Peristiwa';
  src: url('fonts/Peristiwa.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------------------------------------------------------------------------
   Additional Page, Contact, and Footer styles merged
   The following blocks were originally defined in separate files: pages.css,
   contact.css, and footer.css. They have been concatenated here to reduce
   the number of CSS assets loaded on the site. Keeping the ordering ensures
   that global variables and base rules defined above remain in effect, while
   page‑specific styles can override them as needed.
   --------------------------------------------------------------------------- */


body[data-theme='light'] {
  /* High-contrast light mode: fully white base backgrounds across sections */
  --color-bg: #ffffff;
  --color-bg-light: #ffffff;
  --color-bg-card: #ffffff;
  --color-primary: #b18458;
  --color-primary-light: #c89f77;
  --color-primary-dark: #7a5a40;
  --color-text: #2f2620;
  --color-text-muted: #5f5248;
  --color-border: rgba(99, 81, 71, 0.25);
}

body[data-theme='light'] .feature-detail,
body[data-theme='light'] .quote-attribution,
body[data-theme='light'] .healer-name,
body[data-theme='light'] .massage-book-btn {
  color: var(--color-primary-dark);
}

body[data-theme='light'] .header.scrolled {
  background: rgba(255, 251, 245, 0.96);
  border-bottom-color: rgba(113, 93, 75, 0.22);
  box-shadow: 0 10px 24px rgba(44, 30, 18, 0.08);
}

body[data-theme='light'] .header .logo-subtitle,
body[data-theme='light'] .header .nav-link,
body[data-theme='light'] .header .theme-toggle-btn,
body[data-theme='light'] .header .cta-button,
body[data-theme='light'] .header .mobile-menu-btn {
  color: var(--color-primary);
}

body[data-theme='light'] .header .theme-toggle-btn,
body[data-theme='light'] .header .cta-button {
  border-color: rgba(113, 93, 75, 0.35);
}

body[data-theme='light'] .hero-dior .label-text,
body[data-theme='light'] .hero-dior .hero-title-dior .title-subtitle,
body[data-theme='light'] .hero-dior .hero-tagline,
body[data-theme='light'] .hero-dior .hero-description-dior p,
body[data-theme='light'] .hero-dior .hero-btn-secondary,
body[data-theme='light'] .hero-dior .hero-nav-arrow,
body[data-theme='light'] .hero-dior .hero-side-text,
body[data-theme='light'] .hero-dior .scroll-text {
  color: #ffffff;
}

/* ========================================
   HEADER
   ======================================== */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  padding: 20px 0;
  transition: all 0.4s ease;
  background: transparent;
}

.header.scrolled {
  background: rgba(21, 17, 15, 0.95);
  backdrop-filter: blur(20px);
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border);
}

.nav {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-text {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 8px;
  color: var(--color-primary);
}

.logo-wordmark {
  font-family: var(--font-wordmark);
  font-size: 82px;
  font-weight: 400;
  line-height: 0.78;
  color: #ffffff;
  letter-spacing: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}

.footer-logo-wordmark {
  display: block;
  margin-bottom: 14px;
  font-size: 84px;
}

/*
 * Display the logo as an image.
 * The header and footer both use the same wordmark image. Define a consistent
 * height for the logo image and allow the width to scale automatically to
 * preserve the aspect ratio. These classes are applied to the <img>
 * elements introduced in index.html.
 */
.logo-image {
  display: block;
  width: 95px;
  height: 95px;
  object-fit: contain;
}

.theme-logo {
  display: block;
}

.theme-logo.theme-logo-light {
  display: none;
}

body[data-theme='light'] .theme-logo.theme-logo-dark {
  display: none;
}

body[data-theme='light'] .theme-logo.theme-logo-light {
  display: block;
}

.footer-logo-image {
  display: block;
  width: 109px;
  height: 109px;
  object-fit: contain;
  margin-bottom: 14px;
}

.logo-subtitle {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: -4px;
}

.logo-underline {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, var(--color-primary), transparent);
  margin-top: 8px;
}

.nav-links {
  display: flex;
  gap: 40px;
}

.nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s ease;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-primary);
  transition: width 0.3s ease;
}

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

.nav-link:hover::after {
  width: 100%;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  background: transparent;
  border: 1px solid var(--color-primary);
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: var(--color-primary);
  color: var(--color-bg);
}

.mobile-menu-btn {
  display: none;
  position: relative;
  z-index: 5200;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 8px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.mobile-menu-btn .menu-icon,
.mobile-menu-btn .close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.mobile-menu-btn .close-icon {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.75) rotate(-22deg);
}

.mobile-menu-btn .menu-icon line,
.mobile-menu-btn .close-icon line {
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform-origin: center;
}

.mobile-menu-btn .menu-icon line:nth-child(1) {
  transition-delay: 0ms;
}

.mobile-menu-btn .menu-icon line:nth-child(2) {
  transition-delay: 45ms;
}

.mobile-menu-btn .menu-icon line:nth-child(3) {
  transition-delay: 90ms;
}

.mobile-menu-btn.active .menu-icon {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8) rotate(14deg);
}

.mobile-menu-btn.active .close-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

.mobile-menu-btn.active .menu-icon line:nth-child(1) {
  transform: translateX(6px);
  opacity: 0;
}

.mobile-menu-btn.active .menu-icon line:nth-child(2) {
  transform: translateX(-6px);
  opacity: 0;
}

.mobile-menu-btn.active .menu-icon line:nth-child(3) {
  transform: translateX(6px);
  opacity: 0;
}

.mobile-menu-btn .close-icon line {
  opacity: 0;
}

.mobile-menu-btn.active .close-icon line {
  opacity: 1;
}

.mobile-menu-btn.active .close-icon line:first-child {
  transition-delay: 130ms;
}

.mobile-menu-btn.active .close-icon line:last-child {
  transition-delay: 180ms;
}

.mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 5050;
  background: rgba(6, 6, 6, 0.48);
  opacity: 0;
  transition: opacity 0.45s ease;
  backdrop-filter: blur(2px);
}

.mobile-nav-overlay.active {
  display: block;
  opacity: 1;
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 84px;
  right: 16px;
  width: min(360px, calc(100vw - 32px));
  max-height: calc(100vh - 100px);
  z-index: 5100;
  background: rgba(30, 24, 20, 0.98);
  border: 1px solid rgba(212, 165, 116, 0.25);
  border-radius: 18px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
  padding: 22px 252px 20px 20px;
  overflow-y: auto;
  flex-direction: column;
  gap: 18px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.45s ease;
}

.mobile-nav-logo {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 216px;
  pointer-events: none;
  opacity: 0.75;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
}

.mobile-nav-logo::after {
  content: '';
  position: absolute;
  inset: -18px;
  background: radial-gradient(circle, rgba(212, 165, 116, 0.18), transparent 72%);
  z-index: -1;
}

.mobile-nav-logo-image {
  width: 100%;
  height: auto;
  display: block;
}

.mobile-nav-wordmark {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 116px;
}

.mobile-nav.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .floating-messengers,
body.menu-open .floating-actions {
  opacity: 0;
  pointer-events: none;
}

.mobile-nav-link {
  color: var(--color-text);
  text-decoration: none;
  font-family: var(--font-serif);
  font-size: clamp(22px, 5vw, 28px);
  opacity: 0;
  transform: translateY(14px);
  transition: color 0.3s ease, opacity 0.4s ease, transform 0.45s ease;
}

.mobile-nav-link:hover {
  color: var(--color-primary);
}

.mobile-nav.active .mobile-nav-link {
  opacity: 1;
  transform: translateY(0);
}

.mobile-nav.active .mobile-nav-link:nth-child(1) {
  transition-delay: 70ms;
}

.mobile-nav.active .mobile-nav-link:nth-child(2) {
  transition-delay: 130ms;
}

.mobile-nav.active .mobile-nav-link:nth-child(3) {
  transition-delay: 190ms;
}

.mobile-nav.active .mobile-nav-link:nth-child(4) {
  transition-delay: 250ms;
}

.mobile-nav.active .mobile-nav-link:nth-child(5) {
  transition-delay: 310ms;
}

.mobile-nav.active .mobile-nav-link:nth-child(6) {
  transition-delay: 370ms;
}

body[data-theme='light'] .mobile-nav-overlay {
  background: rgba(87, 63, 38, 0.2);
}

body[data-theme='light'] .mobile-nav {
  background: rgba(255, 251, 245, 0.98);
  border-color: rgba(113, 93, 75, 0.24);
  box-shadow: 0 20px 48px rgba(44, 30, 18, 0.2);
}

body[data-theme='light'] .mobile-nav-logo {
  opacity: 0.88;
  filter: drop-shadow(0 10px 18px rgba(119, 86, 56, 0.25));
}

body[data-theme='light'] .mobile-nav-logo::after {
  background: radial-gradient(circle, rgba(170, 130, 94, 0.16), transparent 72%);
}

body[data-theme='light'] .mobile-nav-link {
  color: #2c1e12;
}

body[data-theme='light'] .mobile-nav-link:hover {
  color: var(--color-primary-dark);
}

body[data-theme='light'] .mobile-nav .mobile-theme-toggle {
  color: #2c1e12;
  border-color: rgba(113, 93, 75, 0.35);
}


.theme-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 11px 16px;
  border: 1px solid var(--color-border);
  background: transparent;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.theme-toggle-btn:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.mobile-theme-toggle {
  width: 100%;
  margin-top: 4px;
}

.desktop-only {
  display: inline-flex;
}

/* ========================================
   GRAND OPENING OFFERS
   ======================================== */

.grand-opening-offers {
  position: relative;
  padding: 78px 0 84px;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 165, 116, 0.26), transparent 48%),
    radial-gradient(circle at 15% 22%, rgba(212, 165, 116, 0.2), transparent 46%),
    radial-gradient(circle at 80% 20%, rgba(232, 201, 168, 0.17), transparent 42%),
    linear-gradient(180deg, #19130f 0%, #120d0b 100%);
  overflow: hidden;
  border-top: 1px solid rgba(212, 165, 116, 0.2);
  border-bottom: 1px solid rgba(212, 165, 116, 0.2);
}

.grand-opening-glow {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.grand-opening-glow-left {
  top: -220px;
  left: -160px;
  background: rgba(212, 165, 116, 0.2);
}

.grand-opening-glow-right {
  right: -170px;
  bottom: -260px;
  background: rgba(184, 145, 94, 0.15);
}

.grand-opening-card {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid rgba(212, 165, 116, 0.48);
  background:
    radial-gradient(circle at 18% 25%, rgba(246, 215, 172, 0.22), transparent 38%),
    radial-gradient(circle at 82% 78%, rgba(211, 164, 105, 0.2), transparent 42%),
    linear-gradient(135deg, rgba(53, 38, 26, 0.96), rgba(24, 17, 12, 0.95));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5), inset 0 0 90px rgba(212, 165, 116, 0.18);
}

.grand-opening-card::before {
  content: '';
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(212, 165, 116, 0.2);
  pointer-events: none;
}

.grand-opening-kicker {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--color-primary-light);
  text-align: center;
  margin-bottom: 14px;
}

.grand-opening-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 6vw, 62px);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fffaf4;
  margin-bottom: 10px;
}

.grand-opening-subtitle {
  text-align: center;
  color: var(--color-text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(10px, 1.5vw, 13px);
  margin-bottom: clamp(20px, 4vw, 36px);
}

.grand-opening-spotlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto clamp(24px, 4vw, 32px);
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(232, 201, 168, 0.58);
  background: rgba(212, 165, 116, 0.1);
  color: #fff3e3;
}

.spotlight-ping {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffdfb4;
  box-shadow: 0 0 0 0 rgba(255, 223, 180, 0.5);
  animation: grandOpeningPulse 1.9s ease-out infinite;
}

.spotlight-label {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
}

.grand-offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.grand-offer-item {
  position: relative;
  text-align: center;
  padding: 30px 16px 24px;
  border: 1px solid rgba(212, 165, 116, 0.28);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(212, 165, 116, 0.03));
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.grand-offer-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #f6d7ac, #d3a469);
  color: #2b1a10;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.grand-offer-featured {
  border-color: rgba(232, 201, 168, 0.75);
  background:
    radial-gradient(circle at 50% 10%, rgba(232, 201, 168, 0.18), transparent 56%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(212, 165, 116, 0.06));
  box-shadow: 0 18px 40px rgba(212, 165, 116, 0.2);
}

.grand-offer-item:hover {
  transform: translateY(-7px) scale(1.02);
  border-color: rgba(232, 201, 168, 0.75);
  box-shadow: 0 18px 40px rgba(212, 165, 116, 0.24);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(212, 165, 116, 0.09));
}

.grand-offer-name {
  color: #ffffff;
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 12px;
}

.grand-offer-price {
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: 500;
  color: var(--color-primary-light);
  letter-spacing: 0.05em;
}

body[data-theme='light'] .grand-opening-offers {
  background:
    radial-gradient(circle at 14% 18%, rgba(177, 132, 88, 0.18), transparent 44%),
    radial-gradient(circle at 88% 35%, rgba(200, 159, 119, 0.14), transparent 42%),
    linear-gradient(180deg, #fcf7f1 0%, #fffdf9 100%);
}

body[data-theme='light'] .grand-opening-card {
  background: linear-gradient(135deg, rgba(255, 251, 246, 0.94), rgba(255, 255, 255, 0.95));
  border-color: rgba(122, 90, 64, 0.36);
  box-shadow: 0 24px 55px rgba(69, 48, 32, 0.15);
}

body[data-theme='light'] .grand-opening-title,
body[data-theme='light'] .grand-offer-name {
  color: #2f2620;
}

body[data-theme='light'] .grand-offer-item {
  background: linear-gradient(160deg, rgba(177, 132, 88, 0.08), rgba(255, 255, 255, 0.8));
  border-color: rgba(122, 90, 64, 0.28);
}

body[data-theme='light'] .grand-opening-spotlight {
  color: #4a3728;
  background: rgba(177, 132, 88, 0.14);
  border-color: rgba(122, 90, 64, 0.38);
}

body[data-theme='light'] .grand-offer-badge {
  color: #fffaf2;
  background: linear-gradient(90deg, #7f5938, #b37d4c);
}

/* ========================================
   HERO SECTION - DIOR INSPIRED
   ======================================== */

.hero-dior {
  --color-bg: #15110f;
  --color-bg-light: #1e1814;
  --color-bg-card: #2a211c;
  --color-text: #f5efe7;
  --color-text-muted: #c0ae9b;
  --color-border: rgba(212, 165, 116, 0.24);
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Background Slider */
.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1.5s ease, transform 8s ease;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(21, 17, 15, 0.56) 0%,
    rgba(21, 17, 15, 0.34) 40%,
    rgba(21, 17, 15, 0.48) 60%,
    rgba(21, 17, 15, 0.84) 100%
  );
}

/* Animated Particles */
.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-particles .particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--color-primary);
  border-radius: 50%;
  opacity: 0;
  animation: floatParticle 15s infinite;
}

.hero-particles .particle:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
}

.hero-particles .particle:nth-child(2) {
  left: 30%;
  animation-delay: 3s;
}

.hero-particles .particle:nth-child(3) {
  left: 50%;
  animation-delay: 6s;
}

.hero-particles .particle:nth-child(4) {
  left: 70%;
  animation-delay: 9s;
}

.hero-particles .particle:nth-child(5) {
  left: 90%;
  animation-delay: 12s;
}

.hero-particles .particle:nth-child(6) {
  left: 18%;
  width: 3px;
  height: 3px;
  animation-delay: 1.5s;
  animation-duration: 12s;
}

.hero-particles .particle:nth-child(7) {
  left: 42%;
  width: 5px;
  height: 5px;
  animation-delay: 4.5s;
  animation-duration: 18s;
}

.hero-particles .particle:nth-child(8) {
  left: 62%;
  animation-delay: 7.5s;
  animation-duration: 14s;
}

.hero-particles .particle:nth-child(9) {
  left: 82%;
  width: 6px;
  height: 6px;
  animation-delay: 10.5s;
  animation-duration: 20s;
}

.hero-particles .particle:nth-child(10) {
  left: 5%;
  animation-delay: 2s;
  animation-duration: 16s;
}

.hero-particles .particle:nth-child(11) {
  left: 55%;
  width: 2px;
  height: 2px;
  animation-delay: 5.5s;
  animation-duration: 11s;
}

.hero-particles .particle:nth-child(12) {
  left: 95%;
  animation-delay: 8.5s;
  animation-duration: 17s;
}

@keyframes floatParticle {
  0% {
    bottom: -10%;
    opacity: 0;
    transform: translateX(0);
  }
  10% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    bottom: 110%;
    opacity: 0;
    transform: translateX(50px);
  }
}

/* Hero Content */
.hero-content-dior {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 24px;
  max-width: 900px;
}

.hero-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 32px;
  opacity: 0;
  animation: fadeInUp 1s ease 0.3s forwards;
}

.label-line {
  width: 60px;
  height: 1px;
  background: var(--color-primary);
  opacity: 0.5;
}

.label-text {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-title-dior {
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeInUp 1s ease 0.5s forwards;
}

.hero-main-logo {
  width: clamp(360px, 55vw, 620px);
  height: auto;
  margin: 0 auto 18px;
  display: block;
  opacity: 0;
  animation: fadeInUp 1s ease 0.35s forwards;
  filter: drop-shadow(0 0 25px rgba(212, 165, 116, 0.35));
}

@media (max-width: 980px) {
  .grand-offers-grid {
    grid-template-columns: 1fr;
  }

  .grand-opening-offers {
    padding-top: 64px;
    padding-bottom: 60px;
  }
}

@keyframes grandOpeningPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 223, 180, 0.5);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(255, 223, 180, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 223, 180, 0);
  }
}

.hero-title-dior .title-subtitle {
  display: block;
  margin-top: 0;
  font-family: var(--font-sans);
  font-size: clamp(9px, 2.33vw, 21px);
  font-weight: 300;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 0 80px rgba(212, 165, 116, 0.3);
}

.hero-tagline {
  font-family: var(--font-serif);
  font-size: clamp(18px, 3vw, 28px);
  font-style: italic;
  color: #ffffff;
  letter-spacing: 6px;
  margin-bottom: 32px;
  opacity: 0;
  animation: fadeInUp 1s ease 0.7s forwards;
}

.hero-description-dior {
  margin-bottom: 48px;
  opacity: 0;
  animation: fadeInUp 1s ease 0.9s forwards;
}

.hero-description-dior p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 1px;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  opacity: 0;
  animation: fadeInUp 1s ease 1.1s forwards;
}

.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: var(--color-primary);
  color: var(--color-bg);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.hero-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--color-primary-dark);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.hero-btn-primary:hover::before {
  transform: translateX(0);
}

.hero-btn-primary span,
.hero-btn-primary svg {
  position: relative;
  z-index: 1;
}

.hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 40px rgba(212, 165, 116, 0.3);
}

.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 18px 40px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.hero-btn-secondary:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: rgba(212, 165, 116, 0.1);
}

/* Slide Indicators */
.hero-indicators {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  gap: 12px;
}

.indicator {
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.indicator::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--color-primary);
  transition: width 0.4s ease;
}

.indicator.active::after {
  width: 100%;
  animation: indicatorProgress 6s linear;
}

@keyframes indicatorProgress {
  from { width: 0; }
  to { width: 100%; }
}

.indicator:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* Navigation Arrows */
.hero-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 17, 15, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: pointer;
  transition: all 0.4s ease;
}

.hero-nav-prev {
  left: 30px;
}

.hero-nav-next {
  right: 30px;
}

.hero-nav-arrow:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-bg);
}

/* Scroll Indicator */
.scroll-indicator-dior {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0;
  animation: fadeIn 1s ease 1.5s forwards;
}

.scroll-indicator-dior span {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.scroll-dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 10px;
  background: var(--color-primary);
  border-radius: 2px;
  animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%, 100% {
    top: 0;
  }
  50% {
    top: 30px;
  }
}

/* Side Text */
.hero-side-text {
  position: absolute;
  z-index: 20;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  writing-mode: vertical-rl;
  opacity: 0;
  animation: fadeIn 1s ease 1.3s forwards;
}

.hero-side-text.left {
  left: 30px;
  bottom: 100px;
}

.hero-side-text.right {
  right: 30px;
  bottom: 100px;
  transform: rotate(180deg);
}

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

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ========================================
   SECTION COMMON STYLES
   ======================================== */

.stone-texture {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.03;
  pointer-events: none;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}

.header-line-left,
.header-line-right {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-primary));
}

.header-line-right {
  background: linear-gradient(90deg, var(--color-primary), transparent);
}

.section-tag {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--color-primary);
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 300;
  color: var(--color-text);
  margin-bottom: 20px;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.divider-dot {
  width: 4px;
  height: 4px;
  background: var(--color-primary);
  border-radius: 50%;
}

.divider-line-long {
  width: 60px;
  height: 1px;
  background: var(--color-border);
}

.divider-diamond {
  width: 8px;
  height: 8px;
  background: var(--color-primary);
  transform: rotate(45deg);
}

.divider-line {
  width: 40px;
  height: 1px;
  background: var(--color-border);
}

.section-description {
  max-width: 600px;
  margin: 0 auto;
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.8;
}

/* ========================================
   LEGEND SECTION
   ======================================== */

.legend {
  position: relative;
  padding: 120px 0;
  background: var(--color-bg-light);
  overflow: hidden;
}

.legend-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(212, 165, 116, 0.05) 0%, transparent 70%);
}

.legend-glow-left,
.legend-glow-right {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.1;
}

.legend-glow-left {
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-primary);
}

.legend-glow-right {
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-primary);
}

.legend-border-outer,
.legend-border-inner {
  position: absolute;
  border: 1px solid var(--color-border);
  pointer-events: none;
}

.legend-border-outer {
  inset: 40px;
}

.legend-border-inner {
  inset: 60px;
  opacity: 0.5;
}

.legend-icon {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  color: var(--color-primary);
}

.icon-glow {
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--color-primary);
  filter: blur(60px);
  opacity: 0.3;
}

.legend-title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 300;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 0;
}

.legend-subtitle {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 300;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}

.text-primary {
  color: var(--color-primary);
}

.italic {
  font-style: italic;
}

.legend-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(560px, 1.49fr);
  gap: 48px;
  align-items: center;
  max-width: 1460px;
  margin: 0 auto 60px;
}

.legend-text {
  max-width: 800px;
  text-align: left;
}

.legend-visual {
  position: relative;
}

.legend-image {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid var(--color-border);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.legend-line {
  display: block;
  overflow: hidden;
  margin-bottom: 0.2em;
}

.legend-line:last-child {
  margin-bottom: 0;
}

.legend-line-inner {
  display: block;
  opacity: 0;
  transform: translateY(24px);
  will-change: transform, opacity;
}

.legend.is-visible .legend-line-inner {
  animation: legendLineReveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--line-index, 0) * 120ms);
}

.legend-paragraph {
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 24px;
}

.legend-paragraph-highlight {
  font-family: var(--font-serif);
  font-size: 20px;
  font-style: italic;
  color: var(--color-text);
  line-height: 1.8;
}

@keyframes legendLineReveal {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.legend-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}



/* ========================================
   SANCTUARY SECTION
   ======================================== */

.sanctuary {
  position: relative;
  padding: 120px 0;
  background: var(--color-bg-light);
  overflow: hidden;
}

.sanctuary-glow,
.sanctuary-glow-center {
  position: absolute;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.08;
}

.sanctuary-glow {
  width: 600px;
  height: 600px;
  background: var(--color-primary);
  top: -200px;
  right: -200px;
}

.sanctuary-glow-center {
  width: 400px;
  height: 400px;
  background: var(--color-primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.feature-card {
  position: relative;
  padding: 40px 30px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  transition: all 0.4s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-primary);
}

.feature-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(212, 165, 116, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature-card:hover .feature-glow {
  opacity: 1;
}

.feature-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: var(--color-primary);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature-card:hover .feature-corner {
  opacity: 0.5;
}

.feature-corner.tl {
  top: -1px;
  left: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.feature-corner.tr {
  top: -1px;
  right: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
}

.feature-corner.bl {
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.feature-corner.br {
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.feature-icon {
  color: var(--color-primary);
  margin-bottom: 20px;
}

.feature-title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.feature-description {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.feature-detail {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--color-primary);
  padding-top: 12px;
  border-top: 1px solid var(--color-border);
}

.atmosphere-bar {
  position: relative;
  padding: 40px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  margin-bottom: 60px;
}

.atmosphere-shine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
}

.atmosphere-title {
  font-family: var(--font-serif);
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.atmosphere-items {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.atmosphere-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.atmosphere-icon {
  color: var(--color-primary);
}

.atmosphere-label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 4px;
}

.atmosphere-value {
  font-family: var(--font-serif);
  font-size: 16px;
  color: var(--color-text);
}

.quote-block {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.quote-block blockquote {
  font-family: var(--font-serif);
  font-size: clamp(20px, 3vw, 26px);
  font-style: italic;
  line-height: 1.6;
  color: var(--color-text);
  margin-bottom: 24px;
}

.quote-attribution {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--color-primary);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.quote-line {
  width: 40px;
  height: 1px;
  background: var(--color-border);
}

/* ========================================
   MASSAGES SECTION
   ======================================== */

.massages-section {
  position: relative;
  padding: 120px 0;
  background: var(--color-bg-light);
  overflow: hidden;
}

.massages-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(212, 165, 116, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.massages-glow-top,
.massages-glow-bottom {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.05;
  background: var(--color-primary);
  pointer-events: none;
}

.massages-glow-top {
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
}

.massages-glow-bottom {
  bottom: -200px;
  right: -100px;
}

.massages-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 48px;
}

.massages-section .container {
  position: relative;
  z-index: 1;
}

.massages-filter-btn {
  border: 1px solid var(--color-border);
  background: transparent;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 24px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.massages-filter-btn:hover {
  border-color: var(--color-primary);
  color: var(--color-text);
}

.massages-filter-btn.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #2a211c;
}

.massages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.massage-card.is-hidden {
  display: none;
}


.massages-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.massages-see-more-btn {
  border: 1px solid var(--color-primary);
  background: linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 12%, transparent), transparent);
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  padding: 13px 34px;
  min-width: 170px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease, color 0.35s ease, opacity 0.35s ease;
  cursor: pointer;
}

.massages-see-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px color-mix(in srgb, var(--color-primary) 18%, transparent);
  background: color-mix(in srgb, var(--color-primary) 20%, transparent);
}

.massages-see-more-btn:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
}

.massages-see-more-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.massage-card {
  position: relative;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  padding: 478px 18px 18px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}

.massage-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--color-primary) 18%, rgba(0, 0, 0, 0.65));
}

.massage-card-large {
  grid-column: span 1;
  grid-row: span 1;
}

.massage-card-wide {
  grid-column: span 1;
}

.massage-card-waxing {
  grid-column: span 1;
}

.massage-card-horizontal {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 1.55fr);
  align-items: stretch;
}

.massage-card-horizontal .massage-card-image {
  height: 100%;
  min-height: 320px;
}

.massage-card-horizontal .massage-card-content {
  display: flex;
  flex-direction: column;
}

.massage-card-horizontal .massage-pricing {
  margin-top: auto;
}

.massage-card-image {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 36px);
  height: 456px;
  overflow: hidden;
  border-radius: 56px 56px 24px 24px;
  border: 5px solid color-mix(in srgb, var(--color-primary) 45%, var(--color-bg-card));
  background: color-mix(in srgb, var(--color-bg-card) 80%, var(--color-primary) 20%);
}

.massage-card-large .massage-card-image {
  height: 456px;
}

.massage-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.massage-card:hover .massage-card-image img {
  transform: scale(1.06);
}

.massage-image-overlay {
  display: none;
}

.massage-image-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}

.massage-card:hover .massage-image-shine {
  left: 100%;
}

.massage-card-content {
  padding: 10px 6px 6px;
  border-top: 1px solid var(--color-border);
}

.massage-card-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 12px;
}

.massage-card-title {
  font-family: var(--font-serif);
  font-size: 33px;
  font-weight: 400;
  margin-bottom: 8px;
  color: var(--color-text);
  text-align: center;
}

.massage-card-desc {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: left;
}

.massage-pricing {
  margin-bottom: 20px;
}

.massage-pricing-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border);
}

.massage-pricing-row .price-row {
  flex: 1;
  min-width: 100px;
}

.price-duration {
  color: var(--color-text-muted);
  font-size: 14px;
}

.price-amount {
  color: var(--color-primary-light);
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 1.1;
}

.massage-book-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 12px 18px;
  align-items: center;
  gap: 8px;
  color: var(--color-text);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: transparent;
}

.massage-book-btn:hover {
  gap: 12px;
  background: color-mix(in srgb, var(--color-primary) 12%, transparent);
}

body[data-theme='light'] .massages-section .massage-card {
  background: #f5f4f2;
  border-color: #ddd8d2;
  box-shadow: 0 10px 20px rgba(45, 36, 26, 0.08);
}

body[data-theme='light'] .massages-section .massage-card:hover {
  box-shadow: 0 18px 34px rgba(45, 36, 26, 0.14);
}

body[data-theme='light'] .massages-section .massage-card-image {
  border-color: #c5b6a8;
  background: #ddd4cb;
}

body[data-theme='light'] .massages-section .massage-card-content {
  border-top-color: #e2ddd7;
}

body[data-theme='light'] .massages-section .price-row {
  border-bottom-color: #e4dfd8;
}

body[data-theme='light'] .massages-section .massage-card-tag {
  color: #6f6356;
}

body[data-theme='light'] .massages-section .massage-card-title {
  color: #273d5a;
}

body[data-theme='light'] .massages-section .massage-card-desc {
  color: #5d5b57;
}

body[data-theme='light'] .massages-section .price-duration {
  color: #7a746b;
}

body[data-theme='light'] .massages-section .price-amount {
  color: #233750;
}

body[data-theme='light'] .massages-section .massage-book-btn {
  color: #2f2e2d;
  border-color: #8c8881;
}

body[data-theme='light'] .massages-section .massage-book-btn:hover {
  background: #ece8e2;
}

.massage-card-glow {
  display: none;
}

.massage-card:hover .massage-card-glow {
  opacity: 1;
}


/* ========================================
   PACKAGES SECTION
   ======================================== */

.packages-section {
  position: relative;
  padding: 110px 0;
  background: var(--color-bg);
  overflow: hidden;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.packages-glow {
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: var(--color-primary);
  filter: blur(220px);
  opacity: 0.06;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.packages-section .container {
  position: relative;
  z-index: 1;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.package-card {
  position: relative;
  padding: 34px 30px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  text-align: center;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.package-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-primary);
  box-shadow: 0 24px 36px color-mix(in srgb, var(--color-primary) 10%, transparent);
}

.package-card-featured {
  border-color: var(--color-primary);
  background: linear-gradient(135deg, var(--color-bg-card), color-mix(in srgb, var(--color-primary) 14%, transparent));
}

.package-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 22px;
  background: var(--color-primary);
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.package-icon {
  color: var(--color-primary);
  margin-bottom: 20px;
}

.package-title {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 14px;
}

.package-desc {
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 22px;
}

.package-includes {
  margin-bottom: 22px;
}

.package-item {
  display: block;
  padding: 10px 0;
  color: var(--color-text-muted);
  font-size: 14px;
  border-bottom: 1px solid var(--color-border);
}

.package-item:last-child {
  border-bottom: none;
}

.package-price {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  text-align: left;
  padding: 16px 18px;
  background: color-mix(in srgb, var(--color-primary) 12%, transparent);
  border-radius: 10px;
  margin-bottom: 22px;
}

.package-duration {
  color: var(--color-text-muted);
  font-size: 14px;
}

.package-amount {
  color: var(--color-primary);
  font-family: var(--font-serif);
  font-size: 28px;
  line-height: 1.1;
}

.package-btn {
  display: inline-block;
  padding: 13px 30px;
  background: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.package-btn:hover {
  background: var(--color-primary);
  color: var(--color-bg);
}

body[data-theme='light'] .package-amount {
  color: #000000;
}

/* ========================================
   FAQ SECTION
   ======================================== */

.faq-section {
  padding: 110px 0;
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.faq-list {
  margin-top: 52px;
  display: grid;
  gap: 18px;
}

.faq-item {
  background: color-mix(in srgb, var(--color-bg-card) 88%, transparent);
  border: 1px solid var(--color-border);
  padding: 24px 26px;
  border-radius: 12px;
}

.faq-item-warning {
  border-color: color-mix(in srgb, var(--color-primary) 66%, var(--color-border));
  box-shadow: 0 0 0 1px rgba(212, 165, 116, 0.15);
}

.faq-question {
  font-family: var(--font-serif);
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 10px;
  color: var(--color-primary-light);
}

.faq-answer {
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.8;
}

/* ========================================
   JOURNEY/CONTACT SECTION
   ======================================== */

.journey-section {
  position: relative;
  padding: 120px 0;
  background: var(--color-bg-light);
  overflow: hidden;
}

.journey-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(212, 165, 116, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.journey-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: var(--color-primary);
  filter: blur(200px);
  opacity: 0.05;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.journey-section .container {
  position: relative;
  z-index: 1;
}

.journey-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.journey-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.info-block h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.info-block p {
  color: var(--color-text-muted);
  line-height: 1.8;
}

.journey-social-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.journey-social-links a {
  color: var(--color-text-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.journey-social-links a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.journey-map-wrapper {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  padding: 14px;
}

.journey-map {
  display: block;
  width: 100%;
  min-height: 460px;
  border: none;
}

.journey-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  color: var(--color-primary);
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.journey-map-link:hover {
  color: var(--color-text);
  border-color: var(--color-primary);
}


/* ========================================
   HEALERS SECTION
   ======================================== */


.healers-video-section {
  position: relative;
  width: 100%;
  background: #000;
  line-height: 0;
}

.healers-video {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  display: block;
}

@media (min-width: 769px) {
  .healers-video {
    height: 68vh;
  }
}


.healers-video-controls {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  display: flex;
  gap: 10px;
  line-height: 1;
}

.healers-video-control-btn {
  padding: 9px 14px;
  border: 1px solid rgba(212, 165, 116, 0.75);
  background: rgba(8, 8, 8, 0.58);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.healers-video-control-btn:hover {
  background: rgba(212, 165, 116, 0.22);
  transform: translateY(-1px);
}

.healers-video-control-btn:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.healers-video-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  color: var(--color-primary-light);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.healers-section {
  position: relative;
  padding: 120px 0;
  background: var(--color-bg-light);
  overflow: hidden;
}

.healers-carousel {
  margin-top: 56px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}

.healers-viewport {
  overflow: hidden;
  width: 100%;
  padding: 24px 0 28px;
}

.healers-track {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.healer-slide {
  flex: 0 0 calc(((100% - (6 * 12px)) / 7) * 3.0625);
  min-width: 392px;
  pointer-events: none;
  transform-origin: center center;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.75s ease, filter 0.75s ease;
}

.healer-slide-inner {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(212, 165, 116, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 239, 234, 0.95));
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

.healer-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.healer-meta {
  padding: 18px 14px 16px;
  text-align: center;
}

.healer-name {
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 33px);
  color: var(--color-primary);
  margin-bottom: 4px;
}

.healer-role {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  color: var(--color-text-muted);
  opacity: 0.9;
}

.healer-slide.is-center {
  opacity: 1;
  z-index: 5;
  pointer-events: auto;
  filter: blur(0);
}

.healer-slide.is-near {
  opacity: 0.8;
  z-index: 4;
  filter: blur(1px);
}

.healer-slide.is-outer {
  opacity: 0.56;
  z-index: 3;
  filter: blur(2.5px);
}

.healer-slide.is-far {
  opacity: 0.35;
  z-index: 2;
  filter: blur(4px);
}

.healers-nav {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(212, 165, 116, 0.45);
  background: linear-gradient(135deg, rgba(248, 244, 239, 0.95), rgba(233, 223, 215, 0.95));
  color: #372212;
  font-size: 42px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  z-index: 10;
  flex-shrink: 0;
}

.healers-nav:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
}

.healers-nav:focus-visible {
  outline: 2px solid rgba(212, 165, 116, 0.85);
  outline-offset: 2px;
}



/* ========================================
   FLOATING MESSENGERS
   ======================================== */

.floating-messengers {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-actions {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-action {
  min-width: 120px;
  height: 50px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 20px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.floating-action:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
}

.floating-theme-toggle {
  background: var(--color-bg-light);
  color: var(--color-text);
}

.floating-call {
  background: linear-gradient(135deg, #ca8a2a, #8f5a13);
  border-color: transparent;
  color: #ffffff;
}

.floating-messenger {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-messenger svg {
  display: block;
}

.floating-messenger:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.4);
}

.floating-messenger.whatsapp {
  background: linear-gradient(135deg, #25d366, #1ea952);
}

.floating-messenger.telegram {
  background: linear-gradient(135deg, #2aabee, #1f87be);
}

.floating-messenger.tiktok {
  background: linear-gradient(135deg, #fe2c55, #25f4ee);
  color: #0f0f0f;
}

/* ========================================
   FOOTER
   ======================================== */

.footer {
  background: var(--color-bg-light);
  padding: 60px 0 30px;
  border-top: 1px solid var(--color-border);
}

.footer-content {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(5, minmax(140px, 1fr));
  align-items: start;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-logo {
  font-family: var(--font-serif);
  font-size: 28px;
  letter-spacing: 6px;
  color: var(--color-primary);
}

.footer-tagline {
  font-size: 12px;
  color: var(--color-text-muted);
  margin-top: 8px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-column-title {
  font-family: var(--font-serif);
  color: var(--color-primary);
  font-size: 18px;
  margin-bottom: 14px;
  letter-spacing: 1px;
}

.footer-links a {
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

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

.footer-contacts a {
  letter-spacing: 0.2px;
  line-height: 1.4;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid var(--color-border);
}

.footer-bottom p {
  color: var(--color-text-muted);
  font-size: 12px;
}


/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 1024px) {
  .nav-links {
    display: none;
  }

  .desktop-only {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .theme-toggle-btn {
    display: none;
  }

  .mobile-theme-toggle {
    display: inline-flex;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .legend-story {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .legend-text {
    max-width: none;
  }

  .massages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .massage-card-large {
    grid-row: span 1;
  }

  .massage-card-wide {
    grid-column: span 2;
  }

  .massage-card-waxing {
    grid-column: span 1;
  }

  .massage-card-horizontal {
    display: block;
  }

  .massage-card-horizontal .massage-card-image {
    min-height: 260px;
  }

  .packages-grid {
    grid-template-columns: 1fr;
  }

  .journey-content {
    grid-template-columns: 1fr;
  }

  .journey-map {
    min-height: 320px;
  }

  .faq-question {
    font-size: 26px;
  }

  .hero-nav-arrow {
    display: none;
  }
}

@media (max-width: 768px) {
  .logo-wordmark {
    font-size: 72px;
  }

  .mobile-nav-wordmark {
    font-size: 96px;
  }

  .healers-video {
    height: 70vh;
  }
  .mobile-theme-toggle {
    display: inline-flex;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .legend {
    padding: 96px 0;
  }

  .legend-title,
  .legend-text {
    text-align: center;
  }

  .legend-story {
    gap: 24px;
    margin-bottom: 40px;
  }

  .legend-image {
    border-radius: 20px;
  }

  .massages-grid {
    grid-template-columns: 1fr;
  }

  .packages-section {
    padding: 92px 0;
  }

  .package-card {
    padding: 30px 22px;
  }

  .package-title {
    font-size: 32px;
  }

  .package-amount {
    font-size: 24px;
  }

  .faq-section {
    padding: 88px 0;
  }

  .faq-list {
    margin-top: 36px;
  }

  .faq-item {
    padding: 20px;
  }

  .faq-question {
    font-size: 24px;
  }

  .healers-carousel {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .healers-viewport {
    order: 1;
    flex: 1 0 100%;
  }

  .healers-nav {
    order: 2;
    width: 48px;
    height: 48px;
    font-size: 36px;
  }

  .healers-nav-next {
    order: 3;
  }

  .healers-track {
    gap: 14px;
  }

  .healer-slide {
    flex-basis: clamp(312px, 84vw, 416px);
    min-width: 0;
  }

  .massages-filter {
    gap: 8px;
    margin-bottom: 32px;
  }

  .massages-filter-btn {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
    padding: 11px 14px;
    font-size: 11px;
  }

  .massages-see-more-btn {
    width: 100%;
    max-width: 320px;
  }


  .massage-card-wide {
    grid-column: span 1;
  }

  .massage-card-waxing {
    grid-column: span 1;
  }

  .massage-card-horizontal {
    display: block;
  }

  .massage-card-horizontal .massage-card-image {
    min-height: 220px;
  }

  .atmosphere-items {
    flex-direction: column;
    gap: 24px;
  }

  .footer-content {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    text-align: left;
  }

  .hero-side-text {
    display: none;
  }

  .hero-indicators {
    bottom: 80px;
  }

  .indicator {
    width: 30px;
  }

  .hero-title-dior .title-subtitle {
    letter-spacing: 0.28em;
  }
}

@media (max-width: 720px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .footer-links {
    align-items: center;
  }
}

@media (max-width: 480px) {
  .floating-messengers {
    right: 16px;
    bottom: 16px;
  }

  .floating-actions {
    left: 16px;
    bottom: 16px;
  }

  .floating-action {
    min-width: 108px;
    height: 46px;
    font-size: 12px;
    padding: 0 16px;
  }

  .floating-messenger {
    width: 52px;
    height: 52px;
  }

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

  .hero-btn-primary,
  .hero-btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .scroll-indicator-dior {
    display: none;
  }
}

.hero-title-dior .title-subtitle {
  text-shadow: 0 0 24px rgba(212, 165, 116, 0.18);
}

/* ===== Begin merged from pages.css ===== */

/* ========================================
   AMARA SPA - Additional Pages Styles
   ======================================== */

/* ========================================
   PAGE HERO
   ======================================== */

.page-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-hero-compact {
  min-height: 60vh;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
}

.page-hero-video-wrap {
  transform: none;
}

.page-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(21, 17, 15, 0.7) 0%,
    rgba(21, 17, 15, 0.5) 50%,
    rgba(21, 17, 15, 0.9) 100%
  );
}

.page-hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.page-hero-particles .particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--color-primary);
  border-radius: 50%;
  opacity: 0;
  animation: floatParticle 15s infinite;
}

.page-hero-particles .particle:nth-child(1) { left: 10%; animation-delay: 0s; }
.page-hero-particles .particle:nth-child(2) { left: 30%; animation-delay: 3s; }
.page-hero-particles .particle:nth-child(3) { left: 50%; animation-delay: 6s; }
.page-hero-particles .particle:nth-child(4) { left: 70%; animation-delay: 9s; }
.page-hero-particles .particle:nth-child(5) { left: 90%; animation-delay: 12s; }

.page-hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 24px;
  max-width: 800px;
}

.page-hero-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeInUp 1s ease 0.3s forwards;
}

.page-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(48px, 10vw, 100px);
  font-weight: 300;
  color: var(--color-text);
  letter-spacing: 8px;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeInUp 1s ease 0.5s forwards;
}

.page-hero-subtitle {
  font-size: 18px;
  color: var(--color-text-muted);
  line-height: 1.6;
  opacity: 0;
  animation: fadeInUp 1s ease 0.7s forwards;
}

.hero-video-controls {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.hero-video-btn {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(12, 12, 12, 0.35);
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
}

.hero-video-btn:hover {
  background: rgba(12, 12, 12, 0.6);
  border-color: rgba(255, 255, 255, 0.8);
}

.page-hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0;
  animation: fadeIn 1s ease 1s forwards;
}

.page-hero-scroll span {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

/* Keep header + hero typography white in light theme on all inner pages */
body[data-theme='light'] .page-hero-tag,
body[data-theme='light'] .page-hero-title,
body[data-theme='light'] .page-hero-subtitle,
body[data-theme='light'] .page-hero-scroll span {
  color: #ffffff;
}

body[data-theme='light'] .page-hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(21, 17, 15, 0.72) 0%,
    rgba(21, 17, 15, 0.55) 50%,
    rgba(21, 17, 15, 0.9) 100%
  );
}

/* ========================================
   GALLERY SECTION
   ======================================== */

.gallery-section {
  position: relative;
  padding: 100px 0;
  background: var(--color-bg);
  overflow: hidden;
}

.gallery-glow-left,
.gallery-glow-right {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.08;
  background: var(--color-primary);
}

.gallery-glow-left {
  left: -200px;
  top: 20%;
}

.gallery-glow-right {
  right: -200px;
  bottom: 20%;
}

.gallery-filter {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.gallery-filter-btn {
  padding: 12px 28px;
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-text-muted);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  grid-auto-flow: dense;
}

.gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item-tall {
  grid-row: span 1;
}

.gallery-item-wide {
  grid-column: span 1;
}

.gallery-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.gallery-item-tall .gallery-item-inner {
  min-height: 280px;
}

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

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

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(21, 17, 15, 0.9) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}

.gallery-item-tag {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.gallery-item-title {
  font-family: var(--font-serif);
  font-size: 24px;
  color: var(--color-text);
}

.gallery-item-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}

.gallery-item:hover .gallery-item-shine {
  left: 100%;
}

/* Gallery videos */
.gallery-videos-section {
  padding: 0 0 100px;
  background: var(--color-bg);
}

.gallery-videos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.gallery-video-card {
  border: 1px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.01);
}

.gallery-video-card video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.gallery-video-name {
  margin: 0;
  padding: 14px 16px;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

/* Lightbox */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.gallery-lightbox.active {
  display: flex;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.lightbox-close:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(21, 17, 15, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.lightbox-nav:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.lightbox-content {
  max-width: 90vw;
  max-height: 80vh;
  text-align: center;
}

.lightbox-image {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 8px;
}

.lightbox-caption {
  margin-top: 20px;
}

.lightbox-tag {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-primary);
  display: block;
  margin-bottom: 8px;
}

.lightbox-title {
  font-family: var(--font-serif);
  font-size: 28px;
  color: white;
}

/* ========================================
   SERVICES SECTION
   ======================================== */

.services-section {
  position: relative;
  padding: 100px 0;
  background: var(--color-bg);
  overflow: hidden;
}

.services-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: var(--color-primary);
  filter: blur(200px);
  opacity: 0.05;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-category {
  margin-bottom: 100px;
}

.service-category:last-child {
  margin-bottom: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.services-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  position: relative;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  min-height: 610px;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-primary);
}

.service-card-featured {
  grid-row: span 2;
}

.service-card-horizontal {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.service-card-image {
  position: relative;
  height: 520px;
  overflow: hidden;
}

.service-card-featured .service-card-image {
  height: 620px;
}

.service-card-horizontal .service-card-image {
  height: 100%;
  min-height: 620px;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.6s ease;
}

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

.service-card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 14px;
  background: var(--color-primary);
  color: var(--color-bg);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service-card-content {
  padding: 30px 28px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-card-title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 12px;
}

.service-card-desc {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.service-pricing-table {
  margin-bottom: 24px;
}

.pricing-row {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border);
}

.pricing-row:last-child {
  border-bottom: none;
}

.pricing-duration {
  color: var(--color-text-muted);
  font-size: 14px;
  min-width: 100px;
}

.pricing-line {
  flex: 1;
  height: 1px;
  background: var(--color-border);
  margin: 0 16px;
}

.pricing-amount {
  color: var(--color-primary);
  font-family: var(--font-serif);
  font-size: 18px;
}

.service-book-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: gap 0.3s ease;
  margin-top: auto;
}

.service-book-btn:hover {
  gap: 12px;
}

/* Packages Section */
.packages-section {
  position: relative;
  padding: 100px 0;
  background: var(--color-bg-light);
  overflow: hidden;
}

.packages-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: var(--color-primary);
  filter: blur(200px);
  opacity: 0.05;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.package-card {
  position: relative;
  padding: 40px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s ease;
}

.package-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-primary);
}

.package-card-featured {
  border-color: var(--color-primary);
  background: linear-gradient(135deg, var(--color-bg-card), rgba(212, 165, 116, 0.1));
}

.package-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 20px;
  background: var(--color-primary);
  color: var(--color-bg);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.package-icon {
  color: var(--color-primary);
  margin-bottom: 24px;
}

.package-title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 16px;
}

.package-desc {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.package-includes {
  margin-bottom: 24px;
}

.package-item {
  display: block;
  padding: 8px 0;
  color: var(--color-text-muted);
  font-size: 13px;
  border-bottom: 1px solid var(--color-border);
}

.package-item:last-child {
  border-bottom: none;
}

.package-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: rgba(212, 165, 116, 0.1);
  border-radius: 8px;
  margin-bottom: 24px;
}

.package-duration {
  color: var(--color-text-muted);
  font-size: 14px;
}

.package-amount {
  color: var(--color-primary);
  font-family: var(--font-serif);
  font-size: 20px;
}

.package-btn {
  display: inline-block;
  padding: 14px 32px;
  background: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.package-btn:hover {
  background: var(--color-primary);
  color: var(--color-bg);
}

/* ========================================
   BLOG SECTION
   ======================================== */

.blog-section {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(212, 165, 116, 0.08), transparent 45%),
    radial-gradient(circle at 85% 85%, rgba(182, 138, 92, 0.08), transparent 40%),
    var(--color-bg);
  overflow: hidden;
}

.blog-glow-left,
.blog-glow-right {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.08;
  background: var(--color-primary);
}

.blog-glow-left { left: -200px; top: 20%; }
.blog-glow-right { right: -200px; bottom: 20%; }

.blog-featured {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--color-border);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(37, 29, 25, 0.76), rgba(21, 17, 15, 0.9));
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.blog-featured:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 165, 116, 0.5);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.35);
}

.blog-featured-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/10;
  border: 1px solid rgba(212, 165, 116, 0.22);
}

.blog-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.8s ease;
}

.blog-featured:hover .blog-featured-image img {
  transform: scale(1.06);
}

.blog-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(21, 17, 15, 0.62) 0%, rgba(21, 17, 15, 0.08) 60%);
}

.blog-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}

.blog-category {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-primary);
  padding: 4px 12px;
  border: 1px solid var(--color-primary);
  border-radius: 999px;
  background: rgba(212, 165, 116, 0.08);
}

.blog-date {
  font-size: 12px;
  color: var(--color-text-muted);
}

.blog-featured-title {
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.3;
}

.blog-featured-excerpt {
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: gap 0.3s ease;
}

.blog-read-more:hover {
  gap: 12px;
}

.blog-section-title {
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 400;
  margin-bottom: 22px;
  letter-spacing: 0.5px;
}

.blog-categories {
  margin-bottom: 72px;
}

.blog-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.topic-chip {
  text-decoration: none;
  color: var(--color-text);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(44, 35, 30, 0.7), rgba(26, 20, 17, 0.9));
  padding: 20px 18px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  transition: transform 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

.topic-chip:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 165, 116, 0.6);
  color: var(--color-primary);
}

.blog-recent {
  margin-bottom: 24px;
}

.blog-recent-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.blog-card {
  background: linear-gradient(145deg, rgba(37, 29, 25, 0.78), rgba(20, 16, 14, 0.95));
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 165, 116, 0.55);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
}

.blog-card::before {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  top: -120px;
  right: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 165, 116, 0.15), transparent 65%);
  pointer-events: none;
}

.blog-card-content {
  padding: 24px;
  position: relative;
  z-index: 1;
}

.blog-card-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.3;
}

.blog-card-excerpt {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.blog-quote {
  position: relative;
  padding: 20px 0 100px;
}

.blog-quote-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 560px;
  height: 240px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(212, 165, 116, 0.16), transparent 65%);
  filter: blur(48px);
  animation: glowPulse 6s ease-in-out infinite;
}

.blog-quote-text {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 28px;
  border-radius: 20px;
  border: 1px solid rgba(212, 165, 116, 0.24);
  background: linear-gradient(145deg, rgba(34, 27, 23, 0.75), rgba(21, 17, 15, 0.9));
  color: var(--color-text);
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.4;
  font-style: italic;
}

.blog-hero-bg {
  background-image:
    linear-gradient(120deg, rgba(21, 17, 15, 0.86) 22%, rgba(21, 17, 15, 0.45) 72%),
    url('img/main1.webp');
}

body[data-theme='light'] .blog-featured,
body[data-theme='light'] .blog-card,
body[data-theme='light'] .topic-chip {
  background: #ffffff;
}

body[data-theme='light'] .blog-quote-text {
  background: #ffffff;
  color: var(--color-text);
  border-color: rgba(122, 90, 64, 0.2);
}

[data-animate] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-animate].fade-in {
  opacity: 1;
  transform: translateY(0);
}

@keyframes glowPulse {
  0%, 100% {
    opacity: 0.45;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.75;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.pagination-btn {
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.pagination-btn:hover:not(:disabled) {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.pagination-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.pagination-numbers {
  display: flex;
  gap: 8px;
}

.pagination-num {
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-text);
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.pagination-num:hover,
.pagination-num.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-bg);
}

/* Newsletter Section */
.newsletter-section {
  position: relative;
  padding: 100px 0;
  background: var(--color-bg-light);
  overflow: hidden;
}

.newsletter-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: var(--color-primary);
  filter: blur(200px);
  opacity: 0.05;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newsletter-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.newsletter-icon {
  color: var(--color-primary);
  margin-bottom: 24px;
}

.newsletter-title {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 16px;
}

.newsletter-desc {
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
}

.newsletter-form {
  margin-bottom: 16px;
}

.newsletter-input-wrap {
  display: flex;
  gap: 12px;
}

.newsletter-input {
  flex: 1;
  padding: 16px 20px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  color: var(--color-text);
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}

.newsletter-input:focus {
  border-color: var(--color-primary);
}

.newsletter-input::placeholder {
  color: var(--color-text-muted);
}

.newsletter-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  background: var(--color-primary);
  border: none;
  color: var(--color-bg);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-submit:hover {
  background: var(--color-primary-dark);
}

.newsletter-note {
  font-size: 12px;
  color: var(--color-text-muted);
}

/* ========================================
   THERAPISTS SECTION
   ======================================== */

.therapists-intro {
  position: relative;
  padding: 80px 0;
  background: var(--color-bg);
}

.intro-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.intro-text {
  font-family: var(--font-serif);
  font-size: 22px;
  font-style: italic;
  line-height: 1.8;
  color: var(--color-text-muted);
}

.therapists-showcase {
  position: relative;
  padding: 80px 0 120px;
  background: var(--color-bg-light);
  overflow: hidden;
}

.therapists-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: var(--color-primary);
  filter: blur(200px);
  opacity: 0.05;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Therapist Slider */
.therapist-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 30px;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  padding: 20px 0;
}

.slider-card {
  flex: 0 0 300px;
  height: 450px;
  perspective: 1000px;
  cursor: pointer;
}

.slider-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transform-style: preserve-3d;
}

.slider-card:hover .slider-card-inner {
  transform: rotateY(180deg);
}

.slider-card-front,
.slider-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 16px;
  overflow: hidden;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
}

.slider-card-back {
  transform: rotateY(180deg);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.therapist-image-wrap {
  position: relative;
  height: 340px;
  overflow: hidden;
}

.therapist-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.therapist-image-glow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, var(--color-bg-card), transparent);
}

.therapist-info {
  padding: 20px;
  text-align: center;
}

.therapist-name {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px;
}

.therapist-origin {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 4px;
}

.therapist-location {
  font-size: 12px;
  color: var(--color-text-muted);
}

.therapist-bio {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 16px 0;
}

.therapist-specialties {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 24px;
}

.specialty-tag {
  padding: 4px 12px;
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.therapist-book-btn {
  display: inline-block;
  padding: 12px 24px;
  background: var(--color-primary);
  color: var(--color-bg);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.therapist-book-btn:hover {
  background: var(--color-primary-dark);
}

.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}

.slider-btn {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.slider-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-bg);
}

.slider-dots {
  display: flex;
  gap: 8px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-border);
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dot.active {
  background: var(--color-primary);
  transform: scale(1.2);
}

.slider-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-border);
}

.slider-progress-bar {
  height: 100%;
  background: var(--color-primary);
  width: 0%;
  transition: width 0.3s ease;
}

/* Locations Section */
.locations-section {
  position: relative;
  padding: 100px 0;
  background: var(--color-bg);
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.location-card {
  padding: 40px 24px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s ease;
}

.location-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-primary);
}

.location-icon {
  color: var(--color-primary);
  margin-bottom: 20px;
}

.location-title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 12px;
}

.location-address {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.location-hours {
  font-size: 12px;
  color: var(--color-primary);
}

/* ========================================
   CONTACT SECTION
   ======================================== */

.contact-section {
  position: relative;
  padding: 100px 0;
  background: var(--color-bg);
  overflow: hidden;
}

.contact-glow-left,
.contact-glow-right {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.08;
  background: var(--color-primary);
}

.contact-glow-left { left: -200px; top: 20%; }
.contact-glow-right { right: -200px; bottom: 20%; }

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.contact-intro-card {
  position: sticky;
  top: 120px;
  background: linear-gradient(160deg, rgba(212, 165, 116, 0.16), rgba(212, 165, 116, 0.03));
  border: 1px solid rgba(212, 165, 116, 0.35);
  border-radius: 20px;
  padding: 36px;
  backdrop-filter: blur(4px);
}

.contact-intro-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.contact-intro-title {
  font-family: var(--font-serif);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 18px;
}

.contact-intro-text {
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 26px;
}

.contact-highlights {
  display: grid;
  gap: 14px;
}

.contact-highlight-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(21, 17, 15, 0.45);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 14px 16px;
}

.contact-highlight-label {
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.contact-highlight-value {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text);
}

.contact-form-wrapper {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 48px;
}

.contact-form-header {
  margin-bottom: 32px;
}

.contact-form-title {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 12px;
}

.contact-form-desc {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 8px;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--color-primary);
}

.form-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23c0ae9b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

.form-submit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: var(--color-primary);
  border: none;
  color: var(--color-bg);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-submit:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
}

.contact-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 32px;
}

.contact-info-card-dark {
  background: linear-gradient(135deg, var(--color-bg-card), rgba(212, 165, 116, 0.1));
  border-color: var(--color-primary);
}

.contact-info-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: rgba(212, 165, 116, 0.05);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-method:hover {
  border-color: var(--color-primary);
  background: rgba(212, 165, 116, 0.1);
}

.contact-method-icon {
  color: var(--color-primary);
}

.contact-method-label {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 2px;
}

.contact-method-value {
  display: block;
  color: var(--color-text);
  font-size: 14px;
}

.locations-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.location-item {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border);
}

.location-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.location-item-title {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4px;
}

.location-item-address {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 2px;
}

.location-item-hours {
  font-size: 12px;
  color: var(--color-primary);
}


.contact-visit-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.contact-visit-list li {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.instant-booking {
  text-align: center;
}

.instant-booking-icon {
  color: var(--color-primary);
  margin-bottom: 16px;
}

.instant-booking-title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 12px;
}

.instant-booking-desc {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.instant-booking-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  background: #25D366;
  color: white;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.instant-booking-btn:hover {
  background: #1da851;
  transform: translateY(-2px);
}

/* Social Showcase Section */
.social-showcase-section {
  padding: 0 0 100px;
  background: var(--color-bg);
}

.social-showcase-card {
  background: linear-gradient(135deg, var(--color-bg-card), rgba(212, 165, 116, 0.06));
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 36px;
}

.social-showcase-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.social-profile {
  display: flex;
  align-items: center;
  gap: 18px;
}

.social-profile-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(212, 165, 116, 0.5);
}

.social-profile-handle {
  margin-bottom: 6px;
  color: var(--color-primary);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.social-profile-title {
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 8px;
}

.social-profile-desc {
  max-width: 560px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.social-showcase-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 16px 22px;
  border-radius: 10px;
  border: 1px solid var(--color-primary);
  color: var(--color-bg);
  background: var(--color-primary);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.social-showcase-btn:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}

.social-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.social-showcase-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: var(--color-bg-light);
}

.social-showcase-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.social-showcase-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 12px 14px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
}

/* Map Section */
.map-section {
  position: relative;
  height: 400px;
  background: var(--color-bg-light);
}

.map-embed {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.map-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--color-bg-card), var(--color-bg));
}

.map-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-content {
  text-align: center;
  padding: 40px;
}

.map-content svg {
  color: var(--color-primary);
  margin-bottom: 20px;
}

.map-content h3 {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 12px;
}

.map-content p {
  color: var(--color-text-muted);
  margin-bottom: 24px;
}

.map-btn {
  display: inline-block;
  padding: 14px 28px;
  background: var(--color-primary);
  color: var(--color-bg);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.map-btn:hover {
  background: var(--color-primary-dark);
}

/* ========================================
   LEGAL PAGES
   ======================================== */

.legal-section {
  position: relative;
  padding: 140px 0 100px;
  background: var(--color-bg);
  min-height: 100vh;
}

.legal-header {
  text-align: center;
  margin-bottom: 60px;
}

.legal-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 300;
  margin: 20px 0 16px;
}

.legal-updated {
  font-size: 14px;
  color: var(--color-text-muted);
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
}

.legal-intro {
  font-size: 18px;
  line-height: 1.8;
  color: var(--color-text-muted);
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--color-border);
}

.legal-section-block {
  margin-bottom: 40px;
}

.legal-section-block h2 {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--color-primary);
}

.legal-section-block .faq-question-title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--color-primary);
}

.legal-section-block h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 24px 0 12px;
}

.legal-section-block p {
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 16px;
}

.legal-section-block ul {
  margin: 16px 0;
  padding-left: 24px;
}

.legal-section-block li {
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 8px;
}

.legal-contact {
  padding: 24px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  margin-top: 16px;
}

.legal-contact p {
  margin-bottom: 8px;
}

.legal-contact p:last-child {
  margin-bottom: 0;
}

.legal-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--color-border);
}

.legal-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: gap 0.3s ease;
}

.legal-nav-link:hover {
  gap: 12px;
}

/* ========================================
   PAGE CTA SECTION
   ======================================== */

.page-cta {
  position: relative;
  padding: 100px 0;
  background: var(--color-bg-light);
  overflow: hidden;
}

.page-cta-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: var(--color-primary);
  filter: blur(200px);
  opacity: 0.05;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-cta-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.page-cta-title {
  font-family: var(--font-serif);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 300;
  margin: 16px 0;
}

.page-cta-text {
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
}

/* ========================================
   FOOTER
   ======================================== */

.footer {
  position: relative;
  padding: 80px 0 40px;
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
}

.footer-glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 200px;
  background: var(--color-primary);
  filter: blur(150px);
  opacity: 0.05;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-brand {
  max-width: 300px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 16px;
}

.footer-logo-image {
  height: 54px;
  width: auto;
}

.footer-tagline {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.footer-description {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-links-title {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer-link {
  display: block;
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

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

.footer-contact-item {
  color: var(--color-text-muted);
  font-size: 14px;
  margin-bottom: 8px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid var(--color-border);
}

.footer-copyright {
  font-size: 12px;
  color: var(--color-text-muted);
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  color: var(--color-text-muted);
  transition: all 0.3s ease;
}

.footer-social-link:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 1024px) {
  .gallery-masonry {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .gallery-item-tall { grid-row: span 1; }
  .gallery-item-wide { grid-column: span 1; }
  
  .services-grid,
  .services-grid-3 {
    grid-template-columns: 1fr;
  }
  
  .service-card-horizontal {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .service-card-image {
    height: 500px;
  }

  .service-card-featured .service-card-image,
  .service-card-horizontal .service-card-image {
    min-height: 0;
    height: 540px;
  }
  
  .packages-grid {
    grid-template-columns: 1fr;
  }
  
  .blog-featured {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .blog-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .locations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-intro-card {
    position: static;
    padding: 28px;
  }

  .social-showcase-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .social-showcase-btn {
    min-width: 180px;
  }

  .social-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-links-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .slider-card {
    flex: 0 0 250px;
  }
}

@media (max-width: 768px) {
  .page-hero-title {
    letter-spacing: 4px;
  }
  
  .gallery-masonry {
    grid-template-columns: 1fr;
  }
  
  .gallery-item-inner {
    min-height: 250px;
  }
  
  .gallery-item-tall .gallery-item-inner {
    min-height: 250px;
  }

  .gallery-videos-grid {
    grid-template-columns: 1fr;
  }

  .gallery-video-card video {
    min-height: 220px;
  }

  .service-card-image {
    height: 440px;
  }

  .service-card-featured .service-card-image,
  .service-card-horizontal .service-card-image {
    height: 480px;
  }

  .service-card-content {
    padding: 26px 22px 22px;
  }
  
  .blog-section {
    padding: 76px 0;
  }

  .blog-featured {
    padding: 18px;
    margin-bottom: 60px;
  }

  .blog-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-recent-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-quote {
    padding: 0 0 76px;
  }

  .blog-quote-text {
    padding: 36px 20px;
    font-size: clamp(24px, 7vw, 32px);
  }
  
  .newsletter-input-wrap {
    flex-direction: column;
  }
  
  .locations-grid {
    grid-template-columns: 1fr;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .contact-form-wrapper {
    padding: 24px;
  }

  .social-showcase-section {
    padding-bottom: 80px;
  }

  .social-showcase-card {
    padding: 24px;
  }

  .social-profile {
    align-items: flex-start;
  }

  .social-profile-title {
    font-size: 28px;
  }

  .social-showcase-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .slider-card {
    flex: 0 0 280px;
  }
  
  .slider-controls {
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .service-card-image {
    height: 400px;
  }

  .service-card-featured .service-card-image,
  .service-card-horizontal .service-card-image {
    height: 430px;
  }

  .service-card-content {
    padding: 22px 18px 20px;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .slider-card {
    flex: 0 0 260px;
  }
}

/* ========================================
   CANCELLATION & REFUND PAGE
   ======================================== */

.cancellation-refund-section .legal-header {
  margin-bottom: 48px;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.policy-card {
  background: color-mix(in srgb, var(--color-bg-light) 70%, #ffffff 30%);
  border: 1px solid color-mix(in srgb, var(--color-border) 70%, var(--color-primary) 30%);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.policy-card h2 {
  font-family: var(--font-serif);
  font-size: clamp(30px, 1.7vw, 42px);
  line-height: 1.05;
  font-weight: 400;
  margin-bottom: 16px;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.policy-card p,
.policy-card li {
  color: var(--color-text-muted);
  line-height: 1.7;
}

.policy-card ul {
  padding-left: 22px;
}

.policy-card li {
  margin-bottom: 8px;
}

.policy-note {
  margin-top: 28px;
  text-align: center;
  color: var(--color-text-muted);
  font-size: 18px;
  line-height: 1.7;
}

@media (max-width: 1200px) {
  .policy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .policy-card {
    border-radius: 18px;
    padding: 22px;
  }

  .policy-note {
    font-size: 16px;
  }
}


/* ===== Begin merged from contact.css ===== */

    /* ========================================
           CONTACT PAGE ENHANCED STYLES
           ======================================== */
        
        /* Animated Background */
        .contact-hero {
          position: relative;
          min-height: 50vh;
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden;
          background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-light) 100%);
        }
    
        .contact-hero::before {
          content: '';
          position: absolute;
          inset: 0;
          background: 
            radial-gradient(ellipse at 20% 30%, rgba(212, 165, 116, 0.12) 0%, transparent 50%),
            radial-gradient(ellipse at 80% 70%, rgba(212, 165, 116, 0.08) 0%, transparent 50%);
          animation: gradientPulse 8s ease-in-out infinite;
        }
    
        @keyframes gradientPulse {
          0%, 100% { opacity: 0.6; }
          50% { opacity: 1; }
        }
    
        /* Floating Orbs */
        .floating-orbs {
          position: absolute;
          inset: 0;
          overflow: hidden;
          pointer-events: none;
          z-index: 0;
        }
    
        .orb {
          position: absolute;
          border-radius: 50%;
          background: radial-gradient(circle, rgba(212, 165, 116, 0.15), transparent 70%);
          animation: floatOrb 20s infinite ease-in-out;
        }
    
        .orb:nth-child(1) {
          width: 300px;
          height: 300px;
          top: 10%;
          left: -5%;
          animation-delay: 0s;
        }
    
        .orb:nth-child(2) {
          width: 200px;
          height: 200px;
          top: 60%;
          right: -3%;
          animation-delay: -5s;
        }
    
        .orb:nth-child(3) {
          width: 150px;
          height: 150px;
          bottom: 20%;
          left: 30%;
          animation-delay: -10s;
        }
    
        @keyframes floatOrb {
          0%, 100% { transform: translate(0, 0) scale(1); }
          25% { transform: translate(30px, -30px) scale(1.05); }
          50% { transform: translate(-20px, 20px) scale(0.95); }
          75% { transform: translate(10px, 40px) scale(1.02); }
        }
    
        /* Hero Content */
        .contact-hero-content {
          position: relative;
          z-index: 1;
          text-align: center;
          padding: 120px 24px 60px;
        }
    
        .contact-hero-tag {
          display: inline-block;
          font-size: 11px;
          letter-spacing: 0.25em;
          text-transform: uppercase;
          color: var(--color-primary);
          margin-bottom: 20px;
          position: relative;
        }
    
        .contact-hero-tag::before,
        .contact-hero-tag::after {
          content: '';
          position: absolute;
          top: 50%;
          width: 50px;
          height: 1px;
          background: linear-gradient(90deg, transparent, var(--color-primary));
        }
    
        .contact-hero-tag::before {
          right: calc(100% + 20px);
        }
    
        .contact-hero-tag::after {
          left: calc(100% + 20px);
          background: linear-gradient(90deg, var(--color-primary), transparent);
        }
    
        .contact-hero-title {
          font-family: 'Cormorant Garamond', serif;
          font-size: clamp(42px, 8vw, 72px);
          font-weight: 400;
          color: var(--color-text);
          margin-bottom: 20px;
          letter-spacing: 0.02em;
        }
    
        .contact-hero-subtitle {
          font-size: 16px;
          color: var(--color-text-muted);
          max-width: 500px;
          margin: 0 auto;
          line-height: 1.7;
        }
    
        /* Social Media Showcase */
        .social-showcase {
          position: relative;
          padding: 80px 0;
          background: linear-gradient(180deg, var(--color-bg-light) 0%, var(--color-bg) 100%);
        }
        .social-showcase-header {
          text-align: center;
          margin-bottom: 50px;
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 14px;
        }
        .social-showcase-tag {
          display: inline-flex;
          align-items: center;
          font-size: 11px;
          letter-spacing: 0.2em;
          text-transform: uppercase;
          color: var(--color-primary);
          margin: 0;
          position: relative;
          line-height: 1.2;
        }
    
        .social-showcase-tag::before,
        .social-showcase-tag::after {
          content: '';
          position: absolute;
          top: 50%;
          width: 40px;
          height: 1px;
          background: linear-gradient(90deg, transparent, var(--color-primary));
        }
    
        .social-showcase-tag::before {
          right: calc(100% + 15px);
        }
    
        .social-showcase-tag::after {
          left: calc(100% + 15px);
          background: linear-gradient(90deg, var(--color-primary), transparent);
        }
        .social-showcase-title {
          font-family: 'Cormorant Garamond', serif;
          font-size: clamp(32px, 5vw, 48px);
          font-weight: 400;
          color: var(--color-text);
          margin: 0 0 16px;
          line-height: 1.15;
        }
    
        .social-showcase-subtitle {
          color: var(--color-text-muted);
          font-size: 16px;
          max-width: 500px;
          margin: 0 auto;
        }
    
        /* Social Cards Grid */
        .social-cards-grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 24px;
          max-width: 950px;
          margin: 0 auto;
          padding: 0 24px;
        }
    
        .social-card {
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 45px 30px;
          background: linear-gradient(145deg, rgba(42, 33, 28, 0.6), rgba(30, 24, 20, 0.8));
          border: 1px solid rgba(212, 165, 116, 0.2);
          border-radius: 20px;
          text-decoration: none;
          overflow: hidden;
          transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
          opacity: 0;
          transform: translateY(30px);
          animation: fadeInUp 0.6s ease forwards;
        }
    
        .social-card:nth-child(1) { animation-delay: 0.1s; }
        .social-card:nth-child(2) { animation-delay: 0.2s; }
        .social-card:nth-child(3) { animation-delay: 0.3s; }
    
        @keyframes fadeInUp {
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        .social-card::before {
          content: '';
          position: absolute;
          inset: 0;
          background: radial-gradient(circle at 50% 0%, rgba(212, 165, 116, 0.15), transparent 60%);
          opacity: 0;
          transition: opacity 0.4s ease;
        }
    
        .social-card:hover {
          transform: translateY(-10px);
          border-color: rgba(212, 165, 116, 0.5);
          box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35), 0 0 50px rgba(212, 165, 116, 0.12);
        }
    
        .social-card:hover::before {
          opacity: 1;
        }
    
        .social-card-icon {
          position: relative;
          width: 90px;
          height: 90px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 24px;
          border-radius: 50%;
          background: linear-gradient(135deg, rgba(212, 165, 116, 0.2), rgba(212, 165, 116, 0.05));
          transition: all 0.4s ease;
        }
    
        .social-card:hover .social-card-icon {
          transform: scale(1.1) rotate(5deg);
          background: linear-gradient(135deg, rgba(212, 165, 116, 0.35), rgba(212, 165, 116, 0.15));
        }
    
        .social-card-icon svg {
          width: 40px;
          height: 40px;
          stroke: var(--color-primary);
          fill: none;
          stroke-width: 1.5;
          transition: all 0.4s ease;
        }
    
        .social-card:hover .social-card-icon svg {
          stroke: var(--color-primary-light);
          transform: scale(1.1);
        }
    
        .social-card-icon::after {
          content: '';
          position: absolute;
          inset: -4px;
          border-radius: 50%;
          border: 1px solid rgba(212, 165, 116, 0.3);
          animation: pulseRing 2s ease-out infinite;
        }
    
        @keyframes pulseRing {
          0% { transform: scale(1); opacity: 1; }
          100% { transform: scale(1.4); opacity: 0; }
        }
    
        .social-card-name {
          font-family: 'Cormorant Garamond', serif;
          font-size: 26px;
          color: var(--color-text);
          margin-bottom: 8px;
          transition: color 0.3s ease;
        }
    
        .social-card:hover .social-card-name {
          color: var(--color-primary-light);
        }
    
        .social-card-handle {
          font-size: 14px;
          color: var(--color-text-muted);
          margin-bottom: 24px;
        }
    
        .social-card-cta {
          display: inline-flex;
          align-items: center;
          gap: 10px;
          padding: 14px 28px;
          background: transparent;
          border: 1px solid var(--color-primary);
          color: var(--color-primary);
          font-size: 12px;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          border-radius: 30px;
          transition: all 0.3s ease;
        }
    
        .social-card:hover .social-card-cta {
          background: var(--color-primary);
          color: var(--color-bg);
        }
    
        .social-card-cta svg {
          width: 16px;
          height: 16px;
          stroke: currentColor;
          fill: none;
          stroke-width: 2;
          transition: transform 0.3s ease;
        }
    
        .social-card:hover .social-card-cta svg {
          transform: translateX(5px);
        }
    
        /* Platform-specific gradient borders */
        .social-card.instagram::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 4px;
          background: linear-gradient(90deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
          opacity: 0;
          transition: opacity 0.4s ease;
        }
    
        .social-card.instagram:hover::after {
          opacity: 1;
        }
    
        .social-card.tiktok::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 4px;
          background: linear-gradient(90deg, #00f2ea, #ff0050);
          opacity: 0;
          transition: opacity 0.4s ease;
        }
    
        .social-card.tiktok:hover::after {
          opacity: 1;
        }
    
        .social-card.whatsapp::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 4px;
          background: linear-gradient(90deg, #25d366, #128c7e);
          opacity: 0;
          transition: opacity 0.4s ease;
        }
    
        .social-card.whatsapp:hover::after {
          opacity: 1;
        }
    
        /* Location Section */
        .location-showcase {
          position: relative;
          padding: 100px 0;
          background: var(--color-bg);
        }
    
        .location-wrapper {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 50px;
          align-items: center;
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 24px;
        }
    
        @media (max-width: 968px) {
          .location-wrapper {
            grid-template-columns: 1fr;
          }
        }
    
        .location-content {
          position: relative;
        }
    
        .location-tag {
          display: inline-flex;
          align-items: center;
          gap: 10px;
          padding: 10px 18px;
          background: rgba(212, 165, 116, 0.1);
          border: 1px solid rgba(212, 165, 116, 0.3);
          border-radius: 30px;
          font-size: 11px;
          letter-spacing: 0.15em;
          text-transform: uppercase;
          color: var(--color-primary);
          margin-bottom: 28px;
        }
    
        .location-tag svg {
          width: 18px;
          height: 18px;
          stroke: var(--color-primary);
          fill: none;
          stroke-width: 2;
          animation: locationPulse 2s ease-in-out infinite;
        }
    
        @keyframes locationPulse {
          0%, 100% { transform: scale(1); }
          50% { transform: scale(1.2); }
        }
    
        .location-title {
          font-family: 'Cormorant Garamond', serif;
          font-size: clamp(32px, 4vw, 44px);
          color: var(--color-text);
          margin-bottom: 28px;
          line-height: 1.3;
        }
    
        .location-address {
          font-size: 16px;
          color: var(--color-text-muted);
          line-height: 1.9;
          margin-bottom: 36px;
          padding-left: 24px;
          border-left: 3px solid var(--color-primary);
        }
    
        .location-features {
          display: flex;
          flex-wrap: wrap;
          gap: 14px;
          margin-bottom: 36px;
        }
    
        .location-feature {
          display: inline-flex;
          align-items: center;
          gap: 10px;
          padding: 12px 20px;
          background: rgba(212, 165, 116, 0.08);
          border-radius: 10px;
          font-size: 13px;
          color: var(--color-text);
          transition: all 0.3s ease;
        }
    
        .location-feature:hover {
          background: rgba(212, 165, 116, 0.15);
          transform: translateY(-2px);
        }
    
        .location-feature svg {
          width: 20px;
          height: 20px;
          stroke: var(--color-primary);
          fill: none;
          stroke-width: 2;
        }
    
        .location-cta {
          display: inline-flex;
          align-items: center;
          gap: 12px;
          padding: 18px 36px;
          background: var(--color-primary);
          color: var(--color-bg);
          text-decoration: none;
          font-size: 13px;
          letter-spacing: 0.12em;
          text-transform: uppercase;
          border-radius: 4px;
          transition: all 0.3s ease;
        }
    
        .location-cta:hover {
          background: var(--color-primary-light);
          transform: translateY(-3px);
          box-shadow: 0 15px 40px rgba(212, 165, 116, 0.3);
        }
    
        .location-cta svg {
          width: 18px;
          height: 18px;
          stroke: currentColor;
          fill: none;
          stroke-width: 2;
        }
    
        /* Map Container */
        .location-map-container {
          position: relative;
          border-radius: 24px;
          overflow: hidden;
          box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
        }
    
        .location-map-container::before {
          content: '';
          position: absolute;
          inset: 0;
          border: 1px solid rgba(212, 165, 116, 0.3);
          border-radius: 24px;
          pointer-events: none;
          z-index: 1;
        }
    
        .location-map-container iframe {
          display: block;
          width: 100%;
          height: 450px;
          border: none;
        }
    
        /* Contact Info Section */
        .contact-info-section {
          position: relative;
          padding: 100px 0;
          background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-light) 100%);
          overflow: hidden;
        }
    
        .contact-info-section::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: 
            radial-gradient(ellipse at 30% 50%, rgba(212, 165, 116, 0.06) 0%, transparent 50%),
            radial-gradient(ellipse at 70% 80%, rgba(212, 165, 116, 0.04) 0%, transparent 50%);
        }
    
        .contact-info-grid {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 50px;
          align-items: start;
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 24px;
          position: relative;
          z-index: 1;
        }
    
        @media (max-width: 868px) {
          .contact-info-grid {
            grid-template-columns: 1fr;
          }
        }
    
        .contact-info-content h2 {
          font-family: 'Cormorant Garamond', serif;
          font-size: clamp(32px, 5vw, 44px);
          font-weight: 400;
          color: var(--color-text);
          margin-bottom: 20px;
        }
    
        .contact-info-content p {
          color: var(--color-text-muted);
          font-size: 16px;
          line-height: 1.7;
          margin-bottom: 40px;
        }
    
        /* Working Hours Badge */
        .working-hours-badge {
          display: inline-flex;
          align-items: center;
          gap: 12px;
          padding: 14px 24px;
          background: linear-gradient(135deg, rgba(212, 165, 116, 0.15), rgba(212, 165, 116, 0.05));
          border: 1px solid rgba(212, 165, 116, 0.3);
          border-radius: 14px;
          margin-bottom: 30px;
        }
    
        .hours-dot {
          width: 12px;
          height: 12px;
          background: #4ade80;
          border-radius: 50%;
          animation: dotPulse 2s ease-in-out infinite;
          box-shadow: 0 0 10px rgba(74, 222, 128, 0.5);
        }
    
        @keyframes dotPulse {
          0%, 100% { opacity: 1; transform: scale(1); }
          50% { opacity: 0.6; transform: scale(1.3); }
        }
    
        .hours-text {
          font-size: 14px;
          color: var(--color-text);
        }
    
        .hours-time {
          color: var(--color-primary);
          font-weight: 500;
        }
    
        /* Contact Methods */
        .contact-methods {
          display: flex;
          flex-direction: column;
          gap: 16px;
        }
    
        .contact-method {
          position: relative;
          display: flex;
          align-items: center;
          gap: 18px;
          padding: 24px;
          background: rgba(42, 33, 28, 0.4);
          border: 1px solid rgba(212, 165, 116, 0.15);
          border-radius: 14px;
          text-decoration: none;
          transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
          overflow: hidden;
          opacity: 0;
          transform: translateY(20px);
          animation: fadeInUp 0.5s ease forwards;
        }
    
        .contact-method:nth-child(1) { animation-delay: 0.1s; }
        .contact-method:nth-child(2) { animation-delay: 0.2s; }
        .contact-method:nth-child(3) { animation-delay: 0.3s; }
        .contact-method:nth-child(4) { animation-delay: 0.4s; }
    
        .contact-method::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 4px;
          background: var(--color-primary);
          transform: scaleY(0);
          transition: transform 0.3s ease;
        }
    
        .contact-method:hover {
          background: rgba(42, 33, 28, 0.8);
          border-color: rgba(212, 165, 116, 0.4);
          transform: translateX(10px);
        }
    
        .contact-method:hover::before {
          transform: scaleY(1);
        }
    
        .contact-method-icon {
          width: 56px;
          height: 56px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: rgba(212, 165, 116, 0.1);
          border-radius: 14px;
          transition: all 0.3s ease;
        }
    
        .contact-method:hover .contact-method-icon {
          background: rgba(212, 165, 116, 0.2);
          transform: rotate(5deg) scale(1.05);
        }
    
        .contact-method-icon svg {
          width: 26px;
          height: 26px;
          stroke: var(--color-primary);
          fill: none;
          stroke-width: 1.5;
        }
    
        .contact-method-content {
          display: flex;
          flex-direction: column;
          gap: 4px;
        }
    
        .contact-method-label {
          font-size: 12px;
          letter-spacing: 0.12em;
          text-transform: uppercase;
          color: var(--color-text-muted);
        }
    
        .contact-method-value {
          font-size: 17px;
          color: var(--color-text);
          transition: color 0.3s ease;
        }
    
        .contact-method:hover .contact-method-value {
          color: var(--color-primary-light);
        }
    
        /* WhatsApp CTA Section */
        .whatsapp-cta-section {
          position: relative;
          padding: 80px 0;
          text-align: center;
          background: var(--color-bg-light);
        }
    
        .whatsapp-cta-card {
          display: inline-flex;
          flex-direction: column;
          align-items: center;
          padding: 60px 80px;
          background: linear-gradient(145deg, rgba(37, 211, 102, 0.1), rgba(18, 140, 126, 0.05));
          border: 1px solid rgba(37, 211, 102, 0.3);
          border-radius: 28px;
          position: relative;
          overflow: hidden;
          max-width: 90%;
        }
    
        .whatsapp-cta-card::before {
          content: '';
          position: absolute;
          inset: 0;
          background: radial-gradient(circle at 50% 0%, rgba(37, 211, 102, 0.15), transparent 60%);
        }
    
        .whatsapp-icon-wrapper {
          position: relative;
          width: 110px;
          height: 110px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 28px;
        }
    
        .whatsapp-icon-wrapper::before {
          content: '';
          position: absolute;
          inset: 0;
          border-radius: 50%;
          background: linear-gradient(135deg, rgba(37, 211, 102, 0.3), rgba(18, 140, 126, 0.2));
          animation: whatsappPulse 2s ease-out infinite;
        }
    
        @keyframes whatsappPulse {
          0% { transform: scale(1); opacity: 0.8; }
          100% { transform: scale(1.6); opacity: 0; }
        }
    
        .whatsapp-icon-wrapper svg {
          position: relative;
          width: 55px;
          height: 55px;
          fill: #25d366;
        }
    
        .whatsapp-cta-title {
          font-family: 'Cormorant Garamond', serif;
          font-size: 32px;
          color: var(--color-text);
          margin-bottom: 14px;
          position: relative;
        }
    
        .whatsapp-cta-subtitle {
          font-size: 16px;
          color: var(--color-text-muted);
          margin-bottom: 32px;
          max-width: 400px;
          position: relative;
          line-height: 1.6;
        }
    
        .whatsapp-cta-btn {
          display: inline-flex;
          align-items: center;
          gap: 14px;
          padding: 18px 42px;
          background: #25d366;
          color: #ffffff;
          text-decoration: none;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0.08em;
          text-transform: uppercase;
          border-radius: 50px;
          transition: all 0.3s ease;
          position: relative;
        }
    
        .whatsapp-cta-btn:hover {
          background: #128c7e;
          transform: translateY(-4px);
          box-shadow: 0 20px 50px rgba(37, 211, 102, 0.4);
        }
    
        .whatsapp-cta-btn svg {
          width: 22px;
          height: 22px;
          fill: currentColor;
        }
    
        /* Reveal Animation on Scroll */
        .reveal-on-scroll {
          opacity: 0;
          transform: translateY(40px);
          transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }
    
        .reveal-on-scroll.revealed {
          opacity: 1;
          transform: translateY(0);
        }
    
        /* Light Theme */
        body[data-theme='light'] .social-card {
          background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(252, 247, 241, 0.98));
          border-color: rgba(177, 132, 88, 0.2);
        }
    
        body[data-theme='light'] .social-card:hover {
          box-shadow: 0 25px 70px rgba(44, 30, 18, 0.15), 0 0 50px rgba(177, 132, 88, 0.1);
        }
    
        body[data-theme='light'] .contact-method {
          background: rgba(255, 255, 255, 0.85);
          border-color: rgba(177, 132, 88, 0.2);
        }
    
        body[data-theme='light'] .contact-method:hover {
          background: rgba(255, 255, 255, 1);
        }
    
        body[data-theme='light'] .whatsapp-cta-card {
          background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(252, 247, 241, 0.98));
        }
    
        body[data-theme='light'] .location-map-container {
          box-shadow: 0 25px 70px rgba(44, 30, 18, 0.12);
        }
    
        /* Responsive */
        @media (max-width: 768px) {
          .social-cards-grid {
            grid-template-columns: 1fr;
            max-width: 400px;
          }
    
          .whatsapp-cta-card {
            padding: 40px 30px;
          }
    
          .contact-hero-tag::before,
          .contact-hero-tag::after,
          .social-showcase-tag::before,
          .social-showcase-tag::after {
            display: none;
          }
        }


/* ===== Begin merged from footer.css ===== */

/* ============================================
   FOOTER STYLES
   ============================================ */

.footer {
  background: linear-gradient(135deg, rgba(15, 10, 20, 0.95) 0%, rgba(25, 15, 35, 0.95) 100%);
  border-top: 1px solid rgba(180, 140, 100, 0.2);
  color: rgba(255, 255, 255, 0.85);
  padding: 4rem 2rem 2rem;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(180, 140, 100, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(150, 100, 60, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.footer-section {
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}

.footer-section:nth-child(2) { animation-delay: 0.1s; }
.footer-section:nth-child(3) { animation-delay: 0.2s; }
.footer-section:nth-child(4) { animation-delay: 0.3s; }

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

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.footer-logo-img {
  height: 50px;
  width: auto;
  margin-bottom: 0.75rem;
  filter: brightness(1.1);
}

.footer-tagline {
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: 300;
  color: rgba(180, 140, 100, 0.9);
  letter-spacing: 2px;
  margin: 0;
}

.footer-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
}

.social-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(180, 140, 100, 0.3);
  border-radius: 50%;
  color: rgba(180, 140, 100, 0.8);
  transition: all 0.3s ease;
  cursor: pointer;
}

.social-link:hover {
  background: rgba(180, 140, 100, 0.1);
  border-color: rgba(180, 140, 100, 0.6);
  color: rgba(180, 140, 100, 1);
  transform: translateY(-3px);
}

.footer-title {
  font-family: var(--font-sans);
  font-size: 1.3rem;
  font-weight: 400;
  color: rgba(180, 140, 100, 1);
  margin: 0 0 1.5rem 0;
  letter-spacing: 1px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
}

.footer-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: rgba(180, 140, 100, 0.8);
  transition: width 0.3s ease;
}

.footer-link:hover {
  color: rgba(180, 140, 100, 1);
  padding-left: 10px;
}

.footer-link:hover::before {
  width: calc(100% - 10px);
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.footer-contact li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
}

.footer-contact svg {
  color: rgba(180, 140, 100, 0.8);
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-bottom {
  border-top: 1px solid rgba(180, 140, 100, 0.2);
  padding-top: 2rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  position: relative;
  z-index: 1;
}

.footer-bottom p {
  margin: 0;
}

/* ============================================
   DARK MODE FOOTER
   ============================================ */

[data-theme="dark"] .footer {
  background: linear-gradient(135deg, rgba(10, 5, 15, 0.98) 0%, rgba(20, 10, 30, 0.98) 100%);
  border-top-color: rgba(150, 100, 60, 0.15);
}

[data-theme="dark"] .footer-tagline,
[data-theme="dark"] .footer-title {
  color: rgba(200, 150, 100, 0.95);
}

[data-theme="dark"] .footer-description {
  color: rgba(255, 255, 255, 0.6);
}

[data-theme="dark"] .footer-link {
  color: rgba(200, 200, 200, 0.75);
}

[data-theme="dark"] .footer-link:hover {
  color: rgba(200, 150, 100, 1);
}

[data-theme="dark"] .footer-contact li {
  color: rgba(220, 220, 220, 0.7);
}

[data-theme="dark"] .footer-contact svg {
  color: rgba(180, 130, 80, 0.9);
}

[data-theme="dark"] .social-link {
  border-color: rgba(150, 100, 60, 0.3);
  color: rgba(150, 100, 60, 0.8);
}

[data-theme="dark"] .social-link:hover {
  background: rgba(150, 100, 60, 0.15);
  border-color: rgba(150, 100, 60, 0.6);
  color: rgba(180, 130, 80, 1);
}

/* ============================================
   LIGHT MODE FOOTER
   ============================================ */

[data-theme="light"] .footer {
  background: #fff;
  border-top-color: rgba(99, 81, 71, 0.2);
  color: #2f2620;
}

[data-theme="light"] .footer::before {
  background: none;
}

[data-theme="light"] .footer-tagline,
[data-theme="light"] .footer-title {
  color: #7a5a40;
}

[data-theme="light"] .footer-description,
[data-theme="light"] .footer-link,
[data-theme="light"] .footer-contact li,
[data-theme="light"] .footer-bottom {
  color: #5f5248;
}

[data-theme="light"] .footer-contact svg,
[data-theme="light"] .social-link {
  color: #b18458;
  border-color: rgba(177, 132, 88, 0.35);
}

[data-theme="light"] .social-link:hover {
  background: rgba(177, 132, 88, 0.12);
  border-color: rgba(177, 132, 88, 0.6);
  color: #7a5a40;
}

/* ============================================
   RESPONSIVE FOOTER
   ============================================ */

@media (max-width: 768px) {
  .footer {
    padding: 3rem 1.5rem 1.5rem;
  }

  .footer-content {
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .footer-section {
    text-align: center;
  }

  .footer-logo {
    align-items: center;
  }

  .social-links {
    justify-content: center;
  }

  .footer-title {
    font-size: 1.1rem;
  }

  .footer-links {
    gap: 0.6rem;
  }

  .footer-link:hover {
    padding-left: 0;
  }

  .footer-link::before {
    display: none;
  }

  .footer-contact {
    gap: 1rem;
  }

  .footer-contact li {
    justify-content: center;
  }
}

/* ============================================
   ANIMATIONS & TRANSITIONS
   ============================================ */

.footer a {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-section:hover {
  transform: translateY(-2px);
  transition: transform 0.3s ease;
}
