/* ===================================================================
   VARNA DESIGNER STUDIO — Master Stylesheet
   Single source of truth for all pages
   Damerax Cloud Solutions
   =================================================================== */

/* =========================================================
   DESIGN TOKENS
   ========================================================= */
:root {
  --plum-950: #1a081a;
  --plum-900: #290d29;
  --plum-800: #3f1138;
  --plum-700: #58164b;
  --plum-600: #741d63;
  --lavender-500: #8c6a99;
  --lavender-300: #b598c1;
  --lavender-100: #dbcee3;
  --gold-600: #b08d24;
  --gold-500: #d4af37;
  --gold-400: #e0c25a;
  --gold-300: #eedb8a;
  --cream-100: #f5f0fa;
  --cream-200: #ebe1f4;
  --cream-300: #deceeb;
  --blush-200: #ebd2dd;
  --ink-900: #1c1421;
  --ink-700: #3a2a44;
  --ink-500: #665075;
  --white: #ffffff;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Jost', 'Segoe UI', sans-serif;
  --font-brand: 'Orbitron', sans-serif;

  --container-w: 1280px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --shadow-card: 0 8px 30px rgba(60,15,40,.10);
  --shadow-card-hover: 0 18px 40px rgba(60,15,40,.18);
  --transition: .35s cubic-bezier(.4,0,.2,1);
}

/* =========================================================
   RESET
   ========================================================= */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: var(--font-body);
  color: var(--ink-900);
  background: var(--cream-100);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
img { max-width: 100%; display: block; -webkit-user-drag: none; user-select: none; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: inherit; }
.container { max-width: var(--container-w); margin: 0 auto; padding: 0 20px; }
section { position: relative; }
h1,h2,h3,h4 { font-family: var(--font-display); color: var(--plum-700); font-weight: 600; line-height: 1.2; }

/* =========================================================
   TYPOGRAPHY UTILITIES
   ========================================================= */
.eyebrow-rule {
  display: flex; align-items: center; gap: 14px; justify-content: center;
  color: var(--gold-600); font-size: 13px; letter-spacing: .18em;
  text-transform: uppercase; margin-bottom: 10px;
}
.eyebrow-rule::before,.eyebrow-rule::after { content: ''; width: 36px; height: 1px; background: var(--gold-500); }
.eyebrow-tag {
  display: inline-block; font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold-600); font-weight: 700;
  margin-bottom: 8px;
}

.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.section-head h2 { font-size: clamp(26px,4vw,38px); position: relative; padding-bottom: 10px; }
.section-head h2::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 46px; height: 2px;
  background: linear-gradient(90deg,var(--gold-500),transparent);
}
.section-head .view-all {
  font-family: var(--font-body); font-size: 14px; font-weight: 600; color: var(--plum-700);
  display: inline-flex; align-items: center; gap: 5px; white-space: nowrap;
  border-bottom: 1px solid transparent; transition: border-color var(--transition);
}
.section-head .view-all:hover { border-color: var(--gold-500); }
.section-head .view-all svg { width: 14px; height: 14px; transition: transform var(--transition); }
.section-head .view-all:hover svg { transform: translateX(3px); }
.section-sub { color: var(--ink-500); font-size: 15px; margin-top: -18px; margin-bottom: 28px; }
.center-head { text-align: center; }
.center-head .section-sub { margin-top: -10px; }
.center-head h2::after { left: 50%; transform: translateX(-50%); }

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 30px; border-radius: 999px; font-size: 14px; font-weight: 600;
  letter-spacing: .02em; transition: all var(--transition); cursor: pointer; white-space: nowrap;
}
.btn-primary { background: var(--plum-700); color: var(--cream-100); box-shadow: 0 10px 24px rgba(88,22,75,.30); border: 1px solid transparent; }
.btn-primary:hover { background: linear-gradient(135deg, var(--plum-800), var(--plum-700)); border-color: var(--gold-500); color: var(--gold-300); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(212,175,55,.25); }
.btn-outline { background: transparent; color: var(--plum-700); border: 1.5px solid var(--plum-700); }
.btn-outline:hover { background: var(--plum-700); color: var(--cream-100); }
.btn-gold { background: linear-gradient(180deg,var(--gold-400),var(--gold-600)); color: var(--plum-950); box-shadow: 0 10px 24px rgba(176,141,36,.35); }
.btn-gold:hover { background: linear-gradient(180deg,var(--gold-500),var(--gold-400)); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(176,141,36,.55); }
.btn-gold-outline { background: transparent; border: 1.5px solid var(--gold-500); color: var(--gold-300); }
.btn-gold-outline:hover { background: var(--gold-500); color: var(--plum-950); }
.btn-sm { padding: 10px 22px; font-size: 13px; }
.btn-block { width: 100%; }

.icon-btn {
  width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; color: var(--plum-700); transition: background var(--transition); position: relative;
}
.icon-btn:hover { background: var(--lavender-100); }
.icon-btn svg { width: 19px; height: 19px; }
.icon-badge {
  position: absolute; top: -2px; right: -2px; min-width: 16px; height: 16px; border-radius: 50%;
  background: var(--plum-700); color: var(--white); font-size: 9px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; padding: 0 3px; font-family: var(--font-body);
}

/* =========================================================
   TOP ANNOUNCEMENT BAR
   ========================================================= */
.top-bar { background: var(--plum-900); color: var(--lavender-300); position: relative; overflow: hidden; }
.top-bar-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 32px; padding: 9px 48px 9px 20px;
  max-width: var(--container-w); margin: 0 auto;
}
.top-bar-item {
  display: flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; white-space: nowrap; flex-shrink: 0;
}
.top-bar-item svg { width: 13px; height: 13px; color: var(--gold-400); flex-shrink: 0; }
.top-bar-close {
  position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--lavender-300); opacity: .6; transition: opacity var(--transition);
}
.top-bar-close:hover { opacity: 1; }
.top-bar-close svg { width: 13px; height: 13px; }
.top-bar.hidden { display: none; }
@media (max-width: 640px) {
  .top-bar-item:nth-child(2), .top-bar-item:nth-child(3) { display: none; }
  .top-bar-inner { justify-content: center; gap: 20px; }
}

