/*
Theme Name: Amnexora
Theme URI: https://amnexora.com
Author: Amnexora
Author URI: https://amnexora.com
Description: Premium luxury ecommerce WordPress theme – Elementor compatible. Exact port of the Amnexora Shopify theme with gold-and-ink design system, responsive layout, and full Elementor editing support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
Text Domain: amnexora
*/

/* =============================================
   DESIGN TOKENS & RESET
   ============================================= */
:root {
  --background: 0 0% 96%;
  --foreground: 0 0% 4%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 7%;
  --primary: 0 0% 4%;
  --primary-foreground: 0 0% 96%;
  --ink: 0 0% 4%;
  --ink-soft: 0 0% 10%;
  --secondary: 36 18% 92%;
  --secondary-foreground: 0 0% 12%;
  --muted: 36 18% 92%;
  --muted-foreground: 0 0% 38%;
  --accent: 44 64% 52%;
  --accent-foreground: 0 0% 7%;
  --gold: 44 64% 52%;
  --gold-soft: 47 87% 72%;
  --gold-deep: 42 58% 42%;
  --destructive: 0 70% 45%;
  --success: 142 55% 38%;
  --border: 36 14% 88%;
  --input: 36 14% 88%;
  --ring: 41 49% 54%;
  --radius: .875rem;
  --gradient-gold: linear-gradient(135deg, hsl(44 64% 52%), hsl(47 87% 72%) 48%, hsl(42 58% 42%));
  --gradient-ink: radial-gradient(circle at 50% 0%, hsl(0 0% 14%), hsl(0 0% 4%) 58%, hsl(0 0% 0%));
  --gradient-sheen: linear-gradient(120deg, transparent 0%, hsl(0 0% 100%/.18) 50%, transparent 100%);
  --gradient-fade-up: linear-gradient(180deg, transparent, hsl(0 0% 0%/.55) 60%, hsl(0 0% 0%/.85));
  --shadow-card: 0 1px 2px hsl(0 0% 0%/.05), 0 18px 48px -22px hsl(0 0% 0%/.22);
  --shadow-luxe: 0 36px 100px -34px hsl(0 0% 0%/.6);
  --shadow-gold: 0 14px 48px -16px hsl(44 64% 52%/.62), 0 0 22px hsl(47 87% 72%/.18);
  --ease-luxe: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; scroll-behavior: smooth; }
body { margin: 0; background: hsl(var(--background)); color: hsl(var(--foreground)); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-feature-settings: 'ss01','cv11'; }
body.drawer-open { overflow: hidden; }
h1, h2, h3, .font-display { font-family: 'Playfair Display', ui-serif, Georgia, serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }

.icon { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: absolute; left: -999px; top: 12px; background: hsl(var(--ink)); color: white; padding: 12px; z-index: 999; }
.skip-link:focus { left: 12px; }
.container-luxe { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.site-main { min-height: 50vh; }
.center { text-align: center; }
.mt-48 { margin-top: 48px; }
.text-gradient-gold, .logo__name { background: var(--gradient-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }
.luxury-particles { background-image: radial-gradient(circle, hsl(var(--gold-soft)/.28) 1px, transparent 1.5px); background-size: 46px 46px; mask-image: linear-gradient(180deg, transparent, black 18%, black 72%, transparent); }
.bottom-gold-line { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, hsl(var(--gold)/.5), transparent); }

/* =============================================
   BUTTONS
   ============================================= */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap; border-radius: 999px; font-size: 14px; font-weight: 600; letter-spacing: .01em; border: 0; min-height: 44px; padding: 10px 24px; cursor: pointer; transition: all .3s var(--ease-luxe); font-family: inherit; }
.btn svg { width: 16px; height: 16px; }
.btn-xl { min-height: 56px; padding: 14px 40px; font-size: 16px; }
.btn-lg { min-height: 52px; padding: 13px 36px; font-size: 15px; }
.btn-gold { background: var(--gradient-gold); color: hsl(var(--ink)); box-shadow: var(--shadow-gold); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: var(--shadow-luxe); }
.btn-hero { position: relative; overflow: hidden; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); box-shadow: var(--shadow-luxe); }
.btn-hero::before { content: ""; position: absolute; inset: 0; background: var(--gradient-gold); opacity: 0; transition: .5s; }
.btn-hero:hover::before { opacity: 1; }
.btn-hero:hover { color: hsl(var(--ink)); transform: translateY(-2px); }
.btn-hero > * { position: relative; z-index: 1; }
.btn-outline { border: 1px solid hsl(var(--input)); background: transparent; color: hsl(var(--foreground)); }
.btn-outline:hover { background: hsl(var(--secondary)); border-color: hsl(var(--foreground)/.4); }
.btn-outline-light { border: 1px solid rgb(255 255 255 / .4); background: rgb(255 255 255 / .05); color: white; backdrop-filter: blur(8px); }
.btn-outline-light:hover { background: white; color: hsl(var(--ink)); }

