/* ============================================================
   KOTHARI NX — PREMIUM FASHION WEBSITE
   style.css — Full Responsive Stylesheet
   ============================================================ */

/* ===== RESET ===== */

/* 
1. Default browser spacing ko zero karein
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  /* Agar body par koi top border ya dynamic background issue ho toh fix karega 
}

*/


*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

/* ===== CSS VARIABLES — LIGHT THEME ===== 
:root {
  --primary:      #9f6f86;
  --primary-dark: #85566a;
  --primary-light:#d8b7c7;
  --gold:         #d6b56b;
  --gold-light:   #f0dc9c;
  --dark:         #4f444f;
  --dark2:        #6c5f70;
  --light:        #fbf8f9;
  --light2:       #f6f2f4;
  --white:        #ffffff;
  --gray:         #a89fb0;
  --gray-light:   #ddd6dd;
  --border:       #efe9ec;
  --shadow-sm:    0 2px 8px rgba(79,66,83,0.06);
  --shadow:       0 4px 20px rgba(79,66,83,0.10);
  --shadow-lg:    0 12px 40px rgba(79,66,83,0.14);
  --radius:       12px;
  --radius-lg:    20px;
  --nav-h:        72px;
  --transition:   0.25s ease;

  /* Semantic 
  --bg:           var(--light);
  --bg2:          var(--white);
  --text:         var(--dark);
  --text2:        var(--gray);
  --card-bg:      var(--white);
  --nav-bg:       rgba(255,255,255,0.97);
  --input-bg:     var(--light);
} */

/* Copy and paste these color variables or values into your hero section CSS */
:root {
  --hero-bg-gradient: linear-gradient(135deg, #f0f4ff 0%, #fffbf0 50%, #fff0f5 100%);
  /* Keeps your soft pastel look */
  --text-primary: #2C2620;
  /* Deep, warm charcoal/bronze for main headings */
  --text-secondary: #6E655F;
  /* Muted warm-taupe for subheadings and body text */
  --gold-accent: #D4AF37;
  /* Classic Metallic Gold for your "MG" & "Fashion World" */
  --gold-hover: #B8972F;
  /* Slightly darker gold for button hovers */
  --white: #FFFFFF;
}


/*body*/
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 20px;
  text-align: center;
}

.btn-collection {
  display: inline-block;
  padding: 12px 24px;
  background: #8b5a2b;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 50px;
}

.btn-collection:hover {
  background: #6f4722;
}

/* --- Applied Example Style --- */
.hero-title {
  color: var(--text-primary);
  /* "Ladies & Gents" */
  color: #251740;
  /* Deep midnight plum for better contrast on light background */
}

.hero-highlight {
  color: var(--gold-accent);
  /* "Fashion World" */
}

.hero-subtitle {
  color: var(--text-secondary);
  /* "Experience the Art of Dressing" */
}

.cta-button-primary {
  background-color: var(--gold-accent);
  color: var(--white);
}

.cta-button-secondary {
  border: 2px solid var(--gold-accent);
  color: var(--gold-accent);
  background: transparent;
}


/* ===== DARK THEME ===== */
[data-theme="dark"] {
  --bg: #1f1b27;
  --bg2: #2c2638;
  --text: #b487e2;
  --text2: #8c5ced;
  --card-bg: #2b243f;
  --nav-bg: rgba(23, 20, 30, 0.95);
  --border: #463c60;
  --input-bg: #2c253f;
  --shadow: 0 4px 20px rgba(118, 102, 162, 0.25);
  --shadow-lg: 0 12px 40px rgba(118, 102, 162, 0.35);
}

body {
  font-family: 'Poppins', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  transition: background var(--transition), color var(--transition);
}

