/* ============================================
   Lavish Spa - Unisex Spa Pondicherry
   Custom Styles
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,700&family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
  --gold: #C9A46A;
  --gold-light: #D8B77A;
  --spa-dark: #12110F;
  --spa-dark2: #1E1C18;
  --spa-dark3: #2A2720;
  --spa-dark4: #3A3630;
  --off-white: #F9F5EF;
  --off-white2: #FBF8F2;
  --text-muted: #6D6A63;
  --text-light: #9A9590;
  --text-body: #C5BFB6;
  --cream: #F2E6D2;
}

* { box-sizing: border-box; }

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  color: #2B2B2B;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, .font-playfair {
  font-family: 'Playfair Display', serif;
}

.text-gold { color: var(--gold) !important; }
.bg-gold { background-color: var(--gold) !important; }
.bg-spa-dark { background-color: var(--spa-dark) !important; }
.bg-off-white { background-color: var(--off-white) !important; }
.bg-off-white2 { background-color: var(--off-white2) !important; }

/* ---- NAVBAR ---- */
.navbar-top-bar {
  background-color: var(--spa-dark);
  padding: 8px 0;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}
.navbar-top-bar a { color: var(--gold); text-decoration: none; transition: color .2s; }
.navbar-top-bar a:hover { color: var(--gold-light); }
.navbar-top-bar .address { color: var(--text-light); }
.navbar-top-bar .social-icons a { color: var(--gold); font-size: 14px; margin-left: 10px; }