/* =========================================================
   HEADER / NAV
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 500;
  background: rgba(253,246,242,.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(92,26,68,.08);
  transition: box-shadow var(--transition);
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(60,15,40,.10); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; gap: 16px; }

.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 46px; width: auto; }
.brand-text { font-family: var(--font-display); line-height: 1.05; }
.brand-text .b1 { display: block; font-size: 21px; color: var(--plum-700); font-weight: 700; }
.brand-text .b2 { display: block; font-size: 14px; color: var(--gold-600); letter-spacing: .05em; }

.main-nav { display: none; }
.main-nav ul { display: flex; gap: 4px; align-items: center; }
.main-nav > ul > li { position: relative; }
.main-nav > ul > li > a {
  font-size: 14px; font-weight: 600; color: var(--ink-700);
  padding: 8px 14px; border-radius: 6px;
  display: inline-flex; align-items: center; gap: 5px;
  transition: color var(--transition), background var(--transition);
  letter-spacing: .02em; text-transform: uppercase;
}
.main-nav > ul > li > a.active,
.main-nav > ul > li > a:hover { color: var(--plum-700); background: var(--lavender-100); }
.main-nav > ul > li > a::after { display: none; }
.caret-icon { width: 13px; height: 13px; flex-shrink: 0; transition: transform .25s ease; }
.has-mega:hover .caret-icon { transform: rotate(180deg); }

/* Mega panel */
.mega-panel {
  position: absolute; top: calc(100% + 2px); left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: var(--white); border-radius: var(--radius-md);
  box-shadow: 0 20px 60px rgba(44,14,34,.18), 0 0 0 1px rgba(92,26,68,.08);
  opacity: 0; pointer-events: none;
  transition: opacity .22s ease, transform .22s ease; z-index: 600;
}
.has-mega:hover .mega-panel,
.mega-panel:hover {
  opacity: 1; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0s;
}

.mega-panel {
  transition: opacity .22s ease .15s, transform .22s ease .15s;
}

.has-mega:hover .mega-panel {
  transition: opacity .22s ease 0s, transform .22s ease 0s;
}
.shop-mega { width: 680px; }
.shop-mega .mega-inner { display: grid; grid-template-columns: 1fr 1fr 1fr 180px; gap: 0; padding: 0; }
.mega-col { padding: 24px 20px; border-right: 1px solid rgba(92,26,68,.07); }
.mega-col:last-of-type { border-right: none; }
.mega-col-title {
  font-family: var(--font-brand); font-size: 10px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold-600);
  margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid rgba(169,128,46,.2);
}
.mega-col a {
  display: block; font-size: 13.5px; font-weight: 500; color: var(--ink-700);
  padding: 7px 0; border-bottom: 1px solid rgba(92,26,68,.04);
  transition: color var(--transition), padding-left var(--transition);
}
.mega-col a:hover { color: var(--plum-700); padding-left: 6px; }
.mega-col a:last-child { border-bottom: none; }
.sale-link { color: var(--gold-600) !important; font-weight: 700 !important; }
.mega-feature { display: flex; flex-direction: column; overflow: hidden; border-radius: 0 var(--radius-md) var(--radius-md) 0; }
.mega-feature-img { flex: 1; overflow: hidden; min-height: 120px; }
.mega-feature-img img { width: 100%; height: 100%; object-fit: cover; }
.mega-feature-text { padding: 14px 16px; background: var(--plum-700); display: flex; flex-direction: column; gap: 4px; }
.mega-feature-tag { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-300); font-weight: 700; }
.mega-feature-text strong { font-family: var(--font-display); color: var(--cream-100); font-size: 13px; }
.mega-feature-cta { font-size: 12px; color: var(--gold-300); font-weight: 600; margin-top: 4px; transition: color var(--transition); }
.mega-feature-cta:hover { color: var(--gold-400); }
.cat-mega { width: 580px; }
.cat-mega .mega-inner { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; padding: 22px 20px; }
.cat-pill {
  display: flex; align-items: center; gap: 12px;
  background: var(--cream-100); border-radius: var(--radius-sm);
  padding: 10px; border: 1px solid rgba(92,26,68,.08); transition: all var(--transition);
}
.cat-pill:hover { border-color: var(--gold-500); background: var(--lavender-100); transform: translateY(-2px); box-shadow: var(--shadow-card); }
.cat-pill-img { width: 52px; height: 52px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.cat-pill-img img { width: 100%; height: 100%; object-fit: cover; }
.cat-pill-name { font-size: 13px; font-weight: 600; color: var(--plum-700); }

.header-actions { display: flex; align-items: center; gap: 2px; }
.hamburger { display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; color: var(--plum-700); }
.hamburger svg { width: 22px; height: 22px; }

/* Mobile Nav */
.mobile-nav {
  position: fixed; inset: 0 0 0 auto; width: min(82vw,340px); height: 100vh;
  background: var(--cream-100); z-index: 900;
  transform: translateX(100%); transition: transform .4s cubic-bezier(.4,0,.2,1);
  box-shadow: -10px 0 40px rgba(0,0,0,.25); display: flex; flex-direction: column;
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 22px; border-bottom: 1px solid rgba(92,26,68,.1);
}
.mobile-nav-head .close-btn { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--plum-700); }
.mobile-nav-head .close-btn svg { width: 20px; height: 20px; }
.mobile-nav-list { padding: 8px 0; overflow-y: auto; }
.mobile-nav-list > li > a,
.mob-accordion-trigger {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 14px 20px; font-size: 15px;
  font-family: var(--font-display); color: var(--plum-700);
  border-bottom: 1px solid rgba(92,26,68,.06);
  background: none; text-align: left; transition: background var(--transition);
}
.mob-accordion-trigger:hover, .mobile-nav-list > li > a:hover { background: var(--lavender-100); }
.mob-accordion-trigger svg { width: 16px; height: 16px; transition: transform .25s ease; flex-shrink: 0; }
.mob-accordion.open .mob-accordion-trigger svg { transform: rotate(180deg); }
.mob-accordion.open .mob-accordion-trigger { color: var(--gold-600); background: var(--lavender-100); }
.mob-accordion-body { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.mob-accordion.open .mob-accordion-body { max-height: 400px; }
.mob-accordion-body li a {
  display: block; padding: 11px 20px 11px 36px; font-size: 14px;
  font-family: var(--font-body); font-weight: 500;
  border-bottom: 1px solid rgba(92,26,68,.04); color: var(--plum-700);
  transition: background var(--transition);
}
.mob-accordion-body li a:hover { background: var(--lavender-100); }
.mobile-nav-footer { margin-top: auto; padding: 20px 22px; border-top: 1px solid rgba(92,26,68,.1); display: flex; flex-direction: column; gap: 10px; }
.nav-overlay { position: fixed; inset: 0; background: rgba(20,5,15,.45); z-index: 850; opacity: 0; pointer-events: none; transition: opacity var(--transition); }
.nav-overlay.show { opacity: 1; pointer-events: auto; }

/* =========================================================
   SECTIONS
   ========================================================= */
.section { padding: 64px 0; }
.section.alt { background: var(--cream-200); }

/* =========================================================
   HERO
   ========================================================= */
.hero { padding: 34px 0 0; }
.hero-banner {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; margin: 0 16px;
  min-height: 520px; display: flex; align-items: center; background: var(--cream-300);
}
.hero-img-wrap { position: absolute; inset: 0; z-index: 0; }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(105deg, rgba(253,246,242,.90) 0%, rgba(243,228,234,.75) 35%, rgba(243,228,234,.10) 65%, transparent 100%);
}
.hero-content { position: relative; z-index: 2; padding: 50px 28px; max-width: 560px; }
.hero-content .eyebrow-rule { justify-content: flex-start; }
.hero-content h1 { font-size: clamp(30px,5.4vw,48px); color: var(--plum-700); margin-bottom: 16px; }
.hero-content p { font-size: 16px; color: var(--ink-700); max-width: 420px; margin-bottom: 26px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-dots { position: absolute; left: 28px; bottom: 22px; display: flex; gap: 8px; z-index: 2; }
.hero-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(92,26,68,.25); }
.hero-dots span.active { background: var(--plum-700); width: 22px; border-radius: 5px; transition: all var(--transition); }
@media (max-width: 640px) {
  .hero-overlay { background: linear-gradient(180deg, rgba(253,246,242,.88) 0%, rgba(243,228,234,.80) 60%, rgba(243,228,234,.60) 100%); }
}