/* ===== LOADER ===== */
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;

  background: linear-gradient(135deg, #3B3B3B, #242424, #0D0D0D);
  /* background: linear-gradient(135deg, #790b79, #5b2db8, #296da0); */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.loader-inner {
  text-align: center;
}

.loader-logo {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 10px;
  animation: pulse 1.2s ease-in-out infinite;
}

.loader-sub {
  font-size: 0.75rem;
  letter-spacing: 6px;
  color: rgba(243, 138, 138, 0.6);
  margin-top: 6px;
  text-transform: uppercase;
}

.loader-bar {
  width: 200px;
  height: 3px;
  background: rgba(171, 89, 89, 0.15);
  border-radius: 2px;
  margin: 24px auto 0;
  overflow: hidden;
}

.loading-page-vibrant {
  /* Your exact gradient from Screenshot 1 */
  background: linear-gradient(135deg, #fca5f1 0%, #b39ffa 50%, #9bfad7 100%);
  height: 100vh;
}


/* Force text to be deep dark or crisp white for visibility */
.loading-page-vibrant h1,
.loading-page-vibrant p {
  color: #1c1130;
  /* Deep midnight plum (provides contrast against pink/cyan) */
}

.loading-page-vibrant .gold-text-fix {
  color: #b88100;
  /* Deepened dark mustard-gold so it doesn't get lost */
}

.loader-fill {
  height: 100%;
  width: 0;
  background: var(--gold);
  border-radius: 2px;
  animation: loadBar 1.2s ease forwards;
}

@keyframes loadBar {
  to {
    width: 100%;
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}




/* ===== SCROLL TO TOP =====
.scroll-top {
  position: fixed;
  bottom: 90px;
  right: 24px;
  z-index: 800;
  width: 46px;
  height: 46px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition), transform var(--transition);
}

.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll-top:hover {
  transform: translateY(-3px);
  background: var(--primary-dark);
}*/




/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 800;
  width: 54px;
  height: 54px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  transition: transform var(--transition), box-shadow var(--transition);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

/* ===== HEADER ===== */
#site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px;
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: background var(--transition), box-shadow var(--transition);
}

#site-header.scrolled {
  box-shadow: var(--shadow);
}

.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
  line-height: 1.3;
  text-transform: uppercase;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.theme-toggle-btn {
  background: none;
  border: 2px solid var(--border);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 1.1rem;
  color: var(--text);
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
}

.theme-toggle-btn:hover {
  border-color: var(--gold);
  background: var(--light2);
}

#site-header .logo {
  /* Day view color, assuming text logo style */
  color: #dcb05b;
  /* Original Golden Color */
}


/* ================================================== */
/* --- Day/Light Mode Specific Rules [cite: image_10.png] --- */
/* ================================================== */

body.light-mode #site-header {
  background-color: #fff;
  /* header white ho rha hai */
}

/* Ab lines white nhi hongee, unhe dark karein contrast ke liye */
body.light-mode .hamburger-menu .line {
  background-color: #333;
  /* Dark gray lines on white */
  /* Ya, explicitly brown lines set karein contrast ke liye:
       background-color: #5d4037 !important;
    */
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.hamburger-menu .line {
  height: 3px;
  width: 30px;
  border-radius: 2px;
  margin-bottom: 5px;
  /* Default color for lines (if no mode set, assume day) */
  background-color: #5d4037;
  /* Dark brown for light background */
}

/* .hamburger-menu .line {
  width: 24px;
  height: 2.5px;
  background: var(--text);
  border-radius: 2px;
  transition: all var(--transition);
  color: #D4AF37;
} */

.hamburger-menu.open .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger-menu.open .line:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.open .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}



@media (max-width: 768px) {
  #site-header {
    padding: 0 20px;
  }

  .logo {
    font-size: 0.9rem;
  }

  .hamburger-menu {
    display: flex;
  }

  .theme-toggle-btn {
    padding: 6px 10px;
    font-size: 0.9rem;
  }
}

/* ===== NAVBAR ===== */



/* 2. Navbar check karein ki top se chipka rahe */


.navbar {
  width: 100%;
  /* Ya agar aapne fixed/sticky rakha hai toh 'fixed'/'sticky' */
  top: 0;
  margin-top: 0 !important;
  /* Kisi bhi tarah ka extra top margin force-remove karne ke liye */

  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;

  /* ADJUSTMENT 1: Increase the height. If you are using a CSS variable, 
     change --nav-h to something like 80px or 90px in your :root. 
     Alternatively, you can hardcode it here, or let the padding define it: */
  height: 80px;
  /* Increased from your original height to give the logo room */

  display: flex;
  align-items: center;
  justify-content: space-between;

  /* ADJUSTMENT 2: Increased left/right padding to align better with modern grid layouts */
  padding: 0 64px;

  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: background var(--transition), box-shadow var(--transition);
}

.navbar.scrolled {
  box-shadow: var(--shadow);
}

.nav-logo {
  display: flex;
  align-items: center;
  /* OPTIONAL: Ensure the logo image scales nicely within the new navbar height */
  max-height: 100%;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
  /* Slightly increased spacing between links for elegance */
}

/* .logo-img {
  width: 220px;
  height: auto;
  display: block;

} */

[data-theme="dark"] .logo-img {
  filter: brightness(0) invert();
}

.logo-img {
  width: 60px;
  height: 60px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-link {
  /* ADJUSTMENT 3: Slightly increased font size for better readability against the dark background */
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 2px;
  transition: color var(--transition);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width var(--transition);
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary);
}


