/* ═══════════════════════════════════════════════════════════════════════
   KHYATI BOUTIQUE — LUXURY THEME v1.0
   Bootstrap 5.3 overrides + custom editorial-luxury design
   ═══════════════════════════════════════════════════════════════════════ */

:root {
  --ink: #1c1c1c;
  --charcoal: #2a2a2a;
  --grey: #73726c;
  --light-grey: #a8a6a0;
  --ivory: #fbf8f2;
  --cream: #f5ede0;
  --gold: #9a7b4f;
  --gold-light: #c9a96e;
  --gold-pale: #d4af7a;
  --line: #e8d5b0;

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Jost', -apple-system, sans-serif;

  /* Bootstrap overrides */
  --bs-border-radius: 2px;
  --bs-border-radius-sm: 2px;
  --bs-border-radius-lg: 2px;
  --bs-body-font-family: var(--font-sans);
  --bs-body-color: var(--charcoal);
  --bs-body-bg: var(--ivory);
  --bs-primary: var(--gold);
  --bs-primary-rgb: 154, 123, 79;
}

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background: var(--ivory);
  color: var(--charcoal);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: 0.01em;
}

a { color: var(--gold); text-decoration: none; transition: color .2s; }
a:hover { color: var(--ink); }

/* ─── Utility ─── */
.serif { font-family: var(--font-serif) !important; }
.italic { font-style: italic; }
.text-gold { color: var(--gold) !important; }
.text-gold-pale { color: var(--gold-pale) !important; }
.text-ink { color: var(--ink) !important; }
.text-ivory { color: var(--ivory) !important; }
.bg-ink { background: var(--ink) !important; color: var(--ivory); }
.bg-ivory { background: var(--ivory) !important; }
.bg-cream { background: var(--cream) !important; }

.eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 14px;
}

/* ─── Buttons ─── */
.btn-khyati {
  background: transparent;
  border: 0.5px solid var(--gold);
  color: var(--gold);
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 14px 36px;
  font-weight: 500;
  border-radius: 0;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.btn-khyati::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}
.btn-khyati:hover { color: var(--ivory); }
.btn-khyati:hover::before { transform: translateX(0); }

.btn-khyati-dark { border-color: var(--ink); color: var(--ink); }
.btn-khyati-dark::before { background: var(--ink); }
.btn-khyati-dark:hover { color: var(--ivory); }

.btn-khyati-light { border-color: var(--gold-pale); color: var(--gold-pale); }
.btn-khyati-light::before { background: var(--gold-pale); }
.btn-khyati-light:hover { color: var(--ink); }

.btn-khyati-gold {
  background: var(--gold-pale);
  border-color: var(--gold-pale);
  color: var(--ink);
}
.btn-khyati-gold::before { background: var(--ink); }
.btn-khyati-gold:hover { color: var(--ivory); }

/* ─── Announcement Bar ─── */
.announcement-bar {
  background: var(--ink);
  color: var(--gold-pale);
  text-align: center;
  padding: 10px 16px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  z-index: 200;
}
.announcement-bar a { color: var(--gold-pale); }

/* ─── Navigation ─── */
.navbar-khyati {
  position: sticky;
  top: 0;
  padding: 18px 48px;
  background: rgba(251, 248, 242, 0.98);
  backdrop-filter: blur(10px);
  z-index: 100;
  border-bottom: 0.5px solid rgba(232, 213, 176, 0.3);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transition: padding 0.3s ease;
}
.navbar-khyati.scrolled { padding: 10px 48px; }

.nav-left, .nav-right { display: flex; gap: 30px; align-items: center; }
.nav-right { justify-content: flex-end; }
.nav-icons { display: flex; gap: 20px; align-items: center; font-size: 18px; }

.nav-link-khyati {
  font-family: var(--font-sans);
  font-size: 15px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--charcoal);
  font-weight: 500;
  transition: color 0.2s;
}
.nav-link-khyati:hover { color: var(--gold); }

.brand-khyati {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 28px;
  letter-spacing: 6px;
  color: var(--ink);
  font-weight: 500;
  text-align: center;
}
.brand-khyati:hover { color: var(--gold); }

.nav-icon-btn {
  color: var(--charcoal);
  background: none;
  border: none;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  transition: color 0.2s;
}
.nav-icon-btn:hover { color: var(--gold); }

.nav-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background: var(--gold);
  color: var(--ivory);
  font-size: 9px;
  font-weight: 500;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ─── Footer ─── */
.footer {
  background: var(--ink);
  color: rgba(253, 246, 236, 0.65);
  padding: 80px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 32px;
  letter-spacing: 6px;
  color: var(--ivory);
  margin-bottom: 8px;
  font-weight: 500;
}
.footer-sub {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 12px;
  color: var(--gold-pale);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-tagline {
  font-size: 12px;
  color: rgba(253, 246, 236, 0.55);
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 280px;
  font-weight: 300;
}
.footer-contact {
  font-size: 11px;
  color: rgba(253, 246, 236, 0.65);
  line-height: 1.9;
  margin-bottom: 20px;
  font-weight: 300;
}
.footer-contact strong {
  color: var(--gold-pale);
  display: inline-block;
  min-width: 50px;
  font-weight: 500;
  letter-spacing: 1px;
}
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 36px; height: 36px;
  border: 0.5px solid rgba(212, 175, 122, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-pale);
  font-size: 14px;
  transition: all 0.3s;
}
.footer-social a:hover {
  background: var(--gold);
  color: var(--ivory);
  border-color: var(--gold);
}
.footer h4 {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 16px;
  color: var(--gold-pale);
  margin-bottom: 16px;
  font-weight: 400;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a {
  font-size: 12px;
  color: rgba(253, 246, 236, 0.55);
  font-weight: 300;
}
.footer-links a:hover { color: var(--gold-pale); }

.payments-strip {
  border-top: 0.5px solid rgba(212, 175, 122, 0.15);
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.payments-label {
  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(212, 175, 122, 0.7);
  text-transform: uppercase;
  font-weight: 500;
}
.payments-logos { display: flex; gap: 10px; flex-wrap: wrap; }
.payments-logos span {
  background: rgba(251, 248, 242, 0.08);
  color: rgba(253, 246, 236, 0.8);
  font-size: 10px;
  padding: 6px 12px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0.5px solid rgba(212, 175, 122, 0.2);
}

.footer-bottom {
  border-top: 0.5px solid rgba(212, 175, 122, 0.15);
  padding-top: 20px;
  font-size: 11px;
  color: rgba(253, 246, 236, 0.4);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  letter-spacing: 1px;
}

/* ─── WhatsApp Float ─── */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 58px; height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  z-index: 99;
  transition: transform 0.25s;
}
.wa-float:hover { transform: scale(1.08); color: #fff; }

/* ─── Responsive ─── */
@media (max-width: 992px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .navbar-khyati { padding: 14px 20px; grid-template-columns: auto 1fr auto; }
  .nav-left, .nav-right .nav-link-khyati { display: none; }
  .brand-khyati { font-size: 22px; letter-spacing: 4px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer { padding: 60px 0 24px; }
}