/* Quick cats */
.quick-cats { margin-top: -30px; position: relative; z-index: 3; }
.quick-cats .container { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.quick-cat-card {
  border-radius: var(--radius-md); overflow: hidden; position: relative; height: 150px;
  box-shadow: var(--shadow-card); transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  border: 1px solid rgba(143,80,160,0.22);
}
.quick-cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.quick-cat-card::after {
  content: 'Shop Now'; position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%);
  background: rgba(255,250,248,.94); color: var(--plum-700); font-size: 11px; font-weight: 700;
  letter-spacing: .04em; padding: 6px 16px; border-radius: 999px; opacity: 0; transition: opacity var(--transition);
}
.quick-cat-card:hover img { transform: scale(1.08); }
.quick-cat-card:hover::after { opacity: 1; }
.quick-cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); border-color: rgba(201,162,39,0.70); }

/* =========================================================
   CATEGORY CARDS
   ========================================================= */
.category-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.category-card {
  border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  border: 1px solid rgba(143,80,160,0.22);
}
.category-card .img-wrap { position: relative; aspect-ratio: 4/4.6; overflow: hidden; border-radius: calc(var(--radius-md) - 1px) calc(var(--radius-md) - 1px) 0 0; }
.category-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.category-card:hover .img-wrap img { transform: scale(1.07); }
.category-card .img-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(20,5,12,.55) 100%); }
.category-card .cat-cta { padding: 16px; text-align: center; }
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); border-color: rgba(201,162,39,0.70); }

/* =========================================================
   PRODUCT CARD (shared across all pages)
   ========================================================= */
.product-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.product-card {
  background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  position: relative; border: 1px solid rgba(143,80,160,0.22);
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); border-color: rgba(201,162,39,0.70); }
.product-card > .img-wrap { border-radius: calc(var(--radius-md) - 1px) calc(var(--radius-md) - 1px) 0 0; overflow: hidden; }
.product-card .img-wrap { position: relative; aspect-ratio: 3/3.7; overflow: hidden; background: var(--cream-300); }
.product-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .img-wrap img { transform: scale(1.08); }
.wishlist-btn {
  position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,250,248,.92); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,.12); z-index: 3; transition: transform var(--transition);
}
.wishlist-btn svg { width: 16px; height: 16px; color: var(--plum-700); transition: all var(--transition); }
.wishlist-btn:hover { transform: scale(1.1); }
.wishlist-btn.active svg { fill: var(--plum-700); }
.product-card .quick-actions {
  position: absolute; left: 0; right: 0; bottom: -50px;
  display: flex; justify-content: center; gap: 8px;
  padding: 10px; opacity: 0; transition: all var(--transition); z-index: 3;
}
.product-card:hover .quick-actions { bottom: 0; opacity: 1; }
.qa-btn {
  background: rgba(255,250,248,.95); color: var(--plum-700); font-size: 12px; font-weight: 600;
  padding: 9px 14px; border-radius: 999px; box-shadow: 0 4px 14px rgba(0,0,0,.15);
  display: inline-flex; align-items: center; gap: 5px;
}
.qa-btn:hover { background: var(--plum-700); color: var(--white); }
.qa-btn svg { width: 13px; height: 13px; }
.product-badge {
  position: absolute; top: 10px; left: 10px; z-index: 3;
  font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
}
.badge-new { background: var(--plum-700); color: var(--cream-100); }
.badge-sale { background: var(--gold-500); color: var(--plum-950); }
.badge-trending { background: var(--plum-600); color: var(--gold-300); }
.product-info { padding: 12px 13px 14px; }
.product-info .pname { font-family: var(--font-body); font-size: 12.5px; font-weight: 500; color: var(--ink-900); margin-bottom: 4px; letter-spacing: .01em; line-height: 1.35; }
.product-info .pprice { font-family: var(--font-display); font-size: 13.5px; font-weight: 700; color: var(--plum-700); }
.product-info .pprice-original { font-size: 11.5px; color: var(--ink-500); text-decoration: line-through; margin-left: 5px; }
.add-cart-row { display: flex; align-items: center; justify-content: flex-end; margin-top: 10px; }
.add-cart-btn {
  font-size: 10.5px; font-weight: 600; letter-spacing: .04em; color: var(--gold-600);
  border: 1px solid var(--gold-500); border-radius: 999px; padding: 6px 11px;
  transition: all var(--transition); display: inline-flex; align-items: center; gap: 4px;
}
.add-cart-btn-block { width: 100%; justify-content: center; padding: 10px 13px; }
.add-cart-btn svg { width: 12px; height: 12px; }
.add-cart-btn:hover { background: var(--gold-500); color: var(--plum-950); }

/* =========================================================
   OCCASION CARDS
   ========================================================= */
.occasion-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-bottom: 40px; }
.occasion-card {
  position: relative; border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 4/4.6;
  box-shadow: var(--shadow-card); transition: transform var(--transition), border-color var(--transition);
  border: 1px solid rgba(143,80,160,0.22);
}
.occasion-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.occasion-card:hover img { transform: scale(1.06); }
.occasion-card:hover { transform: translateY(-5px); border-color: rgba(201,162,39,0.70); }
.occasion-card .occ-label {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  background: linear-gradient(0deg, rgba(44,14,34,.85) 0%, transparent 100%);
  padding: 30px 16px 16px;
  color: var(--cream-100); font-family: var(--font-display); font-size: 17px; font-weight: 600;
}

/* =========================================================
   TRENDING
   ========================================================= */