.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.theme-toggle {
  background: none;
  border: 2px solid var(--border);
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 1rem;
  color: var(--text);
  transition: border-color var(--transition), background var(--transition);
}

.theme-toggle:hover {
  border-color: var(--gold);
  background: var(--light2);
}




/* 
 =========================== NAVBAR =========================== 

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: background var(--transition), box-shadow var(--transition);
}

.navbar.scrolled {
  box-shadow: var(--shadow);
}

.navbar.scrolled {
  box-shadow: var(--shadow);
} 

.nav-logo {
  display: flex;
  align-items: center;

} 

.logo-knx {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem; font-weight: 700;
  color: var(--primary); letter-spacing: 3px;
}

.logo-text-wrap { display: flex; flex-direction: column; line-height: 1.2; }
.logo-text {
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 4px; color: var(--text); text-transform: uppercase;
}

.logo-sub {
  font-size: 0.62rem; letter-spacing: 1.5px;
  color: var(--text2); text-transform: uppercase;

.nav-link {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 2px;
  transition: color var(--transition);
} 

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width var(--transition);
} 

.nav-link:hover,
.nav-link.active {
  color: var(--primary);
} 

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

/* Dark theme navbar text and fixed top-left logo */
[data-theme="dark"] .nav-link {
  color: #D4AF37 !important;
}

[data-theme="dark"] .nav-logo .logo-img {
  display: none !important;
}

[data-theme="dark"] .logo-img {
  filter: none;
}