/* =============================================
   ANNOUNCEMENT BAR
   ============================================= */
.announcement-bar { position: relative; overflow: hidden; background: hsl(var(--ink)); color: hsl(var(--primary-foreground)); border-bottom: 1px solid hsl(var(--gold)/.2); }
.announcement-bar__inner { height: 36px; display: flex; align-items: center; justify-content: center; gap: 32px; white-space: nowrap; overflow: hidden; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; }
.announcement-item { display: inline-flex; align-items: center; gap: 8px; color: rgb(255 255 255 / .8); }
.announcement-item svg { color: hsl(var(--gold)); font-size: 14px; }
.show-mobile { display: none; }

/* =============================================
   LOGO
   ============================================= */
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo__image { height: 40px; width: auto; object-fit: contain; filter: drop-shadow(0 0 18px hsl(var(--gold)/.35)); user-select: none; }
.logo__text { display: flex; flex-direction: column; line-height: 1; }
.logo__name { font-family: 'Playfair Display', serif; font-size: 18px; letter-spacing: .18em; }
.logo__tagline { margin-top: 4px; font-size: 9px; text-transform: uppercase; letter-spacing: .32em; color: hsl(var(--muted-foreground)); }
.logo--light .logo__tagline { color: rgb(255 255 255 / .55); }

/* =============================================
   HEADER
   ============================================= */
.site-header { position: sticky; top: 0; z-index: 40; width: 100%; background: hsl(var(--background)/.6); backdrop-filter: blur(12px); transition: all .5s var(--ease-luxe); }
.site-header.is-scrolled { background: hsl(var(--background)/.9); backdrop-filter: blur(24px); border-bottom: 1px solid hsl(var(--border)); box-shadow: var(--shadow-card); }
.header-main { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.header-icon, .cart-link, .account-link { height: 40px; min-width: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: hsl(var(--foreground)); background: transparent; border: 0; cursor: pointer; transition: .25s; }
.header-icon:hover, .cart-link:hover, .account-link:hover { background: hsl(var(--secondary)); }
.header-icon--menu { display: none; }
.header-search { position: relative; display: flex; align-items: center; flex: 1; max-width: 672px; margin: 0 16px; }
.header-search > svg { position: absolute; left: 20px; color: hsl(var(--muted-foreground)); font-size: 16px; }
.header-search input { width: 100%; height: 44px; border-radius: 999px; border: 1px solid hsl(var(--border)); background: hsl(var(--secondary)/.6); padding: 0 56px 0 48px; font-size: 14px; color: hsl(var(--foreground)); outline: none; transition: .25s; }
.header-search input:focus { border-color: hsl(var(--gold)); background: hsl(var(--background)); }
.header-search button { position: absolute; right: 6px; height: 32px; width: 32px; border: 0; border-radius: 999px; background: var(--gradient-gold); color: hsl(var(--ink)); box-shadow: var(--shadow-gold); display: grid; place-items: center; cursor: pointer; }
.header-actions { display: flex; align-items: center; gap: 4px; }
.account-link { gap: 8px; padding: 0 12px; }
.account-link span { font-size: 12px; text-transform: uppercase; letter-spacing: .18em; font-weight: 600; }
.cart-link { position: relative; }
.cart-count { position: absolute; top: -2px; right: -2px; min-width: 16px; height: 16px; border-radius: 999px; padding: 0 4px; background: var(--gradient-gold); color: hsl(var(--ink)); font-size: 10px; font-weight: 700; display: grid; place-items: center; box-shadow: var(--shadow-gold); }
.mobile-search { display: none; border-top: 1px solid hsl(var(--border)); background: hsl(var(--background)); padding: 12px 16px; }
.mobile-search .header-search { margin: 0; max-width: none; }

/* DESKTOP NAV */
.desktop-nav { display: block; border-top: 1px solid hsl(var(--border)/.6); position: relative; }
.desktop-nav__inner { display: flex; align-items: center; justify-content: center; gap: 40px; padding: 12px 20px; }
.desktop-nav a, .desktop-nav button { position: relative; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; color: hsl(var(--foreground)/.8); transition: .25s; background: none; border: 0; cursor: pointer; font-family: inherit; }
.desktop-nav a:hover { color: hsl(var(--foreground)); }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -4px; height: 1px; width: 0; background: var(--gradient-gold); transition: .5s var(--ease-luxe); }
.desktop-nav a:hover::after { width: 100%; }
.nav-accent { color: hsl(var(--gold)) !important; }
.nav-mega-trigger { position: static; }
.mega-menu { position: absolute; left: 0; right: 0; top: 100%; z-index: 50; opacity: 0; transform: translateY(-8px); pointer-events: none; transition: all .5s var(--ease-luxe); }
.nav-mega-trigger:hover .mega-menu, .mega-menu:hover { opacity: 1; transform: translateY(0); pointer-events: auto; }
.mega-menu__wrap { padding-top: 14px; }
.mega-card { border-radius: 24px; border: 1px solid hsl(var(--gold)/.2); background: hsl(var(--ink)/.95); backdrop-filter: blur(24px); box-shadow: var(--shadow-luxe); overflow: hidden; display: grid; grid-template-columns: 2fr 1fr; }
.mega-card::before { content: ""; grid-column: 1/-1; height: 1px; background: linear-gradient(90deg, transparent, hsl(var(--gold)/.6), transparent); }
.mega-left { padding: 32px; }
.mega-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; }
.mega-head p, .mega-feature p, .faq-grid > div > span, .newsletter-grid span { margin: 0 0 8px; color: hsl(var(--gold)/.8); font-size: 10px; text-transform: uppercase; letter-spacing: .32em; }
.mega-head h3 { margin: 0; color: hsl(var(--background)); font-size: 24px; }
.mega-head a { color: hsl(var(--gold)); font-size: 11px; }
.mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mega-grid a { position: relative; display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto; column-gap: 16px; padding: 14px 16px; border-radius: 12px; border: 1px solid transparent; text-transform: none; letter-spacing: 0; }
.mega-grid a::after { display: none; }
.mega-grid a:hover { border-color: hsl(var(--gold)/.3); background: hsl(var(--background)/.05); }
.mega-grid span { grid-row: 1/3; height: 44px; width: 44px; border-radius: 999px; border: 1px solid hsl(var(--gold)/.25); background: hsl(var(--background)/.05); color: hsl(var(--gold)); display: grid; place-items: center; }
.mega-grid b { font-size: 13px; text-transform: uppercase; letter-spacing: .16em; color: hsl(var(--background)); }
.mega-grid small { font-size: 11px; color: hsl(var(--background)/.5); }
.mega-feature { border-left: 1px solid hsl(var(--gold)/.15); background: linear-gradient(135deg, hsl(var(--background)/.04), transparent); padding: 32px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; }
.mega-feature h4 { margin: 0; color: hsl(var(--background)); font-size: 22px; }
.mega-feature span { color: hsl(var(--background)/.6); line-height: 1.6; }
.mega-sale { text-align: center; color: hsl(var(--gold)/.9) !important; font-size: 11px !important; }
.mega-sale::after { display: none !important; }