.trending-top { display: flex; flex-direction: column; gap: 16px; margin-bottom: 18px; }
.trending-hero {
  position: relative; border-radius: var(--radius-md); overflow: hidden; min-height: 300px;
  background: linear-gradient(100deg,var(--cream-100) 40%,rgba(253,246,242,0) 75%), url('../images/product-royal-lavender-lehenga.jpg') right center/cover no-repeat;
  display: flex; align-items: center; box-shadow: var(--shadow-card);
}
.trending-hero .content { padding: 30px 24px; position: relative; z-index: 2; max-width: 280px; }
.trending-badge {
  display: inline-block; font-family: var(--font-display); font-weight: 700; font-size: 13px;
  letter-spacing: .05em; color: var(--gold-300); background: var(--plum-700);
  border: 1.5px solid var(--gold-500); padding: 8px 18px; border-radius: 6px;
  margin-bottom: 14px; text-transform: uppercase; text-align: center;
}
.trending-hero h3 { font-size: 23px; margin-bottom: 8px; }
.trending-hero .price { font-family: var(--font-display); font-size: 20px; color: var(--plum-700); font-weight: 700; margin-bottom: 16px; }
.trending-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.trending-mini-card {
  background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-card);
  display: flex; align-items: center; gap: 10px; padding: 12px; position: relative; overflow: hidden;
  transition: transform var(--transition), border-color var(--transition);
  border: 1px solid rgba(143,80,160,0.22);
}
.trending-mini-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); border-color: rgba(201,162,39,0.70); }
.trending-mini-card .ico-tag { width: 30px; height: 30px; border-radius: 50%; background: var(--plum-700); color: var(--gold-300); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trending-mini-card .ico-tag svg { width: 14px; height: 14px; }
.trending-mini-card .mtext { flex: 1; font-size: 12px; }
.trending-mini-card .mtext .mname { font-weight: 500; color: var(--ink-900); display: block; margin-bottom: 2px; letter-spacing: .01em; }
.trending-mini-card .mtext .mprice { font-family: var(--font-display); color: var(--plum-700); font-weight: 700; font-size: 12.5px; }
.trending-mini-card .mimg { width: 64px; height: 78px; border-radius: 10px; overflow: hidden; flex-shrink: 0; }
.trending-mini-card .mimg img { width: 100%; height: 100%; object-fit: cover; }
.trending-mini-card .wishlist-btn { width: 26px; height: 26px; top: 6px; right: 6px; }
.trending-mini-card .wishlist-btn svg { width: 12px; height: 12px; }

/* =========================================================
   BRIDAL BANNER
   ========================================================= */
.bridal-banner {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 420px;
  display: flex; align-items: center; margin-bottom: 40px;
  background: linear-gradient(110deg,var(--lavender-100) 38%,rgba(231,217,230,0) 72%), url('../images/featured-bridal-banner.jpg') right center/cover no-repeat;
}
.bridal-banner .content { position: relative; z-index: 2; padding: 46px 30px; max-width: 480px; }
.bridal-banner h2 { font-size: clamp(28px,5vw,42px); margin-bottom: 14px; }
.bridal-banner p { color: var(--ink-700); margin-bottom: 22px; font-size: 15.5px; }

/* =========================================================
   REVIEWS
   ========================================================= */
.review-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.review-card {
  background: var(--white); border: 1px solid rgba(169,128,46,.25); border-radius: var(--radius-md);
  padding: 28px 24px; text-align: center; box-shadow: var(--shadow-card); transition: transform var(--transition);
}
.review-card:hover { transform: translateY(-4px); }
.stars { color: var(--gold-500); display: flex; justify-content: center; gap: 3px; margin-bottom: 16px; }
.stars svg { width: 16px; height: 16px; }
.review-avatar { width: 78px; height: 78px; border-radius: 50%; overflow: hidden; margin: 0 auto 16px; border: 3px solid var(--cream-300); box-shadow: 0 4px 14px rgba(0,0,0,.1); }
.review-avatar img { width: 100%; height: 100%; object-fit: cover; }
.review-card .rname { font-family: var(--font-display); font-size: 18px; color: var(--plum-700); margin-bottom: 10px; }
.review-card .rtext { font-size: 14px; color: var(--ink-700); }

/* =========================================================
   INSTAGRAM GALLERY
   ========================================================= */
.insta-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 30px 0 32px; }
.insta-item { position: relative; border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 1/1; box-shadow: var(--shadow-card); }
.insta-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.insta-item:hover img { transform: scale(1.1); }
.insta-item::after { content: ''; position: absolute; inset: 0; background: rgba(60,18,42,0); transition: background var(--transition); }
.insta-item:hover::after { background: rgba(60,18,42,.25); }
.insta-item .insta-ico { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity var(--transition); color: #fff; z-index: 2; }
.insta-item:hover .insta-ico { opacity: 1; }
.insta-item .insta-ico svg { width: 24px; height: 24px; }
.insta-cta { text-align: center; }

/* =========================================================
   CONSULTATION CTA
   ========================================================= */
.consultation { background: linear-gradient(165deg,var(--plum-900),var(--plum-950)); border-radius: var(--radius-lg); margin: 0 16px; overflow: hidden; position: relative; }
.consultation::before { content: ''; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(circle at 20% 20%, var(--gold-400) 0, transparent 45%), radial-gradient(circle at 85% 75%, var(--gold-400) 0, transparent 40%); }
.consult-strip { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; padding: 18px; position: relative; z-index: 2; }
.consult-strip .mini-cat { display: flex; align-items: center; gap: 9px; background: rgba(255,250,248,.94); border-radius: 999px; padding: 9px 12px; }
.consult-strip .mini-cat .ico { width: 28px; height: 28px; border-radius: 50%; background: var(--plum-700); color: var(--gold-300); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.consult-strip .mini-cat .ico svg { width: 13px; height: 13px; }
.consult-strip .mini-cat span:last-child { font-size: 12px; font-weight: 600; color: var(--plum-700); line-height: 1.2; }
.consult-body { display: flex; flex-direction: column; align-items: center; gap: 28px; padding: 10px 24px 44px; position: relative; z-index: 2; }
.consult-img { width: 230px; height: 300px; border-radius: 115px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,.35); flex-shrink: 0; }
.consult-img img { width: 100%; height: 100%; object-fit: cover; }
.consult-text { text-align: center; color: var(--cream-100); }
.consult-text h2 { color: var(--cream-100); font-size: clamp(24px,4.6vw,36px); margin-bottom: 14px; }
.consult-text p { color: var(--lavender-300); margin-bottom: 22px; font-size: 15px; }
.consult-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   TRUST STRIP
   ========================================================= */
.trust-strip { background: var(--plum-700); color: var(--cream-100); }
.trust-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; padding: 34px 0; text-align: center; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.trust-item .ico { width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--gold-500); display: flex; align-items: center; justify-content: center; color: var(--gold-300); }
.trust-item .ico svg { width: 20px; height: 20px; }
.trust-item .t1 { font-family: var(--font-display); font-weight: 700; font-size: 14.5px; }
.trust-item .t2 { font-size: 12px; color: var(--lavender-300); }

/* =========================================================
   NEWSLETTER
   ========================================================= */