.dark-theme-logo {
  display: none;
  position: fixed;
  top: 18px;
  left: 18px;
  width: 48px;
  height: auto;
  z-index: 10000;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

[data-theme="dark"] .dark-theme-logo {
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: auto;
  padding: 0 24px;
}

.nav-link {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.5px;
  position: relative;
  transition: color var(--transition);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width var(--transition);
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.admin-nav-btn {
  background: var(--primary);
  color: #fff !important;
  padding: 7px 16px;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  transition: background var(--transition);
}

.admin-nav-btn:hover {
  background: var(--primary-dark);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

/*=========================== OLD NAVBAR ENDS=========================== */


/* ===== THEME VARIABLES (AUTOMATIC SWITCHING) ===== */

/* Default / Light Theme Colors */
:root,
html[data-theme="light"] {
  --dropdown-bg: rgba(255, 255, 255, 0.96);
  /* Light glass background */
  --dropdown-border: rgba(212, 175, 55, 0.3);
  /* Soft gold border for light mode */
  --dropdown-text: #333333;
  /* Dark text for readability */
  --dropdown-hover-bg: rgba(212, 175, 55, 0.15);
  /* Light gold tint on hover */
  --dropdown-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Dark Theme Colors */
html[data-theme="dark"] {
  --dropdown-bg: rgba(26, 26, 26, 0.98);
  /* Premium Dark Theme match */
  --dropdown-border: rgba(212, 175, 55, 0.25);
  /* Subtle gold framing */
  --dropdown-text: #dddddd;
  /* Light text for dark background */
  --dropdown-hover-bg: rgba(212, 175, 55, 0.12);
  /* Sleek gold accent glow */
  --dropdown-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
}

/* ===== COMPLETE MULTI-LEVEL DROPDOWN CORES ===== */

/* Dropdown core position hook */
.dropdown-item {
  position: relative;
}

/* Base properties for all levels of nested dropdown lists */
.dropdown-menu,
.submenu,
.submenu-level3 {
  position: absolute;
  background: var(--dropdown-bg);
  /* Dynamic variable */
  backdrop-filter: blur(15px);
  border: 1px solid var(--dropdown-border);
  /* Dynamic variable */
  border-radius: 6px;
  padding: 8px 0;
  min-width: 190px;
  box-shadow: var(--dropdown-shadow);
  /* Dynamic variable */
  list-style: none;
  z-index: 1010;

  /* Smooth transform state */
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Level 1 Alignment: Pops down directly below 'Collection' */
.dropdown-menu {
  top: 100%;
  left: 0;
  margin-top: 12px;
}

/* Level 2 & 3 Alignment: Pops to the right side of parent item */
.submenu,
.submenu-level3 {
  top: -9px;
  left: 100%;
  margin-left: 2px;
}

/* Dropdown Menu Item link formatting */
.dropdown-menu a {
  display: block;
  padding: 10px 22px;
  color: var(--dropdown-text) !important;
  /* Dynamic variable */
  font-size: 0.88rem;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.3px;
  white-space: nowrap;
  transition: all 0.22s ease-in-out;
}

/* Submenu layout hover shifts and color focus */
.dropdown-menu li:hover>a {
  background: var(--dropdown-hover-bg) !important;
  /* Dynamic variable */
  color: #d4af37 !important;
  /* Elegant gold text color stays globally persistent */
  padding-left: 26px;
  /* Smooth responsive indent push */
}

/* Structural node definitions */
.has-submenu {
  position: relative;
}

/* ===== HOVER CONTROLS (TRIGGERS DISPLAY) ===== */
.dropdown-item:hover>.dropdown-menu,
.has-submenu:hover>.submenu,
.has-submenu:hover>.submenu-level3 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Invisible structural bridge to prevent cursor loss dropouts */
.dropdown-item::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}





/* ===== SHARED SECTION STYLES ===== */
.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 12px auto 0;
  border-radius: 2px;
}

.section-desc {
  font-size: 0.95rem;
  color: var(--text2);
  margin-top: 14px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  padding: 14px 36px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
}

.btn-primary:hover {
  background: #b8943e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 168, 76, 0.4);
}

.btn-outline {
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 14px 36px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: all var(--transition);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translateY(-2px);
}

/* ========================================================
    ===== GLOBAL RESPONSIVE SETTINGS ===== 
body {
  margin: 0;
  display: flex;
  min-height: 100vh;
}

/* Theme Configuration Core Variables 
:root, html[data-theme="light"] {
  --sidebar-bg: rgba(255, 255, 255, 0.98);
  --sidebar-border: rgba(212, 175, 55, 0.2);
  --sidebar-text: #2c2c2c;
  --sidebar-hover: rgba(212, 175, 55, 0.1);
  --pop-menu-bg: #ffffff;
}

html[data-theme="dark"] {
  --sidebar-bg: rgba(20, 20, 20, 0.98);
  --sidebar-border: rgba(212, 175, 55, 0.25);
  --sidebar-text: #e0e0e0;
  --sidebar-hover: rgba(212, 175, 55, 0.12);
  --pop-menu-bg: #161616;
}

/* Page Main Content Container Adjustment 
/* Note: Apne main body content panel wrapper me ye class de dein 
.main-layout-wrapper {
  margin-left: 280px;
  width: calc(100% - 280px);
  transition: all 0.3s ease;
}

/* ===== MOBILE TOP BAR (DESKTOP HIDDEN) ===== 
.mobile-top-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: var(--sidebar-bg);
  border-bottom: 1px solid var(--sidebar-border);
  z-index: 2000;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}

.mobile-logo img {
  height: 40px;
  object-fit: contain;
}

/* ===== VERTICAL SIDEBAR ELEMENT ===== */
.vertical-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: var(--sidebar-bg);
  border-right: 1px solid var(--sidebar-border);
  display: flex;
  flex-direction: column;
  padding: 35px 20px;
  box-sizing: border-box;
  z-index: 1500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-logo {
  text-align: center;
  margin-bottom: 35px;
  border-bottom: 1px dashed var(--sidebar-border);
  padding-bottom: 20px;
  cursor: pointer;
}

.sidebar-logo .logo-img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

.brand-title {
  font-family: 'Playfair Display', serif;
  color: #d4af37; /* Luxe Brand Gold Accent */
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin: 0;
}

.brand-sub {
  font-size: 0.72rem;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}


/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #616161, #4d4d4d, #2e2e2e);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(var(--nav-h) + 40px) 24px 60px;
  position: relative;
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9a84c' fill-rule='evenodd'%3E%3Cpath d='M40 0L50 20L70 20L55 32L61 52L40 40L19 52L25 32L10 20L30 20Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 80px 80px;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.hero-badge {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #D4AF37;
  border: 1px solid rgba(202, 164, 58, 0.4);
  padding: 6px 20px;
  border-radius: 30px;
  margin-bottom: 28px;
}

.hero-logo-box {
  margin-bottom: 24px;
}

.hero-logo-letters {
  font-family: 'Playfair Display', serif;
  font-size: 5.5rem;
  font-weight: 700;
  color: #D4AF37;
  letter-spacing: 12px;
  line-height: 1;
  text-shadow: 0 0 60px rgba(202, 164, 58, 0.812);
}

.hero-logo-sub {
  font-size: 0.8rem;
  letter-spacing: 8px;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  margin-top: 8px;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 16px;
}

.hero-title em {
  color: var(--gold);
  font-style: italic;
}

.hero-tagline {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
  margin-bottom: 8px;
}

.hero-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  margin-bottom: 36px;
}

.hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 32px;
}

.hero-stat {
  text-align: center;
  padding: 0 32px;
}

.hero-stat strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
}

.hero-stat span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
}

.hero-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
}

.hero-scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
  letter-spacing: 2px;
}