/* MOBILE DRAWER */
.mobile-drawer { position: fixed; inset: 0; z-index: 50; opacity: 0; pointer-events: none; transition: .3s; }
.mobile-drawer.is-open { opacity: 1; pointer-events: auto; }
.mobile-overlay { position: absolute; inset: 0; background: hsl(var(--ink)/.6); backdrop-filter: blur(4px); border: 0; width: 100%; }
.mobile-panel { position: absolute; left: 0; top: 0; height: 100%; width: 82%; max-width: 384px; background: hsl(var(--background)); box-shadow: var(--shadow-luxe); transform: translateX(-100%); transition: .5s var(--ease-luxe); overflow: auto; }
.mobile-drawer.is-open .mobile-panel { transform: translateX(0); }
.mobile-panel__head { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid hsl(var(--border)); }
.mobile-panel__nav { display: flex; flex-direction: column; padding: 8px; }
.mobile-panel__nav a, .mobile-panel__nav button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 16px 20px; border: 0; border-bottom: 1px solid hsl(var(--border)/.6); background: transparent; font-family: inherit; font-size: 14px; text-transform: uppercase; letter-spacing: .14em; font-weight: 600; color: hsl(var(--foreground)); text-align: left; cursor: pointer; }
.mobile-panel__nav a:hover, .mobile-panel__nav button:hover { background: hsl(var(--secondary)); }
.mobile-submenu { display: none; background: hsl(var(--secondary)/.4); border-top: 1px solid hsl(var(--gold)/.15); }
.mobile-submenu.is-open { display: block; }
.mobile-submenu a { padding: 14px 24px; font-size: 12px; color: hsl(var(--foreground)/.8); }
.mobile-panel__cta { padding: 20px; }
.mobile-panel__cta .btn { width: 100%; }

/* =============================================
   HERO SECTION
   ============================================= */