.newsletter { background: var(--cream-200); padding: 46px 0; text-align: center; }
.newsletter-heading { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 6px 12px; margin-bottom: 24px; }
.newsletter-heading h3 { font-size: clamp(20px,3vw,26px); }
.newsletter-heading .pipe { color: var(--gold-500); font-weight: 300; display: none; }
.newsletter-heading .sub { color: var(--ink-500); font-size: 14px; }
.newsletter-form { display: flex; gap: 0; max-width: 480px; margin: 0 auto; background: var(--white); border-radius: 999px; padding: 5px; box-shadow: var(--shadow-card); }
.newsletter-form input { flex: 1; min-width: 0; border: none; background: transparent; padding: 12px 16px; font-size: 14px; color: var(--ink-900); }
.newsletter-form input:focus { outline: none; }
.newsletter-form button { flex-shrink: 0; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--plum-950); color: var(--lavender-300); padding-top: 54px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 34px; padding-bottom: 40px; }
.footer-brand-col { display: flex; flex-direction: column; gap: 16px; }
.footer-brand-logo { display: inline-block; }
.footer-logo-img { height: 52px; width: auto; max-width: 200px; filter: brightness(0) invert(1); opacity: .88; }
.footer-social-inline { display: flex; gap: 10px; margin-top: 4px; }
.footer-social-inline a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(218,185,74,.35); display: flex; align-items: center; justify-content: center; color: var(--gold-300); transition: all var(--transition); }
.footer-social-inline a:hover { background: var(--gold-500); color: var(--plum-950); border-color: var(--gold-500); }
.footer-social-inline svg { width: 15px; height: 15px; }
.footer-col h4 { color: var(--gold-300); font-family: var(--font-display); font-size: 16px; margin-bottom: 16px; letter-spacing: .03em; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a { font-size: 13.5px; color: var(--lavender-300); transition: color var(--transition); }
.footer-col a:hover { color: var(--gold-300); }
.footer-contact li { display: flex; gap: 10px; font-size: 13.5px; margin-bottom: 14px; align-items: flex-start; word-break: break-word; }
.footer-contact svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; color: var(--gold-400); }
.footer-legal { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-legal ul { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer-legal ul li a { font-size: 12px; color: var(--lavender-300); transition: color var(--transition); }
.footer-legal ul li a:hover { color: var(--gold-300); }
.footer-bottom { border-top: 1px solid rgba(218,185,74,.18); padding: 20px 0; }
.footer-bottom .container { display: flex; flex-direction: column; gap: 10px; align-items: center; text-align: center; }
.copyright { font-size: 12.5px; color: var(--lavender-300); }
.devby { font-size: 12px; color: var(--lavender-300); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; }
.devby .brandname { font-family: var(--font-brand); color: var(--gold-300); font-size: 12.5px; letter-spacing: .04em; }
.devby svg { width: 13px; height: 13px; color: var(--gold-400); }

/* =========================================================
   MODALS / OVERLAYS
   ========================================================= */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(20,5,15,.62); z-index: 1000;
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; pointer-events: none; transition: opacity .35s ease;
}
.modal-overlay.show { opacity: 1; pointer-events: auto; }
.modal-box {
  background: var(--cream-100); border-radius: var(--radius-md); max-width: 440px; width: 100%;
  padding: 34px 26px 28px; position: relative; text-align: center;
  box-shadow: 0 30px 70px rgba(0,0,0,.4); transform: translateY(16px) scale(.97);
  transition: transform .35s ease; border: 1px solid rgba(169,128,46,.3);
}
.modal-overlay.show .modal-box { transform: translateY(0) scale(1); }
.modal-close { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--ink-500); }
.modal-close:hover { background: var(--cream-300); color: var(--plum-700); }
.modal-close svg { width: 16px; height: 16px; }
.modal-box .mtag { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 10px; font-weight: 600; }
.modal-box h3 { font-size: 22px; margin-bottom: 14px; }
.modal-box p { font-size: 13.5px; color: var(--ink-700); margin-bottom: 10px; }
.modal-box .dev-line { font-size: 12px; color: var(--ink-500); margin-top: 18px; margin-bottom: 20px; }
.modal-box .dev-line .brandname { font-family: var(--font-brand); color: var(--plum-700); font-size: 11.5px; }
.modal-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.qv-modal .modal-box { max-width: 560px; text-align: left; padding: 0; overflow: hidden; }
.qv-body { display: flex; flex-direction: column; }
.qv-img { aspect-ratio: 3/3.4; overflow: hidden; }
.qv-img img { width: 100%; height: 100%; object-fit: cover; }
.qv-info { padding: 24px 24px 28px; }
.qv-info h3 { font-size: 21px; margin-bottom: 8px; }
.qv-info .pprice { font-family: var(--font-display); font-size: 19px; color: var(--plum-700); font-weight: 700; display: block; margin-bottom: 16px; }
.qv-info p { font-size: 13.5px; color: var(--ink-700); margin-bottom: 18px; }

/* Toast */
.toast-wrap { position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 1100; display: flex; flex-direction: column; gap: 8px; align-items: center; width: 100%; padding: 0 16px; pointer-events: none; }
.toast {
  background: var(--plum-700); color: var(--cream-100); padding: 13px 22px; border-radius: 999px;
  font-size: 13.5px; font-weight: 500; box-shadow: 0 12px 30px rgba(0,0,0,.25);
  display: flex; align-items: center; gap: 8px; opacity: 0; transform: translateY(10px);
  transition: all .3s ease; max-width: 380px;
}
.toast.show { opacity: 1; transform: translateY(0); }
.toast svg { width: 15px; height: 15px; color: var(--gold-300); flex-shrink: 0; }

/* =========================================================
   PAGE HERO (internal pages — listing, product, account etc.)
   ========================================================= */
.page-hero {
  background: linear-gradient(135deg, var(--plum-900) 0%, var(--plum-700) 100%);
  padding: 52px 0 44px; text-align: center; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0; opacity: .06;
  background-image: radial-gradient(circle at 20% 50%, var(--gold-400) 0, transparent 50%), radial-gradient(circle at 80% 20%, var(--gold-400) 0, transparent 40%);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero .eyebrow-tag { color: var(--gold-300); }
.page-hero h1 { color: var(--cream-100); font-size: clamp(28px,5vw,46px); margin-bottom: 12px; }
.page-hero p { color: var(--lavender-300); font-size: 15px; max-width: 520px; margin: 0 auto; }

/* Breadcrumb */
.breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--lavender-300); margin-bottom: 16px; justify-content: center; flex-wrap: wrap; }
.breadcrumb a { color: var(--gold-300); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--gold-400); }
.breadcrumb svg { width: 10px; height: 10px; opacity: .6; }

/* =========================================================
   LISTING PAGE (category, collection pages)
   ========================================================= */
.listing-layout { padding: 40px 0 64px; }
.listing-inner { display: flex; gap: 28px; align-items: flex-start; }
.listing-sidebar { width: 230px; flex-shrink: 0; position: sticky; top: 90px; }
.listing-sidebar-title { font-family: var(--font-display); font-size: 16px; color: var(--plum-700); margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(92,26,68,.1); }
.filter-group { border-bottom: 1px solid rgba(92,26,68,.08); }
.filter-group summary { padding: 14px 0; font-size: 13px; font-weight: 600; color: var(--ink-700); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; letter-spacing: .02em; text-transform: uppercase; }
.filter-group summary::after { content: '+'; font-size: 16px; color: var(--gold-500); }
.filter-group[open] summary::after { content: '−'; }
.filter-group .filter-options { padding: 8px 0 16px; display: flex; flex-direction: column; gap: 8px; }
.filter-label { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-700); cursor: pointer; }
.filter-label input[type=checkbox] { accent-color: var(--plum-700); width: 14px; height: 14px; }
.filter-label:hover { color: var(--plum-700); }