.scroll-arrow {
  width: 20px;
  height: 20px;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  transform: rotate(45deg);
  animation: bounce 1.5s infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: rotate(45deg) translateY(0);
  }

  50% {
    transform: rotate(45deg) translateY(5px);
  }
}


/* ===== OCCASIONS STRIP ===== 
.occasions-strip {
  display: flex;
  flex-wrap: wrap;
  background: var(--bg2);
  border-bottom: 1px solid var(--border);
}

.occasion-item {
  flex: 1;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 22px 16px;
  cursor: pointer;
  border-right: 1px solid var(--border);
  transition: background var(--transition), color var(--transition);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text2);
}

.occasion-item:last-child {
  border-right: none;
}

.occasion-item:hover {
  background: var(--primary);
  color: #fff;
}

.occ-icon {
  font-size: 1.6rem;
}*/


/* ===== FILTER BAR ===== */
.filter-bar {
  padding: 64px 40px 28px;
  background: var(--bg2);
  border-bottom: 1px solid var(--border);
  text-align: center;
}

.filters {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.filter-btn {
  padding: 9px 22px;
  border: 2px solid var(--border);
  background: transparent;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text);
  transition: all var(--transition);
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.search-box {
  max-width: 440px;
  margin: 0 auto;
  position: relative;
}

.search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  pointer-events: none;
}

.search-box input {
  width: 100%;
  padding: 13px 20px 13px 46px;
  border: 2px solid var(--border);
  border-radius: 30px;
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background: var(--input-bg);
  outline: none;
  transition: border-color var(--transition);
}

.search-box input:focus {
  border-color: var(--primary);
}

/* ===== PRODUCTS SECTION ===== */
.products-section {
  padding: 44px 40px 64px;
  background: var(--bg);
  min-height: 300px;
}

.tip-banner {
  max-width: 1200px;
  margin: 0 auto 28px;
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 0.84rem;
  color: #5d4037;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

[data-theme="dark"] .tip-banner {
  background: #2a2200;
  border-color: #5a4a00;
  color: #d4b96a;
}

.tip-banner a {
  color: var(--primary);
  font-weight: 600;
}

.tip-banner code {
  background: #f5e6c8;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 0.8rem;
}

[data-theme="dark"] .tip-banner code {
  background: #3a3000;
}

.tip-close {
  margin-left: auto;
  background: none;
  border: none;
  font-size: 1.1rem;
  color: #888;
  cursor: pointer;
  padding: 0 4px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-lg);
}

.product-card-img-wrap {
  overflow: hidden;
  position: relative;
}

.product-card-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-card:hover .product-card-img {
  transform: scale(1.05);
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--primary);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-card-body {
  padding: 18px 20px 22px;
}

.product-card-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 7px;
}

.product-card-desc {
  font-size: 0.82rem;
  color: var(--text2);
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-card-price {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
}

.product-card-btn {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: background var(--transition);
}

.product-card-btn:hover {
  background: var(--primary-dark);
}

.no-products {
  text-align: center;
  padding: 80px 20px;
  color: var(--text2);
}

.no-products-icon {
  font-size: 3rem;
  margin-bottom: 16px;
}

.no-products p {
  font-size: 1rem;
}


/* ======= collection =======*/
.collection-section {
  padding: 60px 40px 80px;
  background: var(--bg2);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.collection-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
  cursor: pointer;
}

.collection-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-lg);
}

.collection-card-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.collection-card:hover .collection-card-img {
  transform: scale(1.05);
}

.collection-card-body {
  padding: 18px 20px 22px;
}

.collection-card-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 7px;
}