.hero-section { position: relative; isolation: isolate; overflow: hidden; background: hsl(var(--ink)); color: hsl(var(--primary-foreground)); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, hsl(var(--ink)), hsl(var(--ink)/.7), hsl(var(--ink)/.1)); }
.hero-fade { position: absolute; inset: 0; background: var(--gradient-fade-up); }
.hero-section .luxury-particles { position: absolute; inset: 0; opacity: .6; }
.hero-content { position: relative; z-index: 1; display: flex; min-height: 78vh; flex-direction: column; justify-content: center; padding-top: 96px; padding-bottom: 96px; }
.hero-copy { max-width: 768px; }
.eyebrow-pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; border: 1px solid rgb(255 255 255 / .2); background: rgb(255 255 255 / .05); padding: 7px 14px; font-size: 11px; text-transform: uppercase; letter-spacing: .22em; color: rgb(255 255 255 / .85); backdrop-filter: blur(8px); }
.eyebrow-pill svg { color: hsl(var(--gold)); font-size: 12px; }
.hero-copy h1 { margin: 24px 0 0; font-size: 86px; line-height: 1.02; font-weight: 700; }
.hero-copy h1 em, .featured-copy h2 em, .promo-section h2 em { font-style: normal; background: var(--gradient-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy p { margin: 24px 0 0; max-width: 544px; font-size: 18px; line-height: 1.7; color: rgb(255 255 255 / .75); }
.hero-rating { margin-top: 20px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; color: rgb(255 255 255 / .75); font-size: 14px; }
.stars { color: hsl(var(--gold)); letter-spacing: 2px; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-trust { margin-top: 48px; display: grid; max-width: 672px; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.hero-trust span { min-height: 56px; display: inline-flex; align-items: center; gap: 8px; border-radius: 12px; border: 1px solid rgb(255 255 255 / .15); background: rgb(255 255 255 / .05); padding: 0 12px; color: rgb(255 255 255 / .75); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; backdrop-filter: blur(8px); }
.hero-trust svg { flex: none; color: hsl(var(--gold)); font-size: 16px; }
.reveal { opacity: 0; transform: translateY(16px); animation: reveal .9s var(--ease-luxe) forwards; }
.reveal-2 { animation-delay: .12s; }
.reveal-3 { animation-delay: .24s; }
.reveal-4 { animation-delay: .36s; }
@keyframes reveal { to { opacity: 1; transform: none; } }

/* =============================================
   SECTION HEADS & SHARED
   ============================================= */
.section-head { margin-bottom: 56px; }
.section-head.center { display: flex; flex-direction: column; align-items: center; text-align: center; }
.section-head span, .section-kicker, .promo-section span { font-size: 11px; text-transform: uppercase; letter-spacing: .32em; color: hsl(var(--gold)); }
.section-head h2 { margin: 12px 0 0; font-size: 48px; line-height: 1.08; }
.section-head p { margin: 16px 0 0; max-width: 576px; color: hsl(var(--muted-foreground)); line-height: 1.6; }
.section-head.split { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.section-head.split > a:not(.btn) { font-size: 14px; text-transform: uppercase; letter-spacing: .18em; color: hsl(var(--foreground)/.7); border-bottom: 1px solid hsl(var(--foreground)/.3); padding-bottom: 4px; }
.section-head.light h2 { color: hsl(var(--primary-foreground)); }

/* =============================================
   CATEGORIES
   ============================================= */
.categories-section, .products-section, .why-section, .faq-section { padding: 80px 0; background: hsl(var(--background)); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.category-card { position: relative; min-height: 300px; overflow: hidden; border-radius: 24px; background: hsl(var(--ink)); box-shadow: var(--shadow-card); border: 1px solid hsl(var(--gold)/.1); transition: all .5s var(--ease-luxe); display: block; }
.category-card:hover { transform: translateY(-4px); border-color: hsl(var(--gold)/.4); box-shadow: var(--shadow-luxe); }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .8; transition: transform 1s var(--ease-luxe); }
.category-card:hover img { transform: scale(1.1); }
.category-card div { position: absolute; inset: 0; background: linear-gradient(0deg, hsl(var(--ink)), hsl(var(--ink)/.4), transparent); }
.category-card::before { content: ""; position: absolute; left: -24px; right: -24px; top: -40px; height: 96px; background: var(--gradient-gold); opacity: 0; filter: blur(48px); transition: .7s; z-index: 1; }
.category-card:hover::before { opacity: .2; }
.category-card span { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; color: hsl(var(--primary-foreground)); z-index: 2; }
.category-card small { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: hsl(var(--gold)); }
.category-card b { display: block; margin-top: 8px; font-family: 'Playfair Display', serif; font-size: 24px; line-height: 1.15; }
.category-card em { display: inline-flex; margin-top: 12px; font-style: normal; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; color: rgb(255 255 255 / .75); }

/* =============================================
   FEATURED PRODUCT
   ============================================= */
.featured-product-section { position: relative; overflow: hidden; background: hsl(var(--secondary)); padding: 80px 0; }
.featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.featured-image-side { position: relative; }
.gold-blur { position: absolute; inset: -24px; border-radius: 32px; background: var(--gradient-gold); opacity: .2; filter: blur(48px); }
.featured-image-box { position: relative; border-radius: 32px; overflow: hidden; background: hsl(var(--ink)); box-shadow: var(--shadow-luxe); }
.featured-image-box img { width: 100%; height: 100%; object-fit: cover; animation: float-soft 5s ease-in-out infinite; }
.featured-image-box button { position: absolute; right: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 8px; border: 0; border-radius: 999px; background: rgb(255 255 255 / .95); color: hsl(var(--ink)); padding: 10px 16px; font-size: 12px; font-weight: 600; box-shadow: var(--shadow-luxe); cursor: pointer; }
.feature-badge { position: absolute; left: 20px; top: 20px; display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; background: hsl(var(--ink)/.8); padding: 7px 12px; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; backdrop-filter: blur(8px); }
.feature-badge svg { color: hsl(var(--gold)); }
.featured-copy h2 { margin: 12px 0 0; font-size: 48px; line-height: 1.05; }
.featured-copy > p { margin: 16px 0 0; max-width: 448px; color: hsl(var(--muted-foreground)); line-height: 1.6; }
.featured-price { margin-top: 28px; display: flex; align-items: flex-end; gap: 16px; flex-wrap: wrap; }
.featured-price strong { font-family: 'Playfair Display', serif; font-size: 40px; color: hsl(var(--ink)); font-weight: 600; }
.featured-price s { font-size: 18px; color: hsl(var(--muted-foreground)); padding-bottom: 4px; }
.featured-price span { border-radius: 999px; background: hsl(var(--ink)); color: hsl(var(--gold)); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 6px 10px; }
.check-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 12px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; color: hsl(var(--foreground)/.85); font-size: 15px; }
.check-list svg { margin-top: 4px; border-radius: 999px; background: var(--gradient-gold); color: hsl(var(--ink)); box-shadow: var(--shadow-gold); padding: 3px; font-size: 20px; flex: none; width: 20px; height: 20px; }
.featured-actions { margin-top: 36px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.stock-warning { margin-top: 24px; display: flex; align-items: center; gap: 8px; color: hsl(var(--destructive)); font-weight: 600; font-size: 14px; }
.mini-trust { margin-top: 32px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px 28px; color: hsl(var(--muted-foreground)); font-size: 12px; }
.mini-trust span { display: inline-flex; align-items: center; gap: 8px; }
.mini-trust svg { color: hsl(var(--foreground)); }

/* =============================================
   PRODUCT GRID / CARDS
   ============================================= */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card { position: relative; display: flex; flex-direction: column; overflow: hidden; border-radius: 24px; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); box-shadow: var(--shadow-card); transition: all .5s var(--ease-luxe); }
.product-card:hover { transform: translateY(-4px); border-color: hsl(var(--gold)/.5); box-shadow: var(--shadow-luxe); }
.product-card__glow { pointer-events: none; position: absolute; left: -32px; right: -32px; top: -40px; height: 96px; background: var(--gradient-gold); opacity: 0; filter: blur(48px); transition: .7s; }
.product-card:hover .product-card__glow { opacity: .2; }
.product-card__image-wrap { position: relative; aspect-ratio: 1/1; overflow: hidden; background: hsl(var(--secondary)); display: block; }
.product-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-luxe); }
.product-card:hover .product-card__image { transform: scale(1.05); }
.product-card__badge { position: absolute; left: 12px; top: 12px; border-radius: 999px; background: hsl(var(--ink)); color: hsl(var(--gold)); padding: 5px 10px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; box-shadow: var(--shadow-luxe); }
.product-card__quick { position: absolute; right: 12px; bottom: 12px; width: 40px; height: 40px; border-radius: 999px; background: var(--gradient-gold); color: hsl(var(--ink)); display: grid; place-items: center; box-shadow: var(--shadow-gold); transform: translateY(8px); opacity: 0; transition: .5s var(--ease-luxe); border: 0; cursor: pointer; }
.product-card:hover .product-card__quick { transform: none; opacity: 1; }
.product-card__body { display: flex; flex-direction: column; flex: 1; padding: 16px; }
.product-card__category { font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: hsl(var(--muted-foreground)); }
.product-card__title { margin-top: 4px; font-weight: 600; font-size: 15px; line-height: 1.35; color: hsl(var(--foreground)); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.product-card__title:hover { color: hsl(var(--gold)); }
.product-card__benefit { margin: 4px 0 0; color: hsl(var(--muted-foreground)); font-size: 12px; line-height: 1.45; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-card__rating { margin-top: 6px; display: flex; align-items: center; gap: 6px; color: hsl(var(--muted-foreground)); font-size: 12px; }
.product-card__rating .stars { font-size: 12px; letter-spacing: 0; }
.rating-number { font-weight: 700; color: hsl(var(--foreground)); }
.product-card__prices { margin-top: 12px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.price-was { font-size: 12px; color: hsl(var(--muted-foreground)); text-decoration: line-through; }
.price-now { font-weight: 800; color: hsl(var(--foreground)); }
.save-pill { border-radius: 999px; background: hsl(var(--secondary)); color: hsl(var(--gold)); padding: 3px 8px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.limited-stock { margin-top: 12px; display: inline-flex; align-items: center; gap: 6px; color: hsl(var(--destructive)); font-size: 11px; font-weight: 600; }
.product-card__form { margin-top: auto; }
.product-card__button { margin-top: 16px; width: 100%; min-height: 44px; }
.product-card__button:disabled { opacity: .55; cursor: not-allowed; }

/* =============================================
   NEW ARRIVALS
   ============================================= */
.new-arrivals-section { position: relative; overflow: hidden; background: var(--gradient-ink); padding: 80px 0; color: hsl(var(--primary-foreground)); }
.new-arrivals-section > .luxury-particles { position: absolute; inset: 0; opacity: .4; }
.new-arrivals-section .product-card { background: hsl(var(--card)); color: hsl(var(--foreground)); }
.gold-orb { position: absolute; left: 50%; top: 0; width: 288px; height: 288px; border-radius: 999px; background: var(--gradient-gold); opacity: .2; filter: blur(48px); transform: translateX(-50%); }
.gold-orb.right { right: 32px; left: auto; top: -128px; transform: none; opacity: .25; }

/* =============================================
   WHY SECTION
   ============================================= */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.why-grid article, .faq-list article, .review-grid article, .value-grid > div { border-radius: 24px; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); padding: 24px; box-shadow: var(--shadow-card); transition: all .5s var(--ease-luxe); }
.why-grid article:hover, .faq-list article:hover, .review-grid article:hover, .value-grid > div:hover { transform: translateY(-4px); border-color: hsl(var(--gold)/.5); box-shadow: var(--shadow-luxe); }
.why-grid i { display: inline-flex; width: 48px; height: 48px; border-radius: 999px; align-items: center; justify-content: center; background: var(--gradient-gold); color: hsl(var(--ink)); box-shadow: var(--shadow-gold); font-style: normal; font-size: 22px; }
.why-grid h3 { margin: 20px 0 0; font-size: 20px; line-height: 1.15; }
.why-grid p { margin: 12px 0 0; color: hsl(var(--muted-foreground)); font-size: 14px; line-height: 1.6; }

/* =============================================
   REVIEWS / SOCIAL PROOF
   ============================================= */
.social-section { position: relative; padding: 80px 0; background: hsl(var(--secondary)); }
.stars-lg { font-size: 20px; }
.rating-copy { margin-top: 12px !important; color: hsl(var(--foreground)) !important; letter-spacing: .02em !important; text-transform: none !important; font-size: 14px !important; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-grid article { position: relative; padding: 28px; }
.review-grid b { color: hsl(var(--gold)); letter-spacing: 1px; }
.review-grid h3 { font-size: 20px; margin: 16px 0 0; }
.review-grid p { color: hsl(var(--foreground)/.75); line-height: 1.65; margin-top: 8px; }
.review-grid footer { margin-top: 24px; padding-top: 20px; border-top: 1px solid hsl(var(--border)); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.review-grid strong, .review-grid small { display: block; }
.review-grid small { color: hsl(var(--muted-foreground)); font-size: 12px; }
.review-grid em { font-style: normal; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; color: hsl(var(--gold)); text-align: right; }

/* =============================================
   VALUE STRIP
   ============================================= */
.value-strip { padding: 32px 0; border-top: 1px solid hsl(var(--border)); border-bottom: 1px solid hsl(var(--border)); background: hsl(var(--background)); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value-grid > div { display: flex; align-items: flex-start; gap: 16px; padding: 16px; }
.value-grid svg { width: 44px; height: 44px; border-radius: 999px; background: hsl(var(--secondary)); padding: 12px; border: 1px solid hsl(var(--border)); flex: none; }
.value-grid b { display: block; font-size: 14px; line-height: 1.25; }
.value-grid small { display: block; margin-top: 4px; color: hsl(var(--muted-foreground)); font-size: 14px; }

/* =============================================
   PROMO / COUNTDOWN
   ============================================= */
.promo-section { position: relative; overflow: hidden; background: hsl(var(--ink)); color: hsl(var(--primary-foreground)); padding: 80px 0; }
.promo-bg { position: absolute; inset: 0; opacity: .18; background: radial-gradient(circle at 30% 20%, hsl(var(--gold)/.7), transparent 55%), radial-gradient(circle at 80% 80%, hsl(var(--gold)/.4), transparent 50%); }
.promo-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.promo-section h2 { margin: 12px 0 0; font-size: 60px; line-height: 1.05; }
.promo-section p { max-width: 448px; color: rgb(255 255 255 / .7); line-height: 1.65; margin-top: 16px; }
.countdown-card { border-radius: 24px; border: 1px solid rgb(255 255 255 / .1); background: rgb(255 255 255 / .05); padding: 40px; backdrop-filter: blur(12px); box-shadow: var(--shadow-luxe); }
.countdown-card > p { text-align: center; font-size: 11px; text-transform: uppercase; letter-spacing: .3em; color: rgb(255 255 255 / .55); margin: 0; }
.countdown { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; text-align: center; }
.countdown b { display: block; font-family: 'Playfair Display', serif; font-size: 48px; color: hsl(var(--gold)); font-weight: 600; }
.countdown small { display: block; margin-top: 4px; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: rgb(255 255 255 / .55); }
.footer-line { height: 1px; background: linear-gradient(90deg, transparent, hsl(var(--border)), transparent); }
.countdown-card .footer-line { margin-top: 32px; opacity: .35; }
.countdown-card ul { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; color: rgb(255 255 255 / .75); font-size: 14px; }

/* =============================================
   FAQ
   ============================================= */
.faq-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
.faq-grid h2 { font-size: 48px; line-height: 1.1; margin: 12px 0 0; }
.faq-grid > div > p { max-width: 448px; color: hsl(var(--muted-foreground)); margin-top: 16px; }
.faq-list { display: grid; gap: 12px; }
.faq-list article { padding: 20px; }
.faq-list h3 { margin: 0; font-size: 20px; }
.faq-list p { margin: 8px 0 0; color: hsl(var(--muted-foreground)); font-size: 14px; line-height: 1.6; }

/* =============================================
   NEWSLETTER
   ============================================= */
.newsletter-section { position: relative; overflow: hidden; background: var(--gradient-ink); color: hsl(var(--primary-foreground)); padding: 64px 0; }
.newsletter-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.newsletter-grid h2 { margin: 12px 0 0; font-size: 48px; line-height: 1.1; }
.newsletter-grid p { color: rgb(255 255 255 / .7); margin-top: 8px; }
.newsletter-form { display: flex; gap: 12px; width: 100%; max-width: 448px; }
.newsletter-form input { height: 52px; min-width: 0; flex: 1; border-radius: 999px; border: 1px solid rgb(255 255 255 / .2); background: rgb(255 255 255 / .1); padding: 0 20px; color: white; outline: none; backdrop-filter: blur(8px); font-size: 14px; }
.newsletter-form input::placeholder { color: rgb(255 255 255 / .5); }
.newsletter-form input:focus { border-color: hsl(var(--gold)); }

/* =============================================
   TRUST / PAYMENT
   ============================================= */
.trust-section { padding: 56px 0; background: hsl(var(--background)); text-align: center; }
.payment-methods { display: flex; align-items: center; justify-content: center; gap: 16px 32px; flex-wrap: wrap; }
.payment-methods span { border-radius: 6px; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); padding: 10px 16px; color: hsl(var(--foreground)/.7); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.trust-copy { margin-top: 28px; display: flex; align-items: center; justify-content: center; gap: 8px 28px; flex-wrap: wrap; color: hsl(var(--muted-foreground)); font-size: 12px; }
.trust-copy span { display: inline-flex; align-items: center; gap: 6px; }

/* =============================================
   FOOTER
   ============================================= */
.site-footer { position: relative; background: hsl(var(--ink)); color: hsl(var(--primary-foreground)); padding-top: 80px; }
.footer-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 48px; }
.footer-brand p { margin: 20px 0 0; max-width: 384px; color: rgb(255 255 255 / .65); font-size: 14px; line-height: 1.7; }
.footer-newsletter { margin-top: 28px; display: flex; align-items: center; gap: 8px; max-width: 448px; border-radius: 999px; border: 1px solid rgb(255 255 255 / .15); background: rgb(255 255 255 / .05); padding: 6px; backdrop-filter: blur(8px); }
.footer-newsletter input { flex: 1; min-width: 0; background: transparent; border: 0; color: white; padding: 10px 16px; outline: none; font-size: 14px; }
.footer-newsletter input::placeholder { color: rgb(255 255 255 / .45); }
.footer-newsletter .btn { min-height: 36px; padding: 8px 16px; font-size: 12px; }
.footer-social { display: flex; gap: 12px; margin-top: 24px; }
.footer-social a { width: 40px; height: 40px; border-radius: 999px; border: 1px solid rgb(255 255 255 / .15); display: grid; place-items: center; color: rgb(255 255 255 / .8); font-size: 12px; font-weight: 700; transition: .25s; }
.footer-social a:hover { background: var(--gradient-gold); color: hsl(var(--ink)); border-color: transparent; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-links h4 { margin: 0 0 20px; font-size: 11px; text-transform: uppercase; letter-spacing: .22em; color: hsl(var(--gold)); font-family: Inter, sans-serif; }
.footer-links a { display: block; margin-top: 12px; color: rgb(255 255 255 / .7); font-size: 14px; }
.footer-links a:hover { color: white; }
.site-footer > .container-luxe > .footer-line { margin-top: 64px; opacity: .3; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 28px 0; color: rgb(255 255 255 / .5); font-size: 12px; }
.footer-bottom > div:last-child { display: flex; gap: 20px; }

/* FLOATING BUTTONS */
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; padding: 0; border-radius: 50%; background: #25D366; color: #fff; box-shadow: 0 10px 30px rgba(37,211,102,.45); transition: transform .25s ease; }
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 28px; height: 28px; stroke: #fff; fill: none; stroke-width: 2; }
.mobile-shop-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; border-top: 1px solid hsl(var(--border)); background: hsl(var(--background)/.95); padding: 12px; box-shadow: var(--shadow-luxe); backdrop-filter: blur(12px); }
.mobile-shop-cta .btn { width: 100%; }

/* =============================================
   ANIMATIONS
   ============================================= */
@keyframes float-soft { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1100px) {
  .product-grid, .category-grid, .why-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-grid, .promo-grid, .faq-grid, .footer-grid, .product-detail-grid { grid-template-columns: 1fr; }
  .desktop-search { max-width: 420px; }
  .hero-copy h1 { font-size: 64px; }
  .section-head h2, .featured-copy h2, .faq-grid h2, .newsletter-grid h2 { font-size: 42px; }
  .promo-section h2 { font-size: 48px; }
  .footer-links { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .header-icon--menu { display: inline-flex; }
  .desktop-search, .desktop-nav { display: none; }
  .mobile-search.is-open { display: block; }
  .account-link span { display: none; }
  .hero-trust { grid-template-columns: repeat(2, 1fr); }
  .newsletter-grid { grid-template-columns: 1fr; }
  .newsletter-form { max-width: none; }
  .mobile-shop-cta { display: block; }
  .whatsapp-float { bottom: 80px; }
}
@media (max-width: 640px) {
  .container-luxe { padding: 0 16px; }
  .hide-mobile { display: none; }
  .show-mobile { display: inline-flex; }
  .logo__text { display: none; }
  .hero-copy h1 { font-size: 48px; }
  .hero-copy p { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { grid-template-columns: repeat(2, 1fr); }
  .hero-trust span { font-size: 10px; }
  .section-head.split { align-items: flex-start; flex-direction: column; }
  .section-head h2, .featured-copy h2, .faq-grid h2, .newsletter-grid h2, .page-hero h1 { font-size: 38px; }
  .categories-section, .products-section, .why-section, .faq-section, .featured-product-section, .new-arrivals-section, .promo-section { padding: 72px 0; }
  .category-grid, .product-grid, .why-grid, .value-grid, .review-grid, .footer-links { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .category-card { min-height: 260px; border-radius: 18px; }
  .product-card { border-radius: 18px; }
  .product-card__body { padding: 14px; }
  .featured-price strong, .countdown b { font-size: 34px; }
  .promo-section h2 { font-size: 40px; }
  .countdown-card { padding: 28px; }
  .countdown { gap: 12px; }
  .footer-bottom { flex-direction: column-reverse; }
  .site-footer { padding-bottom: 76px; }
}
@media (max-width: 420px) {
  .category-grid, .product-grid { gap: 12px; }
  .category-card { min-height: 230px; }
  .hero-copy h1 { font-size: 44px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
}

/* =============================================
   ELEMENTOR OVERRIDES
   ============================================= */
.elementor-page .site-main { min-height: 0; }
.elementor-section-wrap > .elementor-section:first-child { margin-top: 0; }