.listing-main { flex: 1; min-width: 0; }
.listing-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; flex-wrap: wrap; }
.listing-toolbar .result-count { font-size: 13px; color: var(--ink-500); }
.listing-toolbar select { font-size: 13px; color: var(--ink-700); border: 1px solid rgba(92,26,68,.15); border-radius: 8px; padding: 8px 12px; background: var(--white); cursor: pointer; }
.listing-search { display: flex; gap: 0; background: var(--white); border-radius: 999px; border: 1px solid rgba(92,26,68,.12); padding: 4px; margin-bottom: 22px; box-shadow: var(--shadow-card); }
.listing-search input { flex: 1; border: none; background: transparent; padding: 10px 16px; font-size: 13.5px; color: var(--ink-900); }
.listing-search input:focus { outline: none; }
.listing-search button { flex-shrink: 0; }
.empty-state { text-align: center; padding: 64px 20px; }
.empty-state h3 { font-size: 22px; margin-bottom: 12px; }
.empty-state p { color: var(--ink-500); font-size: 14px; margin-bottom: 24px; }

/* Filter chips (mobile) */
.filter-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.filter-chip { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; color: var(--plum-700); background: var(--lavender-100); border-radius: 999px; padding: 5px 12px; }
.filter-chip button { width: 14px; height: 14px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--ink-500); font-size: 11px; }

/* Mobile filter drawer */
.filter-toggle-btn { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--plum-700); border: 1px solid rgba(92,26,68,.2); border-radius: 999px; padding: 8px 16px; }
.filter-toggle-btn svg { width: 14px; height: 14px; }
.filter-drawer { position: fixed; inset: 0 0 0 auto; width: min(88vw,360px); background: var(--cream-100); z-index: 900; transform: translateX(100%); transition: transform .4s cubic-bezier(.4,0,.2,1); box-shadow: -10px 0 40px rgba(0,0,0,.2); display: flex; flex-direction: column; }
.filter-drawer.open { transform: translateX(0); }
.filter-drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1px solid rgba(92,26,68,.1); }
.filter-drawer-head h3 { font-size: 17px; }
.filter-drawer-body { flex: 1; overflow-y: auto; padding: 12px 22px; }
.filter-drawer-foot { padding: 16px 22px; border-top: 1px solid rgba(92,26,68,.1); display: flex; gap: 10px; }

/* =========================================================
   PRODUCT DETAIL PAGE
   ========================================================= */
.product-detail { padding: 40px 0 64px; }
.product-detail-inner { display: flex; flex-direction: column; gap: 36px; }
.product-gallery { position: relative; }
.gallery-main { border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 3/3.8; background: var(--cream-300); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; padding-bottom: 4px; }
.gallery-thumb { width: 66px; height: 80px; border-radius: 8px; overflow: hidden; flex-shrink: 0; cursor: pointer; border: 2px solid transparent; transition: border-color var(--transition); }
.gallery-thumb.active { border-color: var(--plum-700); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-info {}
.product-detail-info .pcat { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-600); font-weight: 600; margin-bottom: 8px; }
.product-detail-info h1 { font-size: clamp(24px,4vw,34px); margin-bottom: 16px; }
.product-detail-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 20px; }
.product-detail-price .price { font-family: var(--font-display); font-size: 26px; color: var(--plum-700); font-weight: 700; }
.product-detail-price .price-original { font-size: 16px; color: var(--ink-500); text-decoration: line-through; }
.product-detail-price .price-save { font-size: 13px; font-weight: 700; color: var(--gold-600); background: rgba(201,162,39,.15); padding: 3px 10px; border-radius: 999px; }
.product-desc { font-size: 14px; color: var(--ink-700); line-height: 1.7; margin-bottom: 22px; }
.product-meta-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.product-meta-list li { display: flex; gap: 8px; font-size: 13px; }
.product-meta-list li span:first-child { font-weight: 600; color: var(--ink-700); min-width: 70px; }
.product-meta-list li span:last-child { color: var(--ink-500); }
.size-selector { margin-bottom: 24px; }
.size-selector-label { font-size: 13px; font-weight: 600; color: var(--ink-700); margin-bottom: 10px; display: flex; gap: 8px; align-items: center; }
.size-selector-label a { font-weight: 400; color: var(--gold-600); font-size: 12px; }
.size-options { display: flex; gap: 8px; flex-wrap: wrap; }
.size-btn { min-width: 42px; height: 42px; border-radius: 8px; border: 1.5px solid rgba(92,26,68,.2); font-size: 13px; font-weight: 600; color: var(--ink-700); transition: all var(--transition); display: flex; align-items: center; justify-content: center; padding: 0 10px; }
.size-btn:hover { border-color: var(--plum-700); color: var(--plum-700); }
.size-btn.active { background: var(--plum-700); color: var(--cream-100); border-color: var(--plum-700); }
.size-btn.sold-out { opacity: .4; cursor: not-allowed; text-decoration: line-through; }
.product-actions { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.qty-selector { display: flex; align-items: center; gap: 12px; }
.qty-selector label { font-size: 13px; font-weight: 600; color: var(--ink-700); }
.qty-input { display: flex; align-items: center; border: 1.5px solid rgba(92,26,68,.2); border-radius: 8px; overflow: hidden; }
.qty-input button { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--plum-700); transition: background var(--transition); }
.qty-input button:hover { background: var(--lavender-100); }
.qty-input span { min-width: 36px; text-align: center; font-size: 14px; font-weight: 600; }
.product-whatsapp { display: flex; align-items: center; gap: 8px; color: var(--ink-500); font-size: 13px; }
.product-whatsapp a { color: var(--plum-700); font-weight: 600; transition: color var(--transition); }
.product-whatsapp a:hover { color: var(--gold-600); }
.product-tabs { margin-top: 36px; }
.tab-nav { display: flex; gap: 0; border-bottom: 1.5px solid rgba(92,26,68,.1); }
.tab-btn { font-size: 13.5px; font-weight: 600; color: var(--ink-500); padding: 12px 20px; border-bottom: 2px solid transparent; margin-bottom: -1.5px; transition: all var(--transition); }
.tab-btn.active { color: var(--plum-700); border-bottom-color: var(--plum-700); }
.tab-body { padding: 24px 0; font-size: 14px; color: var(--ink-700); line-height: 1.75; display: none; }
.tab-body.active { display: block; }

/* =========================================================
   CART PAGE
   ========================================================= */