.collection-card-desc {
  font-size: 0.82rem;
  color: var(--text2);
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.collection-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* --- Kurti View Framework Overrides --- */
.navbar {
  background: #ffffff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.nav-links a {
  text-decoration: none;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #a88a64 !important;
}

.nav .dropdown-menu {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 8px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.nav .dropdown-menu a {
  color: #333333 !important;
  padding: 10px 22px;
  font-size: 0.88rem;
  font-family: 'Poppins', sans-serif;
}

.nav .dropdown-menu li:hover>a {
  background: rgba(212, 175, 55, 0.15) !important;
  color: #d4af37 !important;
  padding-left: 26px;
}




/* --- Western View Sidebar Style Utilities --- */
.sidebar-filter {
  background-color: #ffffff;
  border: 1px solid var(--border-color, #eaeaea);
}

.tree-menu details summary::-webkit-details-marker {
  display: none;
}

.tree-menu details summary {
  list-style: none;
  outline: none;
  user-select: none;
}

.tree-menu details[open]>summary::before {
  content: "▼";
  display: inline-block;
  margin-right: 6px;
  font-size: 0.75rem;
}

.tree-menu details>summary::before {
  content: "▶";
  display: inline-block;
  margin-right: 6px;
  font-size: 0.75rem;
}

.tree-menu details[open]>summary {
  font-weight: 600;
  color: var(--primary);
}







/* ===== MODAL ===== */



/* Modal Action Buttons 
.modal-actions {
  margin-top: auto;
  display: flex;
  gap: 16px;
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-overlay.open {
  display: flex;
}

.modal {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  max-width: 880px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: modalIn 0.3s ease;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(20px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--text2);
  z-index: 10;
  line-height: 1;
  transition: color var(--transition);
}

.modal-close:hover {
  color: var(--primary);
}

.modal-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.modal-img-wrap {
  overflow: hidden;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}

.modal-img-wrap img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.modal-info {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.modal-category {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201, 168, 76, 0.12);
  padding: 5px 14px;
  border-radius: 20px;
  display: inline-block;
  width: fit-content;
}

.modal-info h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: var(--text);
  line-height: 1.3;
}

.modal-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
}

.modal-desc {
  font-size: 0.92rem;
  color: var(--text2);
  line-height: 1.8;
}

.modal-details {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 0.85rem;
  color: var(--text);
}

.modal-details span {
  display: flex;
  gap: 10px;
}

.modal-details strong {
  min-width: 72px;
  color: var(--text);
}

*/


/* === Whatsapp ==== */
.btn-whatsapp {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25D366;
  color: #fff;
  padding: 13px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.92rem;
  transition: background var(--transition), transform var(--transition);
}

.btn-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}



/* ===== RECEPTION SECTION ===== */
.reception-section {
  padding: 80px 40px;
  background: var(--bg2);
}

.reception-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.reception-photo-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5;
  background: var(--light2);
}

.reception-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reception-qr {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: min(320px, 78%);
  border-radius: 22px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .reception-qr {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    padding: 14px;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.22);
  }
}

.reception-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 400px;
  color: var(--text2);
  text-align: center;
  padding: 40px;
  gap: 12px;
}

.placeholder-icon {
  font-size: 3.5rem;
}

.reception-placeholder p {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text);
}

.reception-placeholder small {
  font-size: 0.8rem;
  color: var(--text2);
}

.reception-placeholder code {
  background: var(--light2);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.78rem;
}

.reception-photo-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 40px 20px 20px;
  text-align: center;
}

.reception-photo-badge span {
  font-size: 0.75rem;
  letter-spacing: 4px;
  color: var(--gold);
  text-transform: uppercase;
}



/* ===== RECEPTION SECTION =====
.reception-section {
  padding: 80px 40px;
  background: var(--bg2);
  
}

.reception-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.reception-photo-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5;
  background: var(--light2);
}

.reception-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reception-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 400px;
  color: var(--text2);
  text-align: center;
  padding: 40px;
  gap: 12px;
}

.placeholder-icon {
  font-size: 3.5rem;
}

.reception-placeholder p {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text);
}

.reception-placeholder small {
  font-size: 0.8rem;
  color: var(--text2);
}

.reception-placeholder code {
  background: var(--light2);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.78rem;
}

.reception-photo-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 40px 20px 20px;
  text-align: center;
}

.reception-photo-badge span {
  font-size: 0.75rem;
  letter-spacing: 4px;
  color: var(--gold);
  text-transform: uppercase;
} */



/* ============Owner Card============ */
.owner-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--bg);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  margin-bottom: 28px;
  border: 1px solid var(--border);
}

.owner-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}

.owner-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
}

.owner-avatar-fallback {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #343434;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--gold);
  flex-shrink: 0;
}

.owner-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--text);
  margin-bottom: 4px;
}

.owner-title {
  font-size: 0.82rem;
  color: var(--gold);
  margin-bottom: 10px;
  font-weight: 500;
}

.owner-quote {
  font-size: 0.85rem;
  color: var(--text2);
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 16px;
}

.owner-contact-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.owner-btn {
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  transition: all var(--transition);
}

.owner-btn-call {
  background: var(--primary);
  color: #fff;
}

.owner-btn-call:hover {
  background: var(--primary-dark);
}

.owner-btn-wa {
  background: #25D366;
  color: #fff;
}

.owner-btn-wa:hover {
  background: #1ebe5d;
}

/* ============Store Info Grid============ */
.store-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;

}

.store-info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--bg);
  border-radius: var(--radius);
  padding: 18px;
  border: 1px solid var(--border);
  transition: box-shadow var(--transition);

}

.store-info-item:hover {
  box-shadow: var(--shadow);

}