.navbar-main {
  background-color: #151411;
  border-bottom: 1px solid #2A2720;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 1050;
}
.navbar-brand .brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1.1;
}
.navbar-brand .brand-sub {
  font-size: 9px;
  color: var(--text-light);
  letter-spacing: 5px;
  text-transform: uppercase;
}
.navbar-main .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-body) !important;
  padding: 5px 12px !important;
  transition: color .2s;
}
.navbar-main .nav-link:hover,
.navbar-main .nav-link.active {
  color: var(--gold) !important;
  border-bottom: 1px solid var(--gold);
}
.btn-book-nav {
  background-color: var(--gold);
  color: #12110F !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  transition: background-color .2s;
  text-decoration: none;
}
.btn-book-nav:hover { background-color: var(--gold-light); color: #12110F !important; }
.navbar-toggler { border-color: #3A3630; color: var(--text-body); }
.navbar-toggler-icon { filter: invert(80%); }

/* ---- HERO ---- */
.hero-section {
  background-size: cover;
  background-position: center;
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(18,17,15,0.92) 0%, rgba(18,17,15,0.70) 50%, transparent 100%);
}
.hero-content { position: relative; z-index: 2; }
.hero-kicker {
  font-size: 11px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 7vw, 80px);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.1;
  margin-bottom: 24px;
}
.hero-title em { color: var(--gold); font-style: italic; }
.hero-desc {
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 36px;
}
.btn-gold {
  background-color: var(--gold);
  color: #12110F;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 16px 32px;
  border: none;
  border-radius: 0;
  transition: background-color .2s;
  text-decoration: none;
  display: inline-block;
}
.btn-gold:hover { background-color: var(--gold-light); color: #12110F; }
.btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 16px 32px;
  background: transparent;
  border-radius: 0;
  transition: all .2s;
  text-decoration: none;
  display: inline-block;
}
.btn-outline-gold:hover { background-color: var(--gold); color: #12110F; }

/* ---- PAGE HERO ---- */
.page-hero {
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-hero-overlay { position: absolute; inset: 0; background: rgba(18,17,15,0.80); }
.page-hero-content { position: relative; z-index: 2; }
.page-hero .kicker {
  font-size: 10px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 700;
  color: var(--cream);
  margin: 0;
}

/* ---- SECTION ---- */
.section-kicker {
  font-size: 10px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #2B2B2B;
  margin-bottom: 0;
}
.section-title-light {
  color: var(--cream);
}

/* ---- SERVICE CARDS ---- */
.service-card {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: box-shadow .3s;
}
.service-card:hover { box-shadow: 0 8px 32px rgba(201,164,106,0.18); }
.service-card .card-img-wrap { overflow: hidden; height: 200px; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.service-card:hover img { transform: scale(1.06); }
.service-card .card-body { padding: 20px; }
.service-card .card-title {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 600;
  color: #2B2B2B;
  margin-bottom: 8px;
}
.service-card .card-text { color: var(--text-muted); font-size: 14px; line-height: 1.6; }
.link-gold {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .2s;
}
.link-gold:hover { color: var(--gold-light); }

/* ---- GALLERY ---- */
.gallery-item { position: relative; overflow: hidden; aspect-ratio: 5/4; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-caption {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18,17,15,0.80) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .3s;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-caption span {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
}

/* ---- BOOKING / CONTACT FORMS ---- */
.form-dark {
  background-color: var(--spa-dark2);
  padding: 36px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.form-dark .form-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: var(--gold);
  margin-bottom: 24px;
}
.form-dark label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 6px;
  display: block;
}
.form-dark .form-control,
.form-dark .form-select {
  background-color: var(--spa-dark3);
  border: 1px solid var(--spa-dark4);
  color: var(--cream);
  border-radius: 0;
  padding: 10px 14px;
  font-size: 14px;
  transition: border-color .2s;
}
.form-dark .form-control:focus,
.form-dark .form-select:focus {
  background-color: var(--spa-dark3);
  border-color: var(--gold);
  color: var(--cream);
  box-shadow: none;
}
.form-dark .form-control::placeholder { color: #6D6A63; }
.form-dark .form-select option { background: var(--spa-dark2); }
.btn-submit {
  width: 100%;
  background-color: var(--gold);
  color: #12110F;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 16px;
  border: none;
  border-radius: 0;
  transition: background-color .2s;
}
.btn-submit:hover { background-color: var(--gold-light); }

/* ---- WHY CHOOSE CARDS ---- */
.why-card {
  background: #fff;
  text-align: center;
  padding: 40px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transition: box-shadow .3s;
}
.why-card:hover { box-shadow: 0 8px 32px rgba(201,164,106,0.18); }
.why-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(201,164,106,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin: 0 auto 20px;
  font-size: 28px;
}
.why-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #2B2B2B;
  margin-bottom: 12px;
}
.why-card p { color: var(--text-muted); font-size: 14px; line-height: 1.6; margin: 0; }

/* ---- TESTIMONIALS ---- */
.testimonial-card {
  background: #fff;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  position: relative;
}
.testimonial-card .quote-mark {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  color: var(--gold);
  opacity: 0.25;
  position: absolute;
  top: 8px;
  right: 20px;
  line-height: 1;
}
.testimonial-card .stars { color: var(--gold); margin-bottom: 12px; }
.testimonial-card p { color: var(--text-muted); font-size: 14px; line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.testimonial-card .reviewer-name {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: #2B2B2B;
}
.testimonial-card .reviewer-role {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 2px;
}

/* ---- STATS ---- */
.stats-section { background-color: var(--spa-dark); padding: 56px 0; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 4px;
}
.stat-label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-light);
}

/* ---- FEATURE ICONS ---- */
.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(201,164,106,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
  font-size: 18px;
}

/* ---- CTA BAND ---- */
.cta-band { background-color: var(--gold); padding: 60px 0; }
.cta-band h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #12110F;
  margin-bottom: 12px;
}
.cta-band p { color: #3A2A10; font-size: 14px; margin-bottom: 28px; }
.btn-dark-spa {
  background-color: #12110F;
  color: var(--gold);
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 16px 40px;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}
.btn-dark-spa:hover { background-color: #1E1C18; color: var(--gold); }

/* ---- ABOUT IMAGE BADGE ---- */
.about-img-wrap { position: relative; }
.badge-years {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--gold);
  padding: 24px;
  display: none;
}
@media (min-width: 992px) { .badge-years { display: block; } }
.badge-years .num {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: #12110F;
  line-height: 1;
}
.badge-years .label {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3A2A10;
  margin-top: 4px;
}

/* ---- MISSION ---- */
.mission-section { background-color: var(--spa-dark); padding: 60px 0; text-align: center; }
.mission-quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 3vw, 30px);
  font-style: italic;
  color: var(--cream);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

/* ---- CONTACT INFO CARDS ---- */
.contact-info-card {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  padding: 20px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.contact-info-card:hover { box-shadow: 0 8px 32px rgba(201,164,106,0.18); }
.contact-info-card .ci-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2B2B2B;
}
.contact-info-card .ci-val { color: var(--text-muted); font-size: 12px; }
.btn-whatsapp {
  background-color: #22c55e;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 14px 24px;
  border: none;
  border-radius: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color .2s;
}
.btn-whatsapp:hover { background-color: #16a34a; color: #fff; }

/* ---- FLOATING BUTTONS ---- */
.float-call {
  position: fixed;
  left: 20px;
  bottom: 28px;
  z-index: 9999;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--gold);
  color: #12110F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 16px rgba(201,164,106,0.45);
  text-decoration: none;
  transition: background-color .2s, transform .2s;
}
.float-call:hover { background-color: var(--gold-light); transform: scale(1.1); color: #12110F; }
.float-wa {
  position: fixed;
  right: 20px;
  bottom: 28px;
  z-index: 9999;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #22c55e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 16px rgba(34,197,94,0.4);
  text-decoration: none;
  transition: background-color .2s, transform .2s;
}
.float-wa:hover { background-color: #16a34a; transform: scale(1.1); color: #fff; }

/* ---- FOOTER ---- */
footer.site-footer {
  background-color: var(--spa-dark);
  color: var(--text-light);
  padding-top: 60px;
}
.footer-brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--gold);
}
.footer-brand-sub {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #6D6A63;
  margin-top: 2px;
}
.footer-desc { font-size: 13px; line-height: 1.7; color: #7A7670; margin-bottom: 16px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; margin-bottom: 8px; }
.footer-contact-item i { color: var(--gold); margin-top: 2px; flex-shrink: 0; }
.footer-contact-item a { color: var(--text-light); text-decoration: none; transition: color .2s; }
.footer-contact-item a:hover { color: var(--gold); }
.footer-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--text-body);
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2A2720;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  font-size: 13px;
  color: var(--text-light);
  text-decoration: none;
  transition: color .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-links a:hover { color: var(--gold); }
.footer-links a::before { content: '›'; color: var(--gold); font-size: 14px; }
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1E1C18;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 14px;
  text-decoration: none;
  margin-right: 8px;
  transition: all .2s;
}
.footer-social a:hover { background: var(--gold); color: #12110F; }
.footer-hours { font-size: 13px; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.footer-hours i { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid #2A2720;
  padding: 16px 0;
  margin-top: 40px;
  font-size: 12px;
  color: #6D6A63;
}
.footer-bottom a { color: var(--gold); text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; }

/* ---- TOAST ---- */
#toast-container {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.toast-msg {
  background: #1E1C18;
  color: var(--cream);
  border-left: 4px solid var(--gold);
  padding: 14px 20px;
  border-radius: 2px;
  font-size: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  min-width: 280px;
  animation: toastIn .3s ease;
}
.toast-msg.success { border-color: #22c55e; }
.toast-msg.error { border-color: #ef4444; }
@keyframes toastIn { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: none; } }

/* ---- UTILITIES ---- */
.shadow-card { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.map-wrap { width: 100%; height: 260px; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 767px) {
  .hero-section { min-height: 70vh; }
  .hero-title { font-size: 38px; }
  .page-hero { padding: 80px 0; }
  .page-hero h1 { font-size: 36px; }
  .form-dark { padding: 24px; }
}