.cart-layout { display: flex; flex-direction: column; gap: 24px; padding: 40px 0 64px; }
.cart-items-col {}
.cart-item { display: flex; gap: 14px; background: var(--white); border-radius: var(--radius-md); padding: 16px; border: 1px solid rgba(92,26,68,.08); box-shadow: var(--shadow-card); margin-bottom: 14px; }
.cart-item-img { width: 88px; height: 108px; border-radius: 10px; overflow: hidden; flex-shrink: 0; background: var(--cream-300); }
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-info .ci-name { font-family: var(--font-display); font-size: 15px; color: var(--plum-700); margin-bottom: 4px; }
.cart-item-info .ci-variant { font-size: 12px; color: var(--ink-500); margin-bottom: 12px; }
.cart-item-info .ci-price { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--plum-700); }
.cart-item-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.cart-remove { font-size: 12px; color: var(--ink-500); transition: color var(--transition); }
.cart-remove:hover { color: #c0392b; }
.cart-summary-col { background: var(--white); border-radius: var(--radius-md); padding: 24px; border: 1px solid rgba(92,26,68,.08); box-shadow: var(--shadow-card); position: sticky; top: 90px; }
.cart-summary-col h3 { font-size: 18px; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid rgba(92,26,68,.08); }
.summary-row { display: flex; justify-content: space-between; font-size: 13.5px; margin-bottom: 10px; color: var(--ink-700); }
.summary-row.total { font-family: var(--font-display); font-size: 17px; font-weight: 700; color: var(--plum-700); border-top: 1px solid rgba(92,26,68,.1); padding-top: 14px; margin-top: 8px; }
.cart-empty { text-align: center; padding: 64px 20px; }
.cart-empty svg { width: 48px; height: 48px; color: var(--lavender-300); margin: 0 auto 16px; }
.cart-empty h3 { font-size: 22px; margin-bottom: 10px; }
.cart-empty p { color: var(--ink-500); font-size: 14px; margin-bottom: 24px; }

/* =========================================================
   CHECKOUT PAGE
   ========================================================= */
.checkout-layout { display: flex; flex-direction: column; gap: 24px; padding: 40px 0 64px; }
.checkout-form-col {}
.form-section { background: var(--white); border-radius: var(--radius-md); padding: 24px; border: 1px solid rgba(92,26,68,.08); box-shadow: var(--shadow-card); margin-bottom: 16px; }
.form-section h3 { font-size: 16px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(92,26,68,.08); }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label { font-size: 12.5px; font-weight: 600; color: var(--ink-700); letter-spacing: .03em; text-transform: uppercase; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid rgba(92,26,68,.15);
  border-radius: 10px; font-size: 14px; color: var(--ink-900);
  background: var(--cream-100); transition: border-color var(--transition);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--plum-700); }
.payment-options { display: flex; flex-direction: column; gap: 10px; }
.payment-option { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1.5px solid rgba(92,26,68,.12); border-radius: 10px; cursor: pointer; transition: border-color var(--transition); }
.payment-option:hover { border-color: var(--plum-700); }
.payment-option.selected { border-color: var(--plum-700); background: var(--lavender-100); }
.payment-option input[type=radio] { accent-color: var(--plum-700); width: 16px; height: 16px; }
.payment-option-label { font-size: 14px; font-weight: 600; color: var(--ink-700); }
.payment-option-sub { font-size: 12px; color: var(--ink-500); }

/* =========================================================
   ACCOUNT PAGES
   ========================================================= */