.store-info-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.store-info-item strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
  letter-spacing: 0.3px;
}

.store-info-item p {
  font-size: 0.82rem;
  color: var(--text2);
  line-height: 1.6;
}

.store-info-item a {
  color: var(--primary);
  font-weight: 500;
}

.store-info-item a:hover {
  text-decoration: underline;
}



/* ===== ABOUT SECTION ===== */
.about-section {
  padding: 80px 40px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.about-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Playfair Display', serif;
  font-size: 18rem;
  font-weight: 700;
  color: var(--primary);
  opacity: 0.03;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.about-logo-card {
  background: linear-gradient(135deg, #f8e8f8 0%, #fce9e4 55%, #e9f1ff 100%);
  border-radius: var(--radius-lg);
  padding: 48px 36px;
  text-align: center;
  box-shadow: var(--shadow-lg);

}


.about-logo-letters {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 8px;
}

.about-logo-sub {
  font-size: 0.68rem;
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 6px;
  text-transform: uppercase;
}

.about-logo-tagline {
  font-size: 1rem;
  color: var(--gold);
  margin-top: 16px;
  font-style: italic;
}

.about-logo-year {
  font-size: 0.72rem;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 10px;
  text-transform: uppercase;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.about-feature {
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.8rem;
  color: var(--text2);
  font-weight: 500;
}

.about-feature span {
  color: var(--gold);
  margin-right: 6px;
}

.about-text .section-title::after {
  margin-left: 0;
}

.about-text p {
  color: var(--text2);
  margin-bottom: 16px;
  font-size: 0.95rem;
  line-height: 1.85;
}

.about-text strong {
  color: var(--text);
}

.about-stats {
  display: flex;
  gap: 32px;
  margin: 28px 0;
  padding: 24px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.about-stat strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
}

.about-stat span {
  font-size: 0.78rem;
  color: var(--text2);
}

.about-owner-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.about-owner-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #202020;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid var(--gold);
}

.about-owner-strip strong {
  display: block;
  font-size: 0.95rem;
  color: var(--text);
}

.about-owner-strip span {
  font-size: 0.8rem;
  color: var(--text2);
}



/* =============== CONTACT SECTION =============== */
.contact-section {
  padding: 80px 40px;
  background: var(--bg2);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto 56px;
  border-color: #000000;
}

.contact-info-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 24px 22px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}

.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.contact-icon {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.contact-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 8px;
}

.contact-card p {
  font-size: 0.85rem;
  color: var(--text2);
  line-height: 1.7;
}

.contact-link-btn {
  display: block;
  margin-top: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--primary);
  transition: color var(--transition);
}

.contact-link-btn:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}



/*===== WHATSAPP BUTTON =====*/
.wa-btn {
  color: #25D366 !important;
}

.wa-btn:hover {
  color: #1ebe5d !important;
}



/* ======  Contact Form ======*/
.contact-form-col {
  background: var(--bg);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.contact-form h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--text);
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--border);
  border-radius: 8px;
  border-color: #000000;
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background: var(--input-bg);
  outline: #000000;
  transition: border-color var(--transition), background var(--transition);

}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--primary);
  background: var(--bg2);
}

.form-group textarea {
  resize: vertical;
  min-height: 110px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.btn-submit {
  width: 100%;
  padding: 14px;
  background: var(--primary);
  color: #D4AF37;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background var(--transition), transform var(--transition);
  margin-top: 4px;
}

.btn-submit:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}

/* Map */
.map-section {
  max-width: 1100px;
  margin: 0 auto;
}

.map-section h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--text);
  margin-bottom: 20px;
  text-align: center;
}

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

/* 

===== ADMIN PANEL ===== 
.admin-page {
  min-height: 100vh;
  background: var(--bg);
  padding: calc(var(--nav-h) + 40px) 40px 60px;
}

.admin-header {
  max-width: 720px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.admin-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  color: var(--text);
}

.admin-form-card {
  max-width: 720px;
  margin: 0 auto;
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.admin-form-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: var(--text);
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.img-preview {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 12px;
  display: none;
  border: 2px solid var(--border);
}

.success-msg {
  display: none;
  background: #d4edda;
  color: #155724;
  padding: 14px 20px;
  border-radius: 8px;
  margin-top: 16px;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
}

/* Admin Products List 
.admin-products-list {
  max-width: 720px;
  margin: 40px auto 0;
}

.admin-products-list h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: var(--text);
  margin-bottom: 20px;
}

.admin-product-item {
  background: var(--card-bg);
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}

.admin-product-item img {
  width: 62px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.admin-product-item-info {
  flex: 1;
}

.admin-product-item-info strong {
  display: block;
  font-size: 0.95rem;
  color: var(--text);
}

.admin-product-item-info span {
  font-size: 0.8rem;
  color: var(--text2);
}
*/

.btn-delete {
  background: none;
  border: 2px solid #dc3545;
  color: #dc3545;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 0.8rem;
  transition: all var(--transition);
}

.btn-delete:hover {
  background: #dc3545;
  color: #0c0a0a;
}

/* ===== FOOTER ===== */
.footer {
  background: #0d0404;
  color: rgba(255, 255, 255, 0.65);
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 40px 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.footer-logo .logo-knx {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: var(--gold);
  letter-spacing: 3px;
}

.footer-brand-name {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 4px;
  color: #d4af37;
  text-transform: uppercase;
}

.footer-brand-sub {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
}

.footer-tagline {
  color: var(--gold);
  font-style: italic;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.footer-desc {
  font-size: 0.82rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.4);
}

.footer-links-col h4,
.footer-contact-col h4 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-links-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links-col a {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  transition: color var(--transition);
}

.footer-links-col a:hover {
  color: var(--gold);
}

.footer-contact-col p {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 8px;
  line-height: 1.6;
}

.footer-contact-col a {
  color: rgba(255, 255, 255, 0.55);
  transition: color var(--transition);
}

.footer-contact-col a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 40px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.25);
}

/* ===== SCROLL ANIMATIONS ===== */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .about-content {
    gap: 40px;
  }

  .reception-layout {
    gap: 36px;
  }
}

@media (max-width: 768px) {
  :root {
    --nav-h: 64px;
  }

  /* Navbar */
  .navbar {
    padding: 0 20px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: var(--nav-h);
    left: 0;
    right: 0;
    background: var(--nav-bg);
    padding: 20px 24px 28px;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
    gap: 18px;
  }

  .nav-links.open {
    display: flex;
  }

  .hamburger {
    display: flex;
  }

  .logo-text-wrap {
    display: none;
  }

  /* Hero */
  .hero-logo-letters {
    font-size: 3.8rem;
  }

  .hero-title {
    font-size: 2.1rem;
  }

  .hero-stats {
    gap: 0;
  }

  .hero-stat {
    padding: 0 16px;
  }

  .hero-stat strong {
    font-size: 1.4rem;
  }

  /* Occasions */
  .occasions-strip {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .occasion-item {
    min-width: 100px;
    padding: 18px 12px;
  }

  /* Filter */
  .filter-bar {
    padding: 48px 20px 20px;
  }

  .section-title {
    font-size: 1.9rem;
  }

  /* Products */
  .products-section {
    padding: 28px 16px 48px;
  }

  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
  }

  .product-card-img {
    height: 220px;
  }

  /* Modal */
  .modal-content {
    grid-template-columns: 1fr;
  }

  .modal-img-wrap {
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  }

  .modal-img-wrap img {
    min-height: 260px;
  }

  .modal-info {
    padding: 24px 20px;
  }

  /* Reception */
  .reception-section {
    padding: 60px 20px;
  }

  .reception-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .reception-photo-frame {
    aspect-ratio: 16/9;
  }

  .store-info-grid {
    grid-template-columns: 1fr;
  }

  .owner-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .owner-contact-btns {
    justify-content: center;
  }

  /* About */
  .about-section {
    padding: 60px 20px;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-bg-text {
    font-size: 8rem;
  }

  .about-stats {
    gap: 20px;
  }

  .about-text .section-title::after {
    margin-left: auto;
    margin-right: auto;
  }

  .about-text .section-title {
    text-align: center;
  }

  .about-text .section-label {
    text-align: center;
  }

  /* Contact */
  .contact-section {
    padding: 60px 20px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-form-col {
    padding: 28px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  /* Admin */
  .admin-page {
    padding: calc(var(--nav-h) + 24px) 16px 48px;
  }

  .admin-form-card {
    padding: 24px 18px;
  }

  /* Footer */
  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 20px 36px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    padding: 16px 20px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero-logo-letters {
    font-size: 3rem;
    letter-spacing: 6px;
  }

  .hero-title {
    font-size: 1.7rem;
  }

  .hero-btns {
    flex-direction: column;
    align-items: center;
  }

  .hero-stats {
    flex-direction: column;
    gap: 16px;
  }

  .hero-stat-divider {
    width: 40px;
    height: 1px;
  }

  .products-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .product-card-img {
    height: 180px;
  }

  .product-card-body {
    padding: 12px 14px 16px;
  }

  .product-card-name {
    font-size: 0.9rem;
  }

  .product-card-btn {
    padding: 6px 12px;
    font-size: 0.75rem;
  }
}