.account-layout { display: flex; flex-direction: column; gap: 24px; padding: 40px 0 64px; }
.account-sidebar { background: var(--white); border-radius: var(--radius-md); padding: 24px; border: 1px solid rgba(92,26,68,.08); box-shadow: var(--shadow-card); }
.account-sidebar .acct-name { font-family: var(--font-display); font-size: 18px; color: var(--plum-700); margin-bottom: 4px; }
.account-sidebar .acct-email { font-size: 13px; color: var(--ink-500); margin-bottom: 20px; }
.account-nav { display: flex; flex-direction: column; gap: 4px; }
.account-nav a { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-radius: 8px; font-size: 13.5px; font-weight: 500; color: var(--ink-700); transition: all var(--transition); }
.account-nav a svg { width: 16px; height: 16px; flex-shrink: 0; }
.account-nav a:hover { background: var(--lavender-100); color: var(--plum-700); }
.account-nav a.active { background: var(--plum-700); color: var(--cream-100); }
.account-nav a.active svg { color: var(--gold-300); }
.account-nav .nav-logout { color: #c0392b; }
.account-nav .nav-logout:hover { background: rgba(192,57,43,.08); }
.account-main { background: var(--white); border-radius: var(--radius-md); padding: 24px; border: 1px solid rgba(92,26,68,.08); box-shadow: var(--shadow-card); flex: 1; }
.account-main h2 { font-size: 20px; margin-bottom: 4px; }
.account-main .section-sub { margin-top: 6px; }

/* Order history */
.order-card { border: 1px solid rgba(92,26,68,.1); border-radius: var(--radius-sm); padding: 16px; margin-bottom: 12px; transition: border-color var(--transition); }
.order-card:hover { border-color: var(--gold-500); }
.order-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.order-number { font-family: var(--font-brand); font-size: 12px; color: var(--plum-700); letter-spacing: .05em; }
.order-status { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.status-placed { background: rgba(201,162,39,.15); color: var(--gold-600); }
.status-confirmed { background: rgba(92,26,68,.12); color: var(--plum-700); }
.status-shipped { background: rgba(52,152,219,.12); color: #2980b9; }
.status-delivered { background: rgba(39,174,96,.12); color: #27ae60; }
.status-cancelled { background: rgba(192,57,43,.1); color: #c0392b; }
.order-items-preview { display: flex; gap: 6px; margin-bottom: 10px; }
.order-thumb { width: 46px; height: 56px; border-radius: 6px; overflow: hidden; background: var(--cream-300); }
.order-thumb img { width: 100%; height: 100%; object-fit: cover; }
.order-card-foot { display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--ink-500); }
.order-total { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--plum-700); }

/* Auth forms (login, register, forgot password) */
.auth-page { min-height: 60vh; display: flex; align-items: center; justify-content: center; padding: 60px 20px; }
.auth-card { background: var(--white); border-radius: var(--radius-md); padding: 40px 32px; max-width: 420px; width: 100%; box-shadow: var(--shadow-card); border: 1px solid rgba(92,26,68,.08); }
.auth-card .auth-logo { display: flex; justify-content: center; margin-bottom: 28px; }
.auth-card .auth-logo img { height: 44px; }
.auth-card h2 { text-align: center; font-size: 24px; margin-bottom: 6px; }
.auth-card .auth-sub { text-align: center; color: var(--ink-500); font-size: 13.5px; margin-bottom: 28px; }
.auth-card .form-grid { gap: 16px; }
.auth-card .auth-footer { text-align: center; font-size: 13px; color: var(--ink-500); margin-top: 20px; }
.auth-card .auth-footer a { color: var(--plum-700); font-weight: 600; }
.auth-divider { display: flex; align-items: center; gap: 12px; margin: 16px 0; color: var(--ink-500); font-size: 12px; }
.auth-divider::before, .auth-divider::after { content: ''; flex: 1; height: 1px; background: rgba(92,26,68,.1); }

/* Wishlist */
.wishlist-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }

/* Static pages (about, faq, policies) */
.static-page { padding: 48px 0 80px; }
.static-page .static-inner { max-width: 760px; margin: 0 auto; }
.static-page h2 { font-size: 24px; margin: 32px 0 14px; }
.static-page h3 { font-size: 18px; margin: 24px 0 10px; }
.static-page p { font-size: 14.5px; color: var(--ink-700); line-height: 1.8; margin-bottom: 14px; }
.static-page ul { margin: 0 0 16px 20px; }
.static-page ul li { font-size: 14.5px; color: var(--ink-700); line-height: 1.8; margin-bottom: 6px; list-style: disc; }
.faq-item { border-bottom: 1px solid rgba(92,26,68,.08); }
.faq-item summary { padding: 18px 0; font-size: 15px; font-weight: 600; color: var(--plum-700); cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { padding: 0 0 18px; font-size: 14px; color: var(--ink-700); line-height: 1.75; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.contact-info-item { display: flex; gap: 14px; }
.contact-info-item .ico { width: 44px; height: 44px; border-radius: 50%; background: var(--lavender-100); color: var(--plum-700); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-item .ico svg { width: 18px; height: 18px; }
.contact-info-item .ci-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--gold-600); margin-bottom: 4px; }
.contact-info-item .ci-val { font-size: 14px; color: var(--ink-700); }
.contact-info-item .ci-val a { color: var(--plum-700); font-weight: 600; }

/* Search page */
.search-hero { padding: 40px 0 32px; }
.search-form-big { display: flex; background: var(--white); border-radius: 999px; border: 2px solid rgba(92,26,68,.15); padding: 6px; box-shadow: var(--shadow-card); max-width: 640px; margin: 0 auto 12px; }
.search-form-big input { flex: 1; border: none; background: transparent; padding: 12px 18px; font-size: 16px; color: var(--ink-900); }
.search-form-big input:focus { outline: none; }
.search-form-big button { flex-shrink: 0; }
.search-hints { text-align: center; font-size: 13px; color: var(--ink-500); margin-bottom: 28px; }
.search-hints a { color: var(--plum-700); font-weight: 600; margin: 0 4px; }

/* Track order */
.track-form { max-width: 480px; margin: 0 auto; }
.track-status { background: var(--white); border-radius: var(--radius-md); padding: 28px; border: 1px solid rgba(92,26,68,.08); box-shadow: var(--shadow-card); margin-top: 24px; }
.track-steps { display: flex; flex-direction: column; gap: 0; margin-top: 20px; }
.track-step { display: flex; gap: 16px; position: relative; padding-bottom: 24px; }
.track-step:last-child { padding-bottom: 0; }
.track-step::before { content: ''; position: absolute; left: 15px; top: 32px; bottom: 0; width: 2px; background: rgba(92,26,68,.1); }
.track-step:last-child::before { display: none; }
.track-step-ico { width: 32px; height: 32px; border-radius: 50%; background: var(--cream-200); border: 2px solid rgba(92,26,68,.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; z-index: 1; }
.track-step-ico svg { width: 14px; height: 14px; color: var(--ink-500); }
.track-step.done .track-step-ico { background: var(--plum-700); border-color: var(--plum-700); }
.track-step.done .track-step-ico svg { color: var(--cream-100); }
.track-step.done::before { background: var(--plum-700); }
.track-step-info { padding-top: 4px; }
.track-step-info .ts-label { font-size: 13.5px; font-weight: 600; color: var(--ink-700); }
.track-step-info .ts-date { font-size: 12px; color: var(--ink-500); margin-top: 2px; }

/* =========================================================
   THANK YOU PAGE
   ========================================================= */
.thankyou-page { min-height: 60vh; display: flex; align-items: center; justify-content: center; padding: 60px 20px; text-align: center; }
.thankyou-card { max-width: 520px; }
.thankyou-icon { width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg,var(--plum-700),var(--plum-600)); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; box-shadow: 0 16px 40px rgba(92,26,68,.3); }
.thankyou-icon svg { width: 36px; height: 36px; color: var(--gold-300); }
.thankyou-card h1 { font-size: clamp(28px,5vw,40px); margin-bottom: 12px; }
.thankyou-card p { color: var(--ink-500); font-size: 15px; margin-bottom: 8px; }
.thankyou-order-num { font-family: var(--font-brand); font-size: 13px; color: var(--plum-700); letter-spacing: .06em; margin-bottom: 28px; }
.thankyou-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (min-width: 680px) {
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .wishlist-grid { grid-template-columns: repeat(3,1fr); }
  .category-grid { grid-template-columns: repeat(4,1fr); }
  .occasion-grid { grid-template-columns: repeat(4,1fr); }
  .review-grid { grid-template-columns: repeat(3,1fr); }
  .insta-grid { grid-template-columns: repeat(6,1fr); }
  .trust-grid { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: repeat(3,1fr); }
  .quick-cats .container { grid-template-columns: repeat(4,1fr); }
  .consult-body { flex-direction: row; text-align: left; align-items: center; gap: 40px; padding: 30px 40px 50px; }
  .consult-text { text-align: left; }
  .consult-ctas { justify-content: flex-start; }
  .consult-strip { grid-template-columns: repeat(4,1fr); }
  .newsletter-heading .pipe { display: inline; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 860px) {
  .trending-top { flex-direction: row; }
  .trending-hero { flex: 1.15; }
  .trending-mini-grid { flex: 1; }
  .cart-layout { flex-direction: row; align-items: flex-start; }
  .cart-items-col { flex: 1; }
  .cart-summary-col { width: 300px; }
  .checkout-layout { flex-direction: row; align-items: flex-start; }
  .checkout-form-col { flex: 1; }
  .checkout-summary-col { width: 300px; }
  .account-layout { flex-direction: row; align-items: flex-start; }
  .account-sidebar { width: 220px; position: sticky; top: 90px; }
  .product-detail-inner { flex-direction: row; gap: 48px; }
  .product-gallery { flex: 1; position: sticky; top: 90px; }
  .product-detail-info { flex: 1; }
}

@media (min-width: 1024px) {
  .main-nav { display: block; }
  .hamburger { display: none; }
  .product-grid { grid-template-columns: repeat(4,1fr); }
  .wishlist-grid { grid-template-columns: repeat(4,1fr); }
  .hero-banner { min-height: 600px; }
  .hero-content { padding: 60px 60px; }
  .bridal-banner { min-height: 520px; }
  .bridal-banner .content { padding: 60px 70px; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1.3fr; }
  .footer-bottom .container { flex-direction: row; justify-content: space-between; text-align: left; }
  .trust-grid { grid-template-columns: repeat(5,1fr); }
  .section { padding: 84px 0; }
  .listing-inner { gap: 36px; }
  .listing-sidebar { display: block; }
  .filter-toggle-btn { display: none; }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .container { padding: 0 32px; }
}

/* Hide sidebar on mobile, show filter drawer instead */
@media (max-width: 1023px) {
  .listing-sidebar { display: none; }
}
