/* ============================================================
   RAJSHRUNGAR RAJKOT — ULTRA-PREMIUM HIGH-TICKET LUXURY
   Bold · Dramatic · Eye-Catching · Millionaire Audience
   Inspired by: Graff, Harry Winston, Bugatti, The World's Finest
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --ivory-light: #FDF8F0;
    --ivory-warm: #FAF6F1;
    --cream: #F5F0E8;
    --cream-card: #FFFFFF;
    --cream-elevated: #FDFBF8;
    --espresso: #1A0F0A;
    --espresso-soft: #2C1810;
    --espresso-muted: #5C4A3E;
    --espresso-faint: #A89888;
    --gold: #C9A96E;
    --gold-bright: #DFC08A;
    --gold-dark: #A88A4E;
    --gold-rich: #B8963E;
    --gold-light: #E8D5A3;
    --gold-pale: #F5ECD6;
    --gold-glow: rgba(201, 169, 110, 0.2);
    --gold-glow-strong: rgba(201, 169, 110, 0.35);
    --gold-500: #C9A96E;
    --gold-gradient: linear-gradient(135deg, #B8963E 0%, #D4AF37 40%, #C9A96E 60%, #B8860B 100%);
    --gold-gradient-shine: linear-gradient(90deg, #B8860B 0%, #D4AF37 25%, #F5ECD6 50%, #D4AF37 75%, #B8860B 100%);
    --ivory: #FFFFF0;
    --champagne: #F7E7CE;
    --white: #FFFFFF;
    --text-primary: #1A0F0A;
    --text-secondary: #5C4A3E;
    --text-muted: #A89888;
    --text-gold: #C9A96E;
    --text-dark: #1A0F0A;
    --danger: #C0392B;
    --success: #27AE60;
    --warning: #F39C12;
    --info: #3498DB;
    --green: #27AE60;
    --green-50: #E8F8F0;
    --green-500: #27AE60;
    --green-600: #219A52;
    --green-800: #1A7A42;
    --border-gold: rgba(201, 169, 110, 0.25);
    --border-gold-hover: rgba(201, 169, 110, 0.5);
    --border-gold-strong: rgba(201, 169, 110, 0.6);
    --border-subtle: rgba(26, 15, 10, 0.08);
    --border: rgba(26, 15, 10, 0.1);
    --shadow-gold: 0 8px 32px rgba(201, 169, 110, 0.15);
    --shadow-gold-lg: 0 16px 48px rgba(201, 169, 110, 0.2);
    --shadow-gold-xl: 0 24px 64px rgba(201, 169, 110, 0.25);
    --shadow-soft: 0 4px 20px rgba(26, 15, 10, 0.06);
    --shadow-soft-lg: 0 12px 40px rgba(26, 15, 10, 0.08);
    --shadow-lg: 0 20px 60px rgba(26, 15, 10, 0.1);
    --shadow-md: 0 8px 30px rgba(26, 15, 10, 0.08);
    --shadow-sm: 0 2px 8px rgba(26, 15, 10, 0.04);
    --shadow-3d: 0 30px 60px rgba(26, 15, 10, 0.08), 0 10px 20px rgba(26, 15, 10, 0.04);
    --shadow-3d-hover: 0 40px 80px rgba(26, 15, 10, 0.12), 0 15px 30px rgba(26, 15, 10, 0.06);
    --font-heading: 'Cormorant Garamond', serif;
    --font-display: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
    --section-padding: 80px 0;
    --container-max: 1440px;
    --ease-luxury: cubic-bezier(0.25, 0.8, 0.25, 1);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.6s var(--ease-luxury);
    --transition-medium: 0.4s var(--ease-luxury);
    --transition-fast: 0.2s var(--ease-luxury);
    --bg-card: #FFFFFF;
    --bg-surface: #FDF8F0;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
    font-family: var(--font-body);
    background: var(--ivory-light);
    color: var(--text-primary);
    line-height: 1.7;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
::selection { background: var(--gold); color: var(--white); }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--ivory-light); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-dark); }
a { 
    color: var(--gold-dark); 
    text-decoration: none; 
    transition: color var(--transition-fast);
    font-weight: 500;
}
a:hover { color: var(--gold); }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0.03em;
    color: var(--espresso);
}
h1 { font-size: clamp(42px, 5vw, 72px); font-weight: 700; letter-spacing: 0.02em; }
h2 { font-size: clamp(32px, 4vw, 52px); font-weight: 600; }
h3 { font-size: clamp(24px, 3vw, 36px); font-weight: 600; }
h4 { font-size: 22px; font-weight: 500; }
h5 { font-size: 18px; font-weight: 500; }
h6 { font-size: 15px; font-weight: 500; }

.container { max-width: var(--container-max); margin: 0 auto; padding: 0 40px; }
@media (max-width: 768px) { .container { padding: 0 20px; } }

/* ===== ANNOUNCEMENT BAR ===== */
.announcement-bar {
    background: var(--espresso);
    border-bottom: 1px solid var(--gold);
    padding: 8px 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold-light);
    font-family: var(--font-body);
    font-weight: 600;
}
.announcement-bar .announcement-text { display: inline-block; margin: 0 24px; }
.announcement-bar .announcement-text i { margin-right: 8px; font-size: 11px; color: var(--gold-bright); }

/* ===== TOP BAR ===== */
.top-bar {
    background: var(--cream);
    border-bottom: 1px solid var(--border-subtle);
    padding: 6px 0;
    font-size: 11px;
    color: var(--text-secondary);
    font-weight: 500;
}
.top-bar span { display: inline-flex; align-items: center; gap: 6px; }
.top-bar i { color: var(--gold); font-size: 11px; }
.top-bar .top-link {
    color: var(--text-secondary);
    margin-left: 14px;
    transition: color var(--transition-fast);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.top-bar .top-link:hover { color: var(--gold-dark); }
.top-bar .top-link i { margin-right: 5px; }
.top-bar .top-link-primary { color: var(--gold-dark); font-weight: 700; }

/* ===== MAIN HEADER ===== */
.main-header {
    position: sticky; top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(253, 248, 240, 0.92);
    backdrop-filter: blur(28px) saturate(1.3);
    -webkit-backdrop-filter: blur(28px) saturate(1.3);
    border-bottom: 1px solid var(--border-gold);
    transition: all var(--transition-medium);
}
.main-header.scrolled {
    background: rgba(253, 248, 240, 0.98);
    box-shadow: 0 4px 30px rgba(26, 15, 10, 0.08);
    border-bottom-color: var(--gold);
}
.header-contact-strip {
    display: flex; align-items: center; justify-content: space-between;
    padding: 8px 0 4px;
    font-size: 13px; font-weight: 500;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-subtle);
    margin-bottom: 10px;
}
.header-contact-left { display: flex; align-items: center; gap: 24px; }
.header-contact-right { display: flex; align-items: center; gap: 16px; }
.header-contact-strip i { color: var(--gold); font-size: 12px; margin-right: 6px; }
.header-contact-right a {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 16px;
    border: 2px solid var(--border-gold);
    border-radius: 20px;
    color: var(--gold-dark);
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all var(--transition-medium);
    background: transparent;
}
.header-contact-right a:hover {
    background: var(--gold-gradient);
    color: var(--white);
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
    transform: translateY(-1px);
}
.header-contact-right a i { color: inherit; font-size: 11px; }
.main-header .navbar { padding: 16px 0; }
.main-header .navbar-brand { display: flex; align-items: center; text-decoration: none; }
.main-header .brand-icon {
    width: 46px; height: 46px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: var(--gold);
    margin-right: 12px;
    transition: all var(--transition-medium);
    background: var(--gold-gradient);
    color: var(--white);
    box-shadow: 0 0 20px rgba(201,169,110,0.2);
    position: relative; overflow: hidden;
}
.main-header .brand-icon::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.2) 50%, transparent 70%);
    transform: translateX(-100%) rotate(25deg);
    transition: transform 0.8s ease;
}
.main-header .brand-icon:hover::before { transform: translateX(100%) rotate(25deg); }
.main-header .brand-icon:hover { box-shadow: 0 0 30px rgba(201,169,110,0.4); transform: scale(1.05); }
.main-header .brand-icon i { position: relative; z-index: 1; }
.main-header .brand-text { display: flex; flex-direction: column; }
.main-header .brand-name {
    font-family: var(--font-heading);
    font-size: 30px; font-weight: 900;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    line-height: 1.1;
    background: linear-gradient(135deg, var(--espresso), var(--gold-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.main-header .brand-location {
    font-size: 10px; letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-top: 1px;
    font-weight: 600;
    -webkit-text-fill-color: var(--gold);
    text-shadow: 0 1px 4px rgba(201,169,110,0.2);
}
.main-header .nav-link {
    color: var(--text-secondary);
    font-size: 13px; font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 10px 18px !important;
    transition: all var(--transition-fast);
    position: relative;
}
.main-header .nav-link::after {
    content: ''; position: absolute; bottom: 4px;
    left: 18px; right: 18px;
    height: 2px;
    background: var(--gold-gradient);
    transform: scaleX(0);
    transition: transform var(--transition-medium);
    transform-origin: left;
}
.main-header .nav-link:hover, .main-header .nav-link.active { color: var(--gold-dark); }
.main-header .nav-link:hover::after, .main-header .nav-link.active::after { transform: scaleX(1); }
.main-header .nav-link i { display: none; }

.header-actions { display: flex; align-items: center; gap: 12px; margin-left: 20px; }
.header-actions .action-btn {
    width: 42px; height: 42px;
    border: 2px solid var(--border-gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold-dark); font-size: 15px;
    transition: all var(--transition-medium);
    background: transparent; position: relative; text-decoration: none;
}
.header-actions .action-btn:hover {
    background: var(--gold-gradient); color: var(--white);
    border-color: var(--gold); transform: scale(1.08);
    box-shadow: var(--shadow-gold);
}
.header-actions .action-btn .badge {
    position: absolute; top: -6px; right: -6px;
    width: 20px; height: 20px;
    background: var(--gold-gradient); color: var(--white);
    font-size: 10px; font-weight: 700;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(201,169,110,0.4);
}

/* ===== SEARCH OVERLAY ===== */
.search-overlay {
    position: fixed; inset: 0;
    background: rgba(253, 248, 240, 0.98);
    backdrop-filter: blur(32px);
    z-index: 9999;
    display: none; align-items: center; justify-content: center;
}
.search-overlay.active { display: flex; }
.search-overlay-content { width: 100%; max-width: 720px; padding: 40px; }
.search-close {
    position: absolute; top: 30px; right: 30px;
    background: none; border: none;
    color: var(--espresso); font-size: 36px; cursor: pointer;
    font-weight: 300; transition: color var(--transition-fast);
}
.search-close:hover { color: var(--gold); }
.search-input-group { display: flex; border-bottom: 2px solid var(--gold); }
.search-input {
    flex: 1; background: transparent !important; border: none !important;
    color: var(--text-primary) !important;
    font-family: var(--font-heading);
    font-size: 32px; font-weight: 600; padding: 20px 0;
    letter-spacing: 0.03em;
}
.search-input::placeholder { color: var(--text-muted); font-weight: 400; }
.search-input:focus { box-shadow: none !important; }
.search-submit-btn {
    background: var(--gold-gradient); border: 2px solid transparent;
    color: var(--white); padding: 14px 32px;
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.2em; text-transform: uppercase;
    border-radius: 25px;
    cursor: pointer; transition: all var(--transition-fast);
}
.search-submit-btn:hover { background: var(--gold-bright); transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.search-tags { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.search-tags .text-muted { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 600; }
.search-tag {
    padding: 8px 20px;
    border: 1px solid var(--border-gold);
    font-size: 11px; letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-secondary);
    text-decoration: none; transition: all var(--transition-fast);
    font-weight: 500;
}
.search-tag:hover { background: var(--gold-gradient); color: var(--white); text-decoration: none; border-color: var(--gold); }

/* ===== BUTTONS — ULTRA PREMIUM PILL STYLE ===== */
.btn-luxury {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 12px 28px;
    font-family: var(--font-body);
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.20em; text-transform: uppercase;
    border: 2px solid var(--border-gold);
    border-radius: 25px;
    cursor: pointer; text-decoration: none;
    transition: all var(--transition-medium);
    position: relative; overflow: hidden;
    background: transparent;
    color: var(--gold-dark);
}
.btn-luxury::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255,255,255,0.12) 50%,
        transparent 70%
    );
    transform: translateX(-100%) rotate(25deg);
    transition: transform 0.8s var(--ease-smooth);
}
.btn-luxury:hover::before { transform: translateX(100%) rotate(25deg); }
.btn-luxury:hover { transform: translateY(-3px); }
.btn-luxury-gold {
    background: var(--gold-gradient);
    color: var(--white);
    border-color: transparent;
}
.btn-luxury-gold:hover {
    color: var(--white);
    box-shadow: 0 8px 30px rgba(201,169,110,0.35);
    border-color: transparent;
}
.btn-luxury-outline {
    background: transparent;
    color: var(--espresso);
    border: 2px solid var(--espresso);
}
.btn-luxury-outline:hover { background: var(--espresso); color: var(--white); border-color: var(--espresso); }
.btn-luxury-arrow { 
    display: inline-block;
    transition: transform var(--transition-fast); 
    font-size: 14px;
}
.btn-luxury:hover .btn-luxury-arrow { transform: translateX(6px); }

.btn-luxury-add-cart {
    width: 100%; padding: 14px 16px;
    background: var(--gold-gradient); border: 2px solid transparent;
    border-radius: 25px;
    color: var(--white);
    font-size: 12px; font-weight: 800;
    letter-spacing: 0.15em; text-transform: uppercase;
    cursor: pointer; transition: all var(--transition-medium);
    position: relative; overflow: hidden;
    box-shadow: var(--shadow-gold);
}
.btn-luxury-add-cart::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.12) 50%, transparent 70%);
    transform: translateX(-100%) rotate(25deg);
    transition: transform 0.8s var(--ease-smooth);
}
.btn-luxury-add-cart:hover::before { transform: translateX(100%) rotate(25deg); }
.btn-luxury-add-cart:hover { box-shadow: var(--shadow-gold-xl); transform: translateY(-3px); }

.btn-gold {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 12px 28px;
    background: var(--gold-gradient); color: var(--white);
    font-family: var(--font-body);
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.20em; text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 25px;
    cursor: pointer; text-decoration: none;
    transition: all var(--transition-medium);
    position: relative; overflow: hidden;
    box-shadow: 0 4px 20px rgba(201,169,110,0.3);
}
.btn-gold::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.12) 50%, transparent 70%);
    transform: translateX(-100%) rotate(25deg);
    transition: transform 0.8s var(--ease-smooth);
}
.btn-gold:hover::before { transform: translateX(100%) rotate(25deg); }
.btn-gold:hover { color: var(--white); box-shadow: var(--shadow-gold-xl); transform: translateY(-3px); text-decoration: none; }

.btn-outline-gold {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 12px 28px;
    background: transparent; color: var(--gold-dark);
    font-family: var(--font-body);
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.20em; text-transform: uppercase;
    border: 2px solid var(--gold);
    border-radius: 25px; cursor: pointer;
    transition: all var(--transition-medium);
    text-decoration: none;
}
.btn-outline-gold:hover { background: var(--gold-gradient); color: var(--white); border-color: var(--gold); }

.btn { transition: all var(--transition-fast); font-weight: 600; letter-spacing: 0.08em; }
.btn-primary {
    background: var(--gold-gradient); color: var(--white);
    border: 2px solid transparent; padding: 12px 28px;
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    border-radius: 25px; transition: all var(--transition-medium);
}
.btn-primary:hover { box-shadow: var(--shadow-gold); transform: translateY(-2px); color: var(--white); }
.btn-success {
    background: var(--gold-gradient); border: 2px solid transparent; border-radius: 25px;
    font-size: 12px; font-weight: 700; letter-spacing: 0.12em;
    text-transform: uppercase; padding: 12px 28px;
    color: var(--white);
}
.btn-success:hover { box-shadow: var(--shadow-gold); transform: translateY(-2px); color: var(--white); }
.btn-danger { border-radius: 0; font-size: 11px; letter-spacing: 0.12em; font-weight: 600; }
.btn-sm { padding: 10px 20px; font-size: 11px; }
.btn-lg { padding: 18px 48px; font-size: 13px; letter-spacing: 0.25em; }
.btn-outline-primary, .btn-outline-success, .btn-outline-danger, .btn-outline-warning, .btn-outline-info {
    border-radius: 0; font-size: 11px; letter-spacing: 0.12em; font-weight: 600;
}

.btn-wishlist-card {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 20px;
    background: transparent; border: 1px solid var(--border-gold);
    color: var(--gold-dark); font-size: 11px;
    letter-spacing: 0.12em; text-transform: uppercase;
    cursor: pointer; transition: all var(--transition-fast);
    font-weight: 600;
}
.btn-wishlist-card:hover { background: var(--gold-gradient); color: var(--white); border-color: var(--gold); }
.btn-wishlist-sm { padding: 8px 14px; font-size: 10px; }

.btn-add-cart-main {
    width: 100%; padding: 16px;
    background: var(--gold-gradient); border: none;
    color: var(--white); font-size: 12px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    cursor: pointer; transition: all var(--transition-medium);
    position: relative; overflow: hidden;
}
.btn-add-cart-main::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.12) 50%, transparent 70%);
    transform: translateX(-100%) rotate(25deg);
    transition: transform 0.8s var(--ease-smooth);
}
.btn-add-cart-main:hover::before { transform: translateX(100%) rotate(25deg); }
.btn-add-cart-main:hover { box-shadow: var(--shadow-gold-xl); transform: translateY(-3px); }

.btn-buy-now-main {
    width: 100%; padding: 16px;
    background: var(--espresso); border: none;
    color: var(--white); font-size: 12px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    cursor: pointer; transition: all var(--transition-medium);
}
.btn-buy-now-main:hover { background: var(--espresso-soft); transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.btn-secondary { border-radius: 0; font-size: 11px; font-weight: 600; }

/* ===== HERO SECTION ===== */
.luxury-hero {
    position: relative;
    height: 100vh;
    min-height: 750px;
    background: var(--ivory-light);
    overflow: hidden;
}
.luxury-hero-carousel, .luxury-hero-slide { height: 100%; }
.luxury-hero-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #1A0F0A;
    background-image: linear-gradient(135deg, #1A0F0A 0%, #2C1810 50%, #C9A96E 100%);
}
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(
        to right,
        rgba(26,15,10,0.70) 0%,
        rgba(26,15,10,0.30) 40%,
        rgba(26,15,10,0.0) 70%
    ),
    linear-gradient(
        to top,
        rgba(26,15,10,0.50) 0%,
        rgba(26,15,10,0.0) 30%
    );
    z-index: 1;
}
.hero-video-container { position: absolute; inset: 0; overflow: hidden; }
.hero-video { width: 100%; height: 100%; object-fit: cover; }
.hero-content {
    position: relative; z-index: 2;
    height: 100vh;
    display: flex; align-items: center;
}
.hero-content .min-vh-100 { min-height: 100vh; display: flex; align-items: center; }
.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    border: 1px solid var(--gold);
    font-size: 9px; letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--gold-dark);
    font-family: var(--font-body);
    margin-bottom: 24px;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(8px);
    font-weight: 700;
}
.hero-label-dot {
    width: 4px; height: 4px;
    background: var(--gold);
    border-radius: 50%;
    display: inline-block;
}
.hero-headline {
    font-family: var(--font-heading);
    font-size: clamp(38px, 5vw, 72px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 20px;
    perspective: 600px;
    transform-style: preserve-3d;
    text-shadow:
        0 2px 4px rgba(0,0,0,0.4),
        0 4px 20px rgba(0,0,0,0.3);
}
.hero-headline span, .hero-headline .gold-text {
    background: var(--gold-gradient-shine);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% auto;
    animation: goldShimmer 4s linear infinite;
}
.hero-subtitle {
    font-family: var(--font-display);
    font-size: 13px; font-weight: 600;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.hero-description {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    max-width: 520px;
    line-height: 1.7;
    margin-bottom: 28px;
    text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}
.hero-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}
.hero-cta .btn-luxury {
    min-width: 200px;
    justify-content: center;
}
.hero-cta .btn-luxury-outline {
    border-color: var(--gold);
    color: var(--white);
    background: transparent;
    min-width: auto;
    padding: 14px 28px;
}
.hero-cta .btn-luxury-outline:hover {
    background: var(--gold-gradient);
    color: var(--white);
    border-color: var(--gold);
}
.hero-cta .btn-luxury-outline i { font-size: 13px; }

.hero-floating-badge {
    position: relative;
    width: 150px;
    padding: 20px 16px;
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-gold);
    text-align: center;
}
.hero-floating-inner { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.hero-floating-icon {
    width: 44px; height: 44px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold-dark);
    font-size: 17px;
    margin-bottom: 6px;
}
.hero-floating-title {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    color: var(--espresso);
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.hero-floating-sub {
    font-size: 8px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 500;
}
.hero-floating-ring {
    position: absolute;
    inset: -3px;
    border: 1px solid var(--border-gold);
    pointer-events: none;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 110px; left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    opacity: 0.5;
}
.hero-scroll-indicator span {
    display: block;
    width: 20px; height: 32px;
    border: 2px solid var(--gold);
    border-radius: 10px;
    position: relative;
}
.hero-scroll-indicator span::after {
    content: '';
    position: absolute;
    top: 6px; left: 50%;
    transform: translateX(-50%);
    width: 3px; height: 8px;
    background: var(--gold);
    border-radius: 2px;
    animation: scrollDot 1.8s infinite;
}

.hero-statistics {
    position: absolute;
    bottom: 40px; left: 0; right: 0;
    z-index: 3;
}
.hero-stats-grid {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(16px);
    border: 1px solid var(--border-gold);
    padding: 16px 32px;
}
.hero-stat-item { text-align: center; }
.hero-stat-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 700;
    color: var(--gold-dark);
    line-height: 1.1;
}
.hero-stat-label {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 600;
    margin-top: 2px;
}
.hero-stat-divider {
    width: 1px;
    height: 44px;
    background: var(--border-gold);
}

@media (max-width: 991px) {
    .hero-headline { font-size: clamp(40px, 6vw, 60px); }
    .hero-cta { flex-direction: column; }
    .hero-stats-grid { gap: 24px; padding: 18px 28px; flex-wrap: wrap; }
    .hero-stat-number { font-size: 26px; }
    .hero-stat-divider { display: none; }
}
@media (max-width: 768px) {
    .luxury-hero { min-height: 600px; }
    .hero-content { padding-top: 80px; }
    .hero-headline { font-size: clamp(32px, 8vw, 46px); }
    .hero-stats-grid { gap: 16px; padding: 14px 20px; flex-wrap: wrap; justify-content: center; }
    .hero-stat-number { font-size: 22px; }
}

/* ===== SECTION COMPONENTS ===== */
.section-padding { padding: var(--section-padding); }
.luxury-section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.section-overline {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 8px 22px;
    border: 2px solid var(--border-gold);
    font-size: 11px; letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold-dark);
    font-family: var(--font-body);
    margin-bottom: 24px;
    background: rgba(255,255,255,0.6);
    font-weight: 700;
    position: relative;
}
.section-overline::before,
.section-overline::after {
    content: '';
    width: 32px;
    height: 1px;
    background: var(--gold);
    opacity: 0.6;
}
.section-overline-light { border-color: rgba(255,255,255,0.3); color: var(--ivory); background: rgba(255,255,255,0.08); }
/* ===== 3D Title Styles ===== */
@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}
@keyframes titlePulse {
    0%, 100% { filter: drop-shadow(0 4px 12px rgba(201,169,110,0.15)); }
    50% { filter: drop-shadow(0 8px 28px rgba(201,169,110,0.3)); }
}
.section-headline,
.hero-headline,
.about-hero-title,
.about-headline,
.about-story-title,
.contact-form-title,
.support-faq-title,
.support-form-title,
.about-cta-title,
.craftsmanship-content .section-headline,
.bridal-header .section-headline,
.newsletter-content .section-headline,
.blog-featured-title {
    text-shadow:
        0 1px 0 rgba(26,15,10,0.08),
        0 2px 0 rgba(26,15,10,0.05),
        0 3px 0 rgba(26,15,10,0.03),
        0 4px 12px rgba(26,15,10,0.08);
    animation: titleFloat 4s ease-in-out infinite;
    transform-style: preserve-3d;
    perspective: 800px;
}
.section-headline-light,
.about-cta-title,
.about-hero-title.text-white-3d {
    text-shadow:
        0 1px 0 rgba(255,255,255,0.15),
        0 2px 0 rgba(255,255,255,0.08),
        0 3px 0 rgba(255,255,255,0.04),
        0 4px 20px rgba(0,0,0,0.15);
}
.section-headline {
    font-family: var(--font-heading);
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--espresso);
    margin-bottom: 18px;
    position: relative;
}
.section-headline::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: var(--gold-gradient);
    margin: 18px auto 0;
    border-radius: 2px;
}
.section-headline-light { color: var(--white); }
.section-subtitle {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: var(--espresso-muted);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
    position: relative;
    padding-top: 4px;
}
.section-subtitle-light { color: rgba(255,255,255,0.6); }
.section-header { text-align: center; margin-bottom: 60px; }
.section-tag {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 18px;
    border: 2px solid var(--border-gold);
    font-size: 10px; letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold-dark);
    font-family: var(--font-body);
    margin-bottom: 24px;
    font-weight: 700;
}
.section-title {
    font-family: var(--font-heading);
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--espresso);
    margin-bottom: 24px;
}
.section-title .highlight { 
    background: var(--gold-gradient-shine);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: italic;
}
.section-desc {
    font-size: 15px;
    color: var(--text-secondary);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
}
.section-title-sm { font-size: clamp(28px, 3vw, 38px); }

/* ===== ABOUT HERO ===== */
.about-hero {
    position: relative;
    padding: 110px 0 80px;
    margin-top: 60px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--cream) 0%, var(--ivory-light) 50%, var(--cream) 100%);
}
.about-hero-bg {
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A96E' fill-opacity='0.04'%3E%3Cpath d='M60 50h-4v4h4v4h4v-4h4v-4h-4v-4h-4v4zM60 0h-4v4h4v4h4V4h4V0h-4v-4h-4v4zM120 50h-4v4h4v4h4v-4h4v-4h-4v-4h-4v4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.about-hero-inner {
    position: relative; z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.about-hero-badge { margin-bottom: 24px; }
.about-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 24px;
    border: 2px solid var(--border-gold);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold-dark);
    font-family: var(--font-body);
    font-weight: 600;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(8px);
}
.about-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(52px, 6.5vw, 90px);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--espresso);
    margin-bottom: 24px;
    text-shadow: 0 4px 40px rgba(26,15,10,0.06);
}
.about-hero-title .gold-shimmer {
    background: var(--gold-gradient-shine);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShimmer 4s linear infinite;
}
.about-hero-desc {
    font-size: 17px;
    font-weight: 400;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.about-hero-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}
.about-hero-stat { text-align: center; }
.about-hero-stat-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 700;
    color: var(--gold-dark);
}
.about-hero-stat-label {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 600;
    margin-top: 2px;
}
.about-hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.about-hero-scroll span {
    display: block;
    width: 20px; height: 32px;
    border: 2px solid var(--border-gold);
    border-radius: 10px;
    position: relative;
}
.about-hero-scroll span::after {
    content: '';
    position: absolute;
    top: 6px; left: 50%;
    transform: translateX(-50%);
    width: 3px; height: 8px;
    background: var(--gold);
    border-radius: 2px;
    animation: scrollDot 1.8s infinite;
}

/* ===== ABOUT STORY ===== */
.about-story { background: var(--ivory-light); }
.about-story-image-wrapper {
    position: relative;
    padding-right: 40px;
}
.about-story-image-card {
    position: relative;
    border: 2px solid var(--border-gold);
    overflow: hidden;
    transition: all var(--transition-medium);
}
.about-story-image-card:hover { border-color: var(--gold); box-shadow: var(--shadow-gold-xl); }
.about-story-img {
    width: 100%;
    min-height: 480px;
    object-fit: cover;
    display: block;
    transition: transform var(--transition-slow);
}
.about-story-image-card:hover .about-story-img { transform: scale(1.04); }
.about-story-placeholder {
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: var(--cream);
    color: var(--text-muted);
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.12em;
}
.about-story-placeholder i { font-size: 64px; color: var(--gold); }
.about-story-badge {
    position: absolute;
    bottom: -20px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 28px;
    background: var(--cream-card);
    border: 2px solid var(--gold);
    box-shadow: var(--shadow-gold-lg);
}
.about-story-badge i {
    font-size: 28px;
    color: var(--gold);
}
.about-story-badge strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    color: var(--espresso);
    letter-spacing: 0.05em;
}
.about-story-badge span {
    font-size: 11px;
    color: var(--text-muted);
    letter-spacing: 0.12em;
    font-weight: 500;
}
.about-story-content { padding: 24px 0; }
.about-story-title {
    font-family: var(--font-heading);
    font-size: clamp(30px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 16px;
}
.about-story-title .gold-shimmer {
    background: var(--gold-gradient-shine);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShimmer 4s linear infinite;
}
.about-story-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 32px;
}
.about-story-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 36px;
}
.about-story-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    background: var(--cream-elevated);
    border: 1px solid var(--border-gold);
    transition: all var(--transition-fast);
}
.about-story-feature:hover { border-color: var(--gold); box-shadow: var(--shadow-gold); transform: translateY(-2px); }
.about-story-feature-icon {
    width: 44px; height: 44px;
    border: 1px solid var(--border-gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold); font-size: 16px;
    flex-shrink: 0;
}
.about-story-feature h6 {
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    color: var(--espresso);
    margin: 0 0 1px;
}
.about-story-feature span {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 400;
}

/* ===== ABOUT STATS ===== */
.about-stats {
    padding: 70px 0;
    background: var(--cream);
    border-top: 2px solid var(--border-gold);
    border-bottom: 2px solid var(--border-gold);
}
.about-stats-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
}
.about-stats-item { text-align: center; }
.about-stats-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 700;
    color: var(--gold-dark);
    line-height: 1.1;
}
.about-stats-label {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 600;
    margin-top: 4px;
}
.about-stats-divider {
    width: 1px;
    height: 56px;
    background: var(--border-gold-strong);
}

/* ===== ABOUT VALUES ===== */
.about-values { background: var(--ivory-light); }
.about-value-card {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    padding: 48px 36px;
    text-align: center;
    transition: all var(--transition-medium);
    perspective: 1000px;
    transform-style: preserve-3d;
}
.about-value-card:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-gold-xl);
    transform: translateY(-12px) rotateX(3deg);
}
.about-value-icon {
    width: 72px; height: 72px;
    border: 2px solid var(--border-gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 24px;
    color: var(--gold);
    font-size: 28px;
    transition: all var(--transition-medium);
    background: var(--cream-elevated);
}
.about-value-card:hover .about-value-icon {
    background: var(--gold-gradient);
    color: var(--white);
    border-color: var(--gold);
    transform: translateZ(20px);
    box-shadow: var(--shadow-gold);
}
.about-value-title {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 14px;
    transform: translateZ(15px);
}
.about-value-text {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
    transform: translateZ(15px);
}

/* ===== ABOUT TIMELINE ===== */
.about-timeline {
    padding: var(--section-padding);
    background: linear-gradient(135deg, var(--espresso) 0%, #2C1810 50%, #1A0F0A 100%);
    position: relative;
    overflow: hidden;
}
.about-timeline-grid {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.about-timeline-grid::before {
    content: '';
    position: absolute;
    left: 36px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--gold), transparent);
}
.about-timeline-item {
    display: flex;
    gap: 36px;
    padding: 24px 0;
    position: relative;
}
.about-timeline-year {
    flex-shrink: 0;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gold-gradient);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    box-shadow: var(--shadow-gold);
    position: relative;
    z-index: 2;
}
.about-timeline-content {
    padding-top: 12px;
}
.about-timeline-content h6 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--ivory);
    margin-bottom: 6px;
}
.about-timeline-content p {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    margin: 0;
}

/* ===== ABOUT CTA ===== */
.about-cta {
    padding: 70px 0;
    background: var(--cream);
}
.about-cta-inner {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 48px;
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    box-shadow: var(--shadow-soft-lg);
}
.about-cta-icon {
    font-size: 48px;
    color: var(--gold);
    margin-bottom: 20px;
    display: block;
}
.about-cta-title {
    font-family: var(--font-heading);
    font-size: clamp(32px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.about-cta-title .gold-shimmer {
    background: var(--gold-gradient-shine);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShimmer 4s linear infinite;
}
.about-cta-text {
    font-size: 16px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}
.about-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== ABOUT SECTION ===== */
.luxury-about {
    padding: var(--section-padding);
    background: var(--cream);
}
.about-image-wrapper { position: relative; padding-right: 50px; }
.about-image-placeholder {
    position: relative; width: 100%; padding-bottom: 120%;
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    overflow: hidden;
}
.about-image-inner {
    position: absolute; inset: 0;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 24px;
    color: var(--text-muted);
    font-family: var(--font-heading);
    font-size: 20px; font-weight: 600; letter-spacing: 0.12em;
}
.about-image-inner i { font-size: 56px; color: var(--gold); }
.about-image-accent {
    position: absolute;
    bottom: -24px; right: 24px;
    width: 120px; height: 120px;
    border: 3px solid var(--gold);
    z-index: -1;
}
.about-content { padding: 40px 60px; }
.about-headline {
    font-family: var(--font-heading);
    font-size: clamp(32px, 3.5vw, 46px);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--espresso);
    margin-bottom: 24px;
}
.about-divider {
    width: 80px;
    height: 2px;
    background: var(--gold-gradient);
    margin-bottom: 28px;
}
.about-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 35px;
}
.about-features { display: flex; flex-direction: column; gap: 24px; margin-bottom: 40px; }
.about-feature { display: flex; align-items: flex-start; gap: 18px; }
.about-feature-icon {
    width: 48px; height: 48px;
    border: 1px solid var(--border-gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold); font-size: 18px;
    flex-shrink: 0;
    background: var(--cream-card);
}
.about-feature h6 {
    font-family: var(--font-heading);
    font-size: 17px; font-weight: 700;
    color: var(--espresso);
    margin-bottom: 4px;
}
.about-feature p {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
}

/* ===== COLLECTIONS SHOWCASE ===== */
.collections-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.showcase-card {
    position: relative;
    aspect-ratio: 1;
    width: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    transition: all var(--transition-medium);
    perspective: 1200px;
    transform-style: preserve-3d;
    cursor: pointer;
    border: 1px solid transparent;
}
.showcase-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 40px rgba(201,169,110,0.15);
}
.showcase-card::before {
    content: '';
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(201,169,110,0);
    border-radius: 50%;
    z-index: 3;
    pointer-events: none;
    transition: all var(--transition-medium);
}
.showcase-card:hover::before {
    border-color: rgba(201,169,110,0.6);
    inset: 8px;
}
.showcase-card::after {
    content: '';
    position: absolute;
    top: 10px; right: 10px; bottom: 10px; left: 10px;
    border: 1px solid rgba(201,169,110,0);
    border-radius: 50%;
    z-index: 3;
    pointer-events: none;
    transition: all var(--transition-slow);
}
.showcase-card:hover::after {
    border-color: rgba(201,169,110,0.15);
    top: 4px; right: 4px; bottom: 4px; left: 4px;
}
.showcase-card-bg {
    position: absolute; inset: 0;
    border-radius: 50%;
    transition: transform var(--transition-slow), filter var(--transition-medium);
    will-change: transform;
}
.showcase-card-img {
    background-size: cover;
    background-position: center;
}
.showcase-card-overlay {
    position: absolute; inset: 0;
    border-radius: 50%;
    background: linear-gradient(to top, rgba(26,15,10,0.5) 0%, rgba(26,15,10,0.15) 40%, rgba(26,15,10,0.05) 70%, rgba(26,15,10,0.2) 100%);
    z-index: 1;
    transition: all var(--transition-medium);
}
.showcase-card:hover .showcase-card-overlay {
    background: linear-gradient(to top, rgba(26,15,10,0.6) 0%, rgba(201,169,110,0.1) 40%, rgba(26,15,10,0.15) 100%);
}
.showcase-card:hover .showcase-card-bg {
    transform: scale(1.1);
    filter: brightness(1.1) saturate(1.1);
}
.showcase-card-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 10%;
    transform: translateZ(30px);
    transition: transform var(--transition-medium);
    width: 100%;
    box-sizing: border-box;
}
.showcase-card:hover .showcase-card-content {
    transform: translateZ(50px);
}

/* Gold shine sweep */
.showcase-shine {
    position: absolute; inset: 0; z-index: 3;
    pointer-events: none;
    border-radius: 50%;
    background: linear-gradient(105deg,
        transparent 25%,
        rgba(201,169,110,0.08) 40%,
        rgba(255,255,255,0.12) 50%,
        rgba(201,169,110,0.08) 60%,
        transparent 75%
    );
    background-size: 300% 100%;
    background-position: 200% 0;
    transition: background-position 0.8s var(--ease-luxury);
    mix-blend-mode: overlay;
}
.showcase-card:hover .showcase-shine {
    background-position: 0 0;
}

.showcase-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 900;
    color: var(--gold);
    letter-spacing: 0.12em;
    line-height: 1;
    margin-bottom: 4px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.5), 0 0 30px rgba(0,0,0,0.3);
    transition: all var(--transition-medium);
}
.showcase-card:hover .showcase-number {
    transform: translateY(-4px) scale(1.05);
    text-shadow: 0 4px 20px rgba(201,169,110,0.4), 0 2px 12px rgba(0,0,0,0.5);
}
.showcase-name {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--white);
    margin-bottom: 6px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.5), 0 4px 40px rgba(0,0,0,0.2);
    transition: all var(--transition-medium);
    display: inline-block;
    padding: 4px 16px;
    position: relative;
    background: rgba(26,15,10,0.35);
    border-radius: 25px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.showcase-name::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--gold-gradient);
    margin: 4px auto 0;
    transition: width var(--transition-medium);
    border-radius: 2px;
}
.showcase-card:hover .showcase-name {
    transform: translateY(-2px);
}
.showcase-card:hover .showcase-name::after {
    width: 50%;
}
.showcase-desc {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 12px;
    text-shadow: 0 1px 8px rgba(0,0,0,0.3);
    transition: all var(--transition-medium);
    display: inline-block;
    padding: 3px 12px;
    background: rgba(26,15,10,0.25);
    border-radius: 12px;
}
.showcase-card:hover .showcase-desc {
    color: var(--gold-light);
    background: rgba(26,15,10,0.35);
}
.showcase-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 700;
    opacity: 0.8;
    transform: translateY(0);
    transition: all var(--transition-medium);
    padding: 8px 20px;
    border: 2px solid rgba(255,255,255,0.25);
    border-radius: 25px;
}
.showcase-link i {
    transition: transform var(--transition-fast);
    font-size: 10px;
}
.showcase-card:hover .showcase-link {
    opacity: 1;
    border-color: var(--gold);
    background: linear-gradient(135deg, rgba(201,169,110,0.15), rgba(201,169,110,0.05));
    box-shadow: 0 4px 20px rgba(201,169,110,0.15);
}
.showcase-card:hover .showcase-link i {
    transform: translateX(6px);
}
.showcase-link:hover {
    background: var(--gold-gradient) !important;
    border-color: var(--gold) !important;
    color: var(--white) !important;
    box-shadow: 0 4px 20px rgba(201,169,110,0.3) !important;
}

@media (max-width: 991px) {
    .collections-showcase { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .showcase-name { font-size: 22px; }
    .showcase-number { font-size: 40px; }
    .showcase-card-content { padding: 0 12%; }
}
@media (max-width: 576px) {
    .collections-showcase { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .showcase-name { font-size: 16px; padding: 3px 12px; }
    .showcase-number { font-size: 30px; }
    .showcase-card-content { padding: 0 8%; }
    .showcase-desc { font-size: 9px; margin-bottom: 8px; }
    .showcase-link { padding: 5px 12px; font-size: 8px; gap: 4px; }
}

/* ===== COLLECTIONS GRID ===== */
.luxury-collections {
    padding: var(--section-padding);
    background: var(--ivory-light);
}
.collections-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.collection-card {
    position: relative;
    display: flex; align-items: center; justify-content: center;
    min-height: 380px;
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    text-decoration: none;
    overflow: hidden;
    transition: all var(--transition-medium);
    perspective: 800px;
}
.collection-card::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, transparent 60%, rgba(201,169,110,0.05));
    opacity: 0;
    transition: opacity var(--transition-medium);
}
.collection-card:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-gold-xl);
    transform: translateY(-8px) rotateX(3deg);
    text-decoration: none;
    z-index: 2;
}
.collection-card:hover::before { opacity: 1; }
.collection-card-content {
    text-align: center;
    padding: 48px;
    transform: translateZ(30px);
}
.collection-number {
    display: block;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 0.25em;
    margin-bottom: 18px;
    background: var(--gold-gradient-shine);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.collection-name {
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: 700;
    color: var(--espresso);
    letter-spacing: 0.03em;
    margin-bottom: 12px;
    transition: color var(--transition-fast);
}
.collection-card:hover .collection-name { 
    background: var(--gold-gradient-shine);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.collection-desc {
    font-size: 13px;
    color: var(--text-muted);
    letter-spacing: 0.12em;
    margin-bottom: 24px;
    font-weight: 500;
}
.collection-link {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold-dark);
    font-weight: 700;
    opacity: 0;
    transform: translateY(15px);
    transition: all var(--transition-medium);
    position: relative;
}
.collection-link::after {
    content: '';
    position: absolute; bottom: -4px; left: 0; right: 0;
    height: 2px;
    background: var(--gold-gradient);
    transform: scaleX(0);
    transition: transform var(--transition-medium);
}
.collection-card:hover .collection-link { opacity: 1; transform: translateY(0); }
.collection-card:hover .collection-link::after { transform: scaleX(1); }

@media (max-width: 991px) {
    .collections-grid { grid-template-columns: repeat(2, 1fr); }
    .collection-card { min-height: 300px; }
}
@media (max-width: 576px) {
    .collections-grid { grid-template-columns: 1fr; }
    .collection-card { min-height: 260px; }
}

/* ===== FEATURES BAR ===== */
.luxury-features {
    padding: 70px 0;
    background: var(--cream);
    border-top: 2px solid var(--border-gold);
    border-bottom: 2px solid var(--border-gold);
}
.luxury-features-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}
.luxury-feature-item { text-align: center; padding: 24px 12px; }
.luxury-feature-icon {
    width: 64px; height: 64px;
    border: 2px solid var(--border-gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 18px;
    color: var(--gold); font-size: 20px;
    background: var(--cream-card);
    transition: all var(--transition-medium);
}
.luxury-feature-item:hover .luxury-feature-icon {
    background: var(--gold-gradient);
    color: var(--white);
    border-color: var(--gold);
    transform: translateY(-6px) scale(1.05);
    box-shadow: var(--shadow-gold);
}
.luxury-feature-item h6 {
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--espresso);
}

/* ===== PRODUCT CARDS ===== */
.luxury-products-section {
    padding: var(--section-padding);
    background: var(--ivory-light);
}
.luxury-product-card {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    overflow: hidden;
    transition: all var(--transition-medium);
    perspective: 1000px;
    transform-style: preserve-3d;
    box-shadow: var(--shadow-soft);
}
.luxury-product-card:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-gold-xl);
    transform: translateY(-12px) rotateX(4deg);
}
.luxury-product-image {
    position: relative;
    height: 360px;
    overflow: hidden;
}
.luxury-product-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
    will-change: transform;
}
.luxury-product-card:hover .luxury-product-image img { transform: scale(1.15); }
.luxury-product-card .luxury-product-image::after {
    content: '';
    position: absolute; inset: 0;
    border: 3px solid var(--gold);
    opacity: 0;
    transition: opacity var(--transition-medium);
    z-index: 3;
    pointer-events: none;
}
.luxury-product-card:hover .luxury-product-image::after { opacity: 1; }
.luxury-product-placeholder {
    height: 100%;
    display: flex; align-items: center; justify-content: center;
    background: var(--cream);
    font-size: 56px; color: var(--gold);
}
.luxury-product-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(253,248,240,0.8) 0%, transparent 50%);
    display: flex; align-items: flex-end; justify-content: center; padding-bottom: 20px;
    opacity: 0;
    transition: opacity var(--transition-medium);
}
.luxury-product-card:hover .luxury-product-overlay { opacity: 1; }
.luxury-quick-view {
    width: 56px; height: 56px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold-dark);
    background: var(--cream-card);
    font-size: 18px;
    transition: all var(--transition-fast);
    text-decoration: none;
    box-shadow: var(--shadow-gold);
}
.luxury-quick-view:hover { background: var(--gold-gradient); color: var(--white); transform: scale(1.1); }
.luxury-badge {
    position: absolute;
    top: 14px; left: 14px;
    padding: 6px 14px;
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-family: var(--font-body);
    z-index: 2;
}
.luxury-badge-new { background: var(--gold-gradient); color: var(--white); box-shadow: var(--shadow-gold); }
.luxury-badge-featured { background: var(--espresso); color: var(--ivory); }
.luxury-product-info { padding: 28px; transform: translateZ(20px); }
.luxury-product-name {
    display: block;
    font-family: var(--font-heading);
    font-size: 21px; font-weight: 800;
    color: var(--espresso);
    margin-bottom: 8px;
    transition: all var(--transition-fast);
    text-decoration: none;
    letter-spacing: 0.02em;
}
.luxury-product-name:hover { 
    background: var(--gold-gradient-shine);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.luxury-product-rating { display: none; }
.luxury-product-price { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.luxury-current-price {
    font-family: var(--font-heading);
    font-size: 26px; font-weight: 800;
    color: var(--gold-dark);
    background: var(--gold-gradient-shine);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShimmer 4s linear infinite;
}
.luxury-old-price {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: line-through;
}

/* Standard Product Cards */
.product-card {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    overflow: hidden;
    transition: all var(--transition-medium);
    perspective: 1000px;
    transform-style: preserve-3d;
    box-shadow: var(--shadow-soft);
}
.product-card:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-gold-xl);
    transform: translateY(-10px) rotateX(3deg);
}
.product-card .product-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.product-card .product-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
    will-change: transform;
}
.product-card:hover .product-image img { transform: scale(1.18); }
.product-card .product-image::after {
    content: '';
    position: absolute; inset: 0;
    border: 3px solid var(--gold);
    opacity: 0;
    transition: opacity var(--transition-medium);
    z-index: 3;
    pointer-events: none;
}
.product-card:hover .product-image::after { opacity: 1; }
.product-card .no-image {
    height: 100%;
    display: flex; align-items: center; justify-content: center;
    background: var(--cream);
    font-size: 42px; color: var(--gold);
}
.product-card .product-badges {
    position: absolute; top: 14px; left: 14px;
    z-index: 5;
    display: flex; flex-direction: column; gap: 6px;
}
.product-card .product-badges .badge {
    padding: 5px 12px;
    font-size: 9px; font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border-radius: 0;
    font-family: var(--font-body);
}
.product-card .product-info { padding: 24px; transform: translateZ(15px); }
.product-card .product-name {
    display: block;
    font-family: var(--font-heading);
    font-size: 20px; font-weight: 800;
    color: var(--espresso);
    margin-bottom: 8px;
    transition: all var(--transition-fast);
    text-decoration: none;
    letter-spacing: 0.02em;
}
.product-card .product-name:hover { 
    background: var(--gold-gradient-shine);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.product-card .product-weight {
    font-size: 12px;
    color: var(--text-muted);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: block; margin-bottom: 10px;
    font-weight: 500;
}
.product-card .product-rating { display: none; }
.product-card .product-pricing {
    display: flex; align-items: center;
    gap: 10px; margin-bottom: 15px;
}
.product-card .current-price {
    font-family: var(--font-heading);
    font-size: 22px; font-weight: 800;
    color: var(--gold-dark);
    background: var(--gold-gradient-shine);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShimmer 4s linear infinite;
}
.product-card .old-price {
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: line-through;
}
.product-card .add-to-cart-btn {
    width: 100%; padding: 16px 14px;
    background: var(--gold-gradient); border: none;
    color: var(--white);
    font-size: 12px; font-weight: 800;
    letter-spacing: 0.18em; text-transform: uppercase;
    cursor: pointer; transition: all var(--transition-medium);
    position: relative; overflow: hidden;
    box-shadow: var(--shadow-gold);
}
.product-card .add-to-cart-btn::before {
    content: '';
    position: absolute; top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.12) 50%, transparent 70%);
    transform: translateX(-100%) rotate(25deg);
    transition: transform 0.8s var(--ease-smooth);
}
.product-card .add-to-cart-btn:hover::before { transform: translateX(100%) rotate(25deg); }
.product-card .add-to-cart-btn:hover { box-shadow: var(--shadow-gold-xl); transform: translateY(-3px); }

.star-rating-input { display: flex; gap: 4px; }
.star-rating-input i { cursor: pointer; color: var(--gold); }
.stars i { color: var(--gold); font-size: 13px; }

/* ===== BRIDAL SECTION ===== */
.luxury-bridal {
    padding: var(--section-padding);
    background: linear-gradient(135deg, var(--espresso) 0%, #2C1810 50%, #1A0F0A 100%);
    position: relative;
    overflow: hidden;
}
.bridal-overlay {
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A96E' fill-opacity='0.06'%3E%3Cpath d='M50 40h-4v4h4v4h4v-4h4v-4h-4v-4h-4v4zM50 0h-4v4h4v4h4V4h4V0h-4v-4h-4v4zM10 40H6v4h4v4h4v-4h4v-4h-4v-4h-4v4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
}
.bridal-header { margin-bottom: 60px; }
.bridal-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
}
.bridal-feature {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 48px 32px;
    text-align: center;
    transition: all var(--transition-medium);
}
.bridal-feature:hover {
    background: rgba(255,255,255,0.07);
    border-color: var(--gold);
    transform: translateY(-6px);
}
.bridal-feature-icon {
    width: 68px; height: 68px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 24px;
    color: var(--gold);
    font-size: 24px;
    transition: all var(--transition-medium);
}
.bridal-feature:hover .bridal-feature-icon { background: var(--gold); color: var(--espresso); box-shadow: 0 0 40px rgba(201,169,110,0.3); }
.bridal-feature h5 {
    font-family: var(--font-heading);
    font-size: 20px; font-weight: 600;
    color: var(--ivory);
    margin-bottom: 12px;
}
.bridal-feature p {
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    line-height: 1.6;
    margin: 0;
}
.bridal-cta { text-align: center; margin-top: 60px; }

/* ===== CRAFTSMANSHIP SECTION ===== */
.luxury-craftsmanship { padding: var(--section-padding); background: var(--ivory-light); }
.craftsmanship-visual { padding-right: 50px; }
.craftsmanship-image-placeholder {
    width: 100%; padding-bottom: 100%;
    background: var(--cream); border: 2px solid var(--border-gold);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    color: var(--text-muted);
    font-family: var(--font-heading);
    font-size: 20px; font-weight: 600; letter-spacing: 0.12em;
    position: relative;
}
.craftsmanship-image-placeholder i {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -60%);
    font-size: 56px; color: var(--gold);
}
.craftsmanship-image-placeholder span {
    position: absolute; bottom: 44px; left: 50%; transform: translateX(-50%);
}
.craftsmanship-content { padding: 24px 0; }
.craftsmanship-text {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 35px;
}
.craftsmanship-blocks { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 40px; }
.craftsmanship-block {
    display: flex; align-items: flex-start; gap: 16px;
    padding: 20px;
    background: var(--cream-card);
    border: 1px solid var(--border-gold);
    transition: all var(--transition-medium);
}
.craftsmanship-block:hover { border-color: var(--gold); box-shadow: var(--shadow-gold); transform: translateY(-3px); }
.craftsmanship-block-icon {
    width: 44px; height: 44px;
    border: 1px solid var(--border-gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold); font-size: 16px;
    flex-shrink: 0;
}
.craftsmanship-block h6 {
    font-family: var(--font-heading);
    font-size: 16px; font-weight: 700;
    margin-bottom: 4px;
}
.craftsmanship-block p { font-size: 12px; color: var(--text-muted); margin: 0; }

/* ===== TESTIMONIALS ===== */
.luxury-testimonials { padding: var(--section-padding); background: var(--cream); }
.luxury-testimonial-card {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    padding: 48px;
    position: relative;
    box-shadow: var(--shadow-soft);
    transition: all var(--transition-medium);
}
.luxury-testimonial-card:hover { border-color: var(--gold); box-shadow: var(--shadow-gold); }
.testimonial-quote {
    position: absolute; top: 24px; right: 36px;
    color: var(--gold);
    opacity: 0.08;
    font-size: 64px;
}
.testimonial-rating { margin-bottom: 24px; }
.testimonial-rating i { color: var(--gold); font-size: 16px; }
.testimonial-text {
    font-family: var(--font-heading);
    font-size: 19px; font-weight: 500; font-style: italic;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 30px;
}
.testimonial-author { display: flex; align-items: center; gap: 16px; }
.testimonial-avatar {
    width: 52px; height: 52px;
    border-radius: 50%; overflow: hidden;
    border: 2px solid var(--gold);
    display: flex; align-items: center; justify-content: center;
    background: var(--gold-gradient);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 20px; font-weight: 700;
    flex-shrink: 0;
}
.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-info h6 {
    font-family: var(--font-heading);
    font-size: 17px; font-weight: 700;
    margin-bottom: 2px;
}
.testimonial-info span {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-dark);
    font-weight: 600;
}

/* ===== NEWSLETTER ===== */
.luxury-newsletter {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--espresso) 0%, #2C1810 50%, #1A0F0A 100%);
    position: relative; overflow: hidden;
}
.newsletter-overlay {
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A96E' fill-opacity='0.06'%3E%3Cpath d='M50 40h-4v4h4v4h4v-4h4v-4h-4v-4h-4v4zM50 0h-4v4h4v4h4V4h4V0h-4v-4h-4v4zM10 40H6v4h4v4h4v-4h4v-4h-4v-4h-4v4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.newsletter-content { text-align: center; max-width: 640px; margin: 0 auto; }
.newsletter-text {
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 35px;
}
.newsletter-input-group {
    display: flex;
    gap: 4px;
    max-width: 520px;
    margin: 0 auto;
}
.newsletter-input {
    flex: 1; padding: 16px 24px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    color: var(--white);
    font-size: 14px;
    letter-spacing: 0.05em;
    transition: border-color var(--transition-fast);
}
.newsletter-input::placeholder { color: rgba(255,255,255,0.25); font-weight: 300; }
.newsletter-input:focus { outline: none; border-color: var(--gold); }
.newsletter-btn { flex-shrink: 0; }
.newsletter-disclaimer { font-size: 11px; color: rgba(255,255,255,0.2); margin-top: 20px; }

.newsletter-section {
    padding: 80px 0;
    background: var(--cream);
    border-top: 2px solid var(--border-gold);
    border-bottom: 2px solid var(--border-gold);
}
.newsletter-inner {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    padding: 64px;
    box-shadow: var(--shadow-soft);
}
.newsletter-content h3 {
    font-family: var(--font-heading);
    font-size: 36px; font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--espresso);
    margin-bottom: 12px;
}
.newsletter-content h3 .highlight { 
    background: var(--gold-gradient-shine);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.newsletter-content p { font-size: 15px; color: var(--text-secondary); }
.newsletter-form .input-group { border: 1px solid var(--border-gold); box-shadow: var(--shadow-soft); }
.newsletter-form .form-control {
    background: var(--cream-elevated); border: none;
    color: var(--text-primary); padding: 16px 24px; font-size: 14px;
    letter-spacing: 0.05em;
}
.newsletter-form .form-control::placeholder {
    color: var(--text-muted); text-transform: uppercase;
    font-size: 12px; letter-spacing: 0.12em;
}
.newsletter-form .form-control:focus { box-shadow: none; outline: none; }
.newsletter-form .btn-gold { padding: 16px 36px; }

/* ===== BREADCRUMBS ===== */
.breadcrumb-section {
    background: var(--cream);
    border-bottom: 1px solid var(--border-gold);
    padding: 30px 0;
    margin-top: 60px;
}
.breadcrumb-section h1 {
    font-family: var(--font-heading);
    font-size: 36px; font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--espresso);
    margin-bottom: 12px;
}
.breadcrumb { background: transparent; margin: 0; padding: 0; }
.breadcrumb-item { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; }
.breadcrumb-item a { color: var(--gold-dark); text-decoration: none; font-weight: 600; }
.breadcrumb-item.active { color: var(--text-muted); }
.breadcrumb-item + .breadcrumb-item::before { color: var(--text-muted); content: "→"; }

/* ===== CATEGORY HERO ===== */
.category-hero {
    position: relative;
    padding: 110px 0 80px;
    margin-top: 60px;
    overflow: hidden;
}
.category-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.3) 100%);
}
.category-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}
.category-hero-badge { margin-bottom: 24px; }
.category-hero-label {
    display: inline-block;
    padding: 8px 24px;
    border: 2px solid rgba(255,255,255,0.3);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--white);
    font-family: var(--font-body);
    font-weight: 600;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
}
.category-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(48px, 6vw, 80px);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 20px;
    text-shadow: 0 4px 40px rgba(0,0,0,0.2);
}
.category-hero-desc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    margin-bottom: 32px;
}
.category-hero-stats {
    display: flex;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
}
.category-hero-stats span {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.category-hero-stats span i { color: var(--gold-bright); font-size: 14px; }
.category-hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.category-hero-scroll span {
    display: block;
    width: 20px; height: 32px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 10px;
    position: relative;
}
.category-hero-scroll span::after {
    content: '';
    position: absolute;
    top: 6px; left: 50%;
    transform: translateX(-50%);
    width: 3px; height: 8px;
    background: var(--gold-bright);
    border-radius: 2px;
    animation: scrollDot 1.8s infinite;
}
@keyframes scrollDot {
    0% { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(12px); }
}

/* ===== CATEGORY SIDEBAR ===== */
.category-sidebar { position: sticky; top: 110px; }
.sidebar-section {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    padding: 28px;
    margin-bottom: 4px;
    transition: all var(--transition-medium);
}
.sidebar-section:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
}
.sidebar-title {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--espresso);
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--border-gold);
    display: flex;
    align-items: center;
    gap: 10px;
}
.sidebar-title i { color: var(--gold); font-size: 16px; }
.sidebar-categories { display: flex; flex-direction: column; gap: 2px; }
.sidebar-cat-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    text-decoration: none;
    transition: all var(--transition-fast);
    border: 1px solid transparent;
}
.sidebar-cat-link:hover {
    border-color: var(--border-gold);
    background: rgba(201,169,110,0.04);
    text-decoration: none;
}
.sidebar-cat-link.active {
    border-color: var(--border-gold-strong);
    background: rgba(201,169,110,0.08);
}
.sidebar-cat-icon {
    width: 28px;
    color: var(--gold);
    font-size: 11px;
    text-align: center;
    flex-shrink: 0;
}
.sidebar-cat-link.active .sidebar-cat-icon { color: var(--gold-dark); }
.sidebar-cat-name {
    flex: 1;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-secondary);
    letter-spacing: 0.03em;
    transition: color var(--transition-fast);
}
.sidebar-cat-link:hover .sidebar-cat-name,
.sidebar-cat-link.active .sidebar-cat-name { color: var(--gold-dark); font-weight: 700; }
.sidebar-cat-count {
    font-size: 10px;
    font-weight: 600;
    color: var(--text-muted);
    background: var(--cream);
    padding: 2px 10px;
    border: 1px solid var(--border-subtle);
    transition: all var(--transition-fast);
}
.sidebar-cat-link:hover .sidebar-cat-count,
.sidebar-cat-link.active .sidebar-cat-count {
    background: var(--gold-gradient);
    color: var(--white);
    border-color: var(--gold);
}
.sidebar-cta {
    margin-top: 4px;
    background: linear-gradient(135deg, var(--espresso), #2C1810);
    border: 2px solid var(--gold);
}
.sidebar-cta-inner {
    padding: 32px 28px;
    text-align: center;
}
.sidebar-cta-inner i {
    font-size: 32px;
    color: var(--gold);
    margin-bottom: 16px;
}
.sidebar-cta-inner h6 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--ivory);
    margin-bottom: 8px;
}
.sidebar-cta-inner p {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 20px;
    line-height: 1.6;
}
.sidebar-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: var(--gold-gradient);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 25px;
    text-decoration: none;
    transition: all var(--transition-medium);
}
.sidebar-cta-btn:hover { color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-gold); text-decoration: none; }
.sidebar-cta-btn i { font-size: 11px; margin: 0; }

/* ===== CATEGORY TOOLBAR ===== */
.category-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    margin-bottom: 28px;
    gap: 16px;
}
.toolbar-info { display: flex; align-items: center; gap: 16px; }
.toolbar-count {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--espresso);
}
.toolbar-divider {
    width: 1px;
    height: 24px;
    background: var(--border-gold);
}
.toolbar-label {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 600;
}
.sort-select {
    padding: 10px 36px 10px 16px;
    border: 2px solid var(--border-gold);
    background: var(--cream-card);
    font-size: 12px;
    font-weight: 600;
    color: var(--text-secondary);
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all var(--transition-fast);
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C9A96E' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    min-width: 170px;
}
.sort-select:hover { border-color: var(--gold); }
.sort-select:focus { outline: none; border-color: var(--gold); box-shadow: var(--gold-glow); }

/* ===== PRODUCT IMAGE OVERLAY ===== */
.product-image-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(253,248,240,0.85) 0%, transparent 50%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    padding-bottom: 20px;
    opacity: 0;
    transition: opacity var(--transition-medium);
}
.product-card:hover .product-image-overlay { opacity: 1; }
.product-quick-action {
    width: 44px; height: 44px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold-dark);
    background: var(--cream-card);
    font-size: 15px;
    text-decoration: none;
    transition: all var(--transition-fast);
    box-shadow: var(--shadow-gold);
}
.product-quick-action:hover { background: var(--gold-gradient); color: var(--white); transform: scale(1.1); text-decoration: none; }

/* ===== PRODUCT ACTION BUTTONS ===== */
.product-actions {
    display: flex;
    gap: 6px;
    margin-top: 14px;
}
.product-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all var(--transition-medium);
    border: none;
    position: relative;
    overflow: hidden;
}
.product-action-wishlist {
    width: 44px; height: 44px;
    background: transparent;
    border: 2px solid var(--border-gold);
    border-radius: 50%;
    color: var(--gold-dark);
    flex-shrink: 0;
}
.product-action-wishlist:hover { background: var(--gold-gradient); color: var(--white); border-color: var(--gold); transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.product-action-cart {
    flex: 1; padding: 12px 18px;
    background: var(--gold-gradient);
    color: var(--white);
    font-weight: 800;
    font-size: 12px;
    border: 2px solid transparent;
    border-radius: 25px;
    box-shadow: var(--shadow-gold);
}
.product-action-cart::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.12) 50%, transparent 70%);
    transform: translateX(-100%) rotate(25deg);
    transition: transform 0.8s var(--ease-smooth);
}
.product-action-cart:hover::before { transform: translateX(100%) rotate(25deg); }
.product-action-cart:hover { box-shadow: var(--shadow-gold-xl); transform: translateY(-2px); }

/* ===== CATEGORY EMPTY ===== */
.category-empty {
    text-align: center;
    padding: 80px 24px;
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
}
.category-empty-icon { font-size: 64px; color: var(--gold); margin-bottom: 24px; opacity: 0.4; }
.category-empty h3 {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 12px;
}
.category-empty p { font-size: 15px; color: var(--text-secondary); margin-bottom: 28px; }

/* ===== CATEGORY PAGINATION ===== */
.category-pagination {
    margin-top: 48px;
    text-align: center;
}
.pagination-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}
.page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border: 2px solid var(--border-gold);
    background: var(--cream-card);
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all var(--transition-fast);
}
.page-btn:hover {
    border-color: var(--gold);
    color: var(--gold-dark);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: var(--shadow-gold);
}
.page-btn.active {
    background: var(--gold-gradient);
    border-color: var(--gold);
    color: var(--white);
    box-shadow: var(--shadow-gold);
}
.page-prev, .page-next { font-size: 14px; }
.page-dots {
    padding: 0 8px;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.15em;
}
.page-info {
    margin-top: 12px;
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
    letter-spacing: 0.08em;
}

/* ===== PRODUCTS HERO ===== */
.products-hero {
    position: relative;
    padding: 110px 0 80px;
    margin-top: 60px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--cream) 0%, var(--ivory-light) 50%, var(--cream) 100%);
}
.products-hero-bg {
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A96E' fill-opacity='0.04'%3E%3Cpath d='M60 50h-4v4h4v4h4v-4h4v-4h-4v-4h-4v4zM60 0h-4v4h4v4h4V4h4V0h-4v-4h-4v4zM120 50h-4v4h4v4h4v-4h4v-4h-4v-4h-4v4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.products-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}
.products-hero-badge { margin-bottom: 24px; }
.products-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 24px;
    border: 2px solid var(--border-gold);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold-dark);
    font-family: var(--font-body);
    font-weight: 600;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(8px);
}
.products-hero-label i { font-size: 12px; color: var(--gold); }
.products-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(48px, 6vw, 80px);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--espresso);
    margin-bottom: 20px;
    text-shadow: 0 4px 40px rgba(26,15,10,0.06);
}
.products-hero-title .gold-shimmer {
    background: var(--gold-gradient-shine);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShimmer 4s linear infinite;
}
.products-hero-desc {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
.products-hero-stats {
    display: flex;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
}
.products-hero-stats span {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.products-hero-stats span i { color: var(--gold); font-size: 14px; }
.products-hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.products-hero-scroll span {
    display: block;
    width: 20px; height: 32px;
    border: 2px solid var(--border-gold);
    border-radius: 10px;
    position: relative;
}
.products-hero-scroll span::after {
    content: '';
    position: absolute;
    top: 6px; left: 50%;
    transform: translateX(-50%);
    width: 3px; height: 8px;
    background: var(--gold);
    border-radius: 2px;
    animation: scrollDot 1.8s infinite;
}

/* ===== PRODUCTS MAIN ===== */
.products-main { background: var(--ivory-light); }
.products-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    margin-bottom: 32px;
    gap: 16px;
}
.products-empty {
    text-align: center;
    padding: 80px 24px;
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
}
.products-empty-icon { font-size: 64px; color: var(--gold); margin-bottom: 24px; opacity: 0.4; }
.products-empty h3 {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 12px;
}
.products-empty p { font-size: 15px; color: var(--text-secondary); margin-bottom: 28px; }
.products-pagination {
    margin-top: 48px;
    text-align: center;
}

/* ===== CATEGORY PAGE ===== */
.category-page { background: var(--ivory-light); }
.filter-sidebar {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    padding: 28px;
    box-shadow: var(--shadow-soft);
}
.filter-sidebar .card { border: none; background: transparent; }
.filter-sidebar .card-header {
    background: transparent;
    border-bottom: 1px solid var(--border-subtle);
    padding: 16px 0;
}
.filter-sidebar .card-body { padding: 16px 0; }
.category-list { list-style: none; padding: 0; }
.category-list li { margin-bottom: 10px; }
.category-link {
    font-size: 14px;
    color: var(--text-secondary);
    text-decoration: none;
    transition: color var(--transition-fast);
    display: flex; align-items: center; gap: 8px;
    font-weight: 500;
}
.category-link:hover, .category-link.active { color: var(--gold-dark); font-weight: 700; }
.sort-options { display: flex; align-items: center; gap: 12px; }
.sort-options .form-select {
    border: 1px solid var(--border-gold); border-radius: 0;
    font-size: 12px; padding: 10px 36px 10px 14px;
    color: var(--text-secondary);
    background: var(--cream-card); font-weight: 500;
}

/* ===== CONTACT HERO ===== */
.contact-hero {
    position: relative;
    padding: 110px 0 80px;
    margin-top: 60px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--espresso) 0%, #2C1810 50%, #1A0F0A 100%);
}
.contact-hero-bg {
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A96E' fill-opacity='0.06'%3E%3Cpath d='M60 50h-4v4h4v4h4v-4h4v-4h-4v-4h-4v4zM60 0h-4v4h4v4h4V4h4V0h-4v-4h-4v4zM120 50h-4v4h4v4h4v-4h4v-4h-4v-4h-4v4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.contact-hero-inner {
    position: relative; z-index: 2;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
}
.contact-hero-badge { margin-bottom: 24px; }
.contact-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 24px;
    border: 2px solid rgba(255,255,255,0.2);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold-bright);
    font-family: var(--font-body);
    font-weight: 600;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
}
.contact-hero-label i { font-size: 12px; }
.contact-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(48px, 6vw, 80px);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 20px;
    text-shadow: 0 4px 40px rgba(0,0,0,0.2);
}
.contact-hero-title .gold-shimmer {
    background: var(--gold-gradient-shine);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShimmer 4s linear infinite;
}
.contact-hero-desc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.contact-hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.contact-hero-scroll span {
    display: block;
    width: 20px; height: 32px;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    position: relative;
}
.contact-hero-scroll span::after {
    content: '';
    position: absolute;
    top: 6px; left: 50%;
    transform: translateX(-50%);
    width: 3px; height: 8px;
    background: var(--gold-bright);
    border-radius: 2px;
    animation: scrollDot 1.8s infinite;
}

/* ===== CONTACT MAIN ===== */
.contact-main { background: var(--ivory-light); }

/* Contact Cards Grid */
.contact-cards-grid {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.contact-card {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    padding: 28px 24px;
    text-align: center;
    transition: all var(--transition-medium);
    perspective: 800px;
    transform-style: preserve-3d;
}
.contact-card:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-gold-xl);
    transform: translateY(-6px) rotateX(2deg);
}
.contact-card-icon {
    width: 56px; height: 56px;
    border: 2px solid var(--border-gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 18px;
    color: var(--gold);
    font-size: 20px;
    background: var(--cream-elevated);
    transition: all var(--transition-medium);
}
.contact-card:hover .contact-card-icon {
    background: var(--gold-gradient);
    color: var(--white);
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
    transform: translateZ(15px);
}
.contact-card-title {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 8px;
    transition: color var(--transition-fast);
}
.contact-card:hover .contact-card-title { color: var(--gold-dark); }
.contact-card-text {
    font-size: 13px;
    color: var(--text-secondary);
    margin: 0 0 14px;
    font-weight: 400;
}
.contact-card-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-muted);
    transition: all var(--transition-fast);
    opacity: 0;
    transform: translateY(8px);
}
.contact-card:hover .contact-card-action { opacity: 1; transform: translateY(0); }
.contact-card-action i { font-size: 10px; transition: transform var(--transition-fast); }
.contact-card:hover .contact-card-action i { transform: translateX(4px); }
.contact-card-action a { color: var(--gold-dark); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.contact-card-action a:hover { color: var(--gold); }

/* Contact Form */
.contact-form-wrapper {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    padding: 56px 48px;
    box-shadow: var(--shadow-soft);
}
.contact-form-header { margin-bottom: 36px; }
.contact-form-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.contact-form-title .gold-shimmer {
    background: var(--gold-gradient-shine);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShimmer 4s linear infinite;
}
.contact-form-desc {
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 400;
    margin: 0;
}
.contact-field { margin-bottom: 0; }
.contact-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-secondary);
    margin-bottom: 8px;
}
.contact-required { color: var(--danger); }
.contact-input {
    width: 100%;
    padding: 14px 18px;
    background: var(--cream-elevated);
    border: 2px solid var(--border-gold);
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 400;
    transition: all var(--transition-fast);
    outline: none;
}
.contact-input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-glow); }
.contact-input::placeholder { color: var(--text-muted); font-weight: 400; }
.contact-textarea { resize: vertical; min-height: 140px; }
.contact-submit-btn { margin-top: 8px; }

/* Contact Alert */
.contact-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid;
}
.contact-alert i { font-size: 18px; }
.contact-alert-success {
    background: rgba(39, 174, 96, 0.06);
    border-color: rgba(39, 174, 96, 0.2);
    color: var(--success);
}
.contact-alert-error {
    background: rgba(192, 57, 43, 0.06);
    border-color: rgba(192, 57, 43, 0.2);
    color: var(--danger);
}

/* Contact Map */
.contact-map-wrapper { margin-top: 60px; }
.contact-map-inner {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    overflow: hidden;
}
.contact-map-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 32px;
    border-bottom: 1px solid var(--border-gold);
}
.contact-map-icon {
    width: 48px; height: 48px;
    border: 2px solid var(--border-gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
    font-size: 18px;
    flex-shrink: 0;
}
.contact-map-header h5 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--espresso);
    margin: 0;
}
.contact-map-header p {
    font-size: 13px;
    color: var(--text-muted);
    margin: 2px 0 0;
}
.contact-map-frame { width: 100%; }
.contact-map-frame iframe { display: block; }

/* ===== SUPPORT PAGE ===== */

/* Support Hero */
.support-hero {
    position: relative;
    padding: 110px 0 80px;
    margin-top: 60px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--espresso) 0%, #2C1810 50%, #1A0F0A 100%);
}
.support-hero-bg {
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A96E' fill-opacity='0.06'%3E%3Cpath d='M60 50h-4v4h4v4h4v-4h4v-4h-4v-4h-4v4zM60 0h-4v4h4v4h4V4h4V0h-4v-4h-4v4zM120 50h-4v4h4v4h4v-4h4v-4h-4v-4h-4v4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.support-hero-inner {
    position: relative; z-index: 2;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
}
.support-hero-badge { margin-bottom: 24px; }
.support-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 24px;
    border: 2px solid rgba(255,255,255,0.2);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold-bright);
    font-family: var(--font-body);
    font-weight: 600;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
}
.support-hero-label i { font-size: 12px; }
.support-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(48px, 6vw, 80px);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 20px;
    text-shadow: 0 4px 40px rgba(0,0,0,0.2);
}
.support-hero-title .gold-shimmer {
    background: var(--gold-gradient-shine);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShimmer 4s linear infinite;
}
.support-hero-desc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.support-hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.support-hero-scroll span {
    display: block;
    width: 20px; height: 32px;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    position: relative;
}
.support-hero-scroll span::after {
    content: '';
    position: absolute;
    top: 6px; left: 50%;
    transform: translateX(-50%);
    width: 3px; height: 8px;
    background: var(--gold-bright);
    border-radius: 2px;
    animation: scrollDot 1.8s infinite;
}

/* Support Section */
.support-section { background: var(--ivory-light); }

/* Support Nav Cards */
.support-nav-link { text-decoration: none; display: block; }
.support-nav-card {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    padding: 28px 20px;
    text-align: center;
    transition: all var(--transition-medium);
    perspective: 800px;
    transform-style: preserve-3d;
    cursor: pointer;
}
.support-nav-card:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-gold-xl);
    transform: translateY(-6px) rotateX(2deg);
}
.support-nav-icon {
    width: 56px; height: 56px;
    border: 2px solid var(--border-gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
    color: var(--gold);
    font-size: 20px;
    background: var(--cream-elevated);
    transition: all var(--transition-medium);
}
.support-nav-card:hover .support-nav-icon {
    background: var(--gold-gradient);
    color: var(--white);
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
    transform: translateZ(15px);
}
.support-nav-title {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 4px;
    transition: color var(--transition-fast);
}
.support-nav-card:hover .support-nav-title { color: var(--gold-dark); }
.support-nav-desc {
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 400;
}

/* FAQ Section */
.support-faq { margin-bottom: 40px; }
.support-faq-header { text-align: center; margin-bottom: 32px; }
.support-faq-header .section-overline { display: block; margin-bottom: 8px; }
.support-faq-title {
    font-family: var(--font-heading);
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 700;
    color: var(--espresso);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.faq-card {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    padding: 32px 28px;
    height: 100%;
    transition: all var(--transition-medium);
    perspective: 800px;
    transform-style: preserve-3d;
}
.faq-card:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-gold-xl);
    transform: translateY(-6px) rotateX(2deg);
}
.faq-icon {
    width: 48px; height: 48px;
    border: 2px solid var(--border-gold);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    color: var(--gold);
    font-size: 18px;
    background: var(--cream-elevated);
    transition: all var(--transition-medium);
}
.faq-card:hover .faq-icon {
    background: var(--gold-gradient);
    color: var(--white);
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
    transform: translateZ(12px);
}
.faq-q {
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 8px;
}
.faq-a {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

/* Support Form Card */
.support-form-card {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    padding: 48px 40px;
    box-shadow: var(--shadow-soft);
}
.support-form-header { margin-bottom: 28px; }
.support-form-header .section-overline { display: block; margin-bottom: 8px; }
.support-form-title {
    font-family: var(--font-heading);
    font-size: clamp(26px, 3vw, 32px);
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.support-form-title .gold-shimmer {
    background: var(--gold-gradient-shine);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShimmer 4s linear infinite;
}
.support-form-desc {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
}
.support-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-secondary);
    margin-bottom: 8px;
}
.support-required { color: var(--danger); }
.support-input {
    width: 100%;
    padding: 14px 18px;
    background: var(--cream-elevated);
    border: 2px solid var(--border-gold);
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 400;
    transition: all var(--transition-fast);
    outline: none;
}
.support-input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-glow); }
.support-input::placeholder { color: var(--text-muted); font-weight: 400; }
.support-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23C9A96E' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 12px; padding-right: 40px; cursor: pointer; }
.support-textarea { resize: vertical; min-height: 140px; }
.support-submit-btn { margin-top: 12px; }

/* Support Alert */
.support-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid;
}
.support-alert i { font-size: 18px; }
.support-alert-success {
    background: rgba(39, 174, 96, 0.06);
    border-color: rgba(39, 174, 96, 0.2);
    color: var(--success);
}
.support-alert-error {
    background: rgba(192, 57, 43, 0.06);
    border-color: rgba(192, 57, 43, 0.2);
    color: var(--danger);
}

/* Support Sidebar */
.support-sidebar-card {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    margin-bottom: 20px;
    box-shadow: var(--shadow-soft);
}
.support-sidebar-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    border-bottom: 1px solid var(--border-gold);
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 700;
    color: var(--espresso);
}
.support-sidebar-header i { color: var(--gold); font-size: 18px; }
.support-sidebar-header h5 { margin: 0; font-family: var(--font-heading); font-weight: 700; font-size: 17px; }
.support-sidebar-body { padding: 16px 24px; }

/* Ticket List */
.ticket-list { display: flex; flex-direction: column; gap: 2px; }
.ticket-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all var(--transition-fast);
}
.ticket-list-item:hover {
    border-color: var(--border-gold);
    background: var(--cream-elevated);
}
.ticket-list-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.ticket-list-subject {
    font-size: 14px;
    font-weight: 600;
    color: var(--espresso);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ticket-list-meta { font-size: 11px; color: var(--text-muted); }
.ticket-empty {
    text-align: center;
    padding: 32px 16px;
    color: var(--text-muted);
}
.ticket-empty-icon {
    width: 56px; height: 56px;
    border: 2px solid var(--border-gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
    color: var(--gold);
    font-size: 20px;
}
.ticket-empty p { font-size: 13px; margin-bottom: 8px; }
.ticket-empty-hint { font-size: 12px; }
.ticket-empty-hint a { color: var(--gold-dark); font-weight: 600; text-decoration: underline; }

/* Ticket Labels */
.ticket-label {
    display: inline-block;
    padding: 4px 14px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 2px solid;
    white-space: nowrap;
}
.label-gold { border-color: var(--border-gold); color: var(--gold-dark); background: var(--cream-elevated); }
.label-amber { border-color: #F39C12; color: #B7950B; background: #FEF5E7; }
.label-blue { border-color: #3498DB; color: #1A5276; background: #EBF5FB; }
.label-green { border-color: #27AE60; color: #1E8449; background: #EAFAF1; }

/* Support Channels */
.support-channel {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--border-gold);
    transition: background var(--transition-fast);
}
.support-channel:last-child { border-bottom: none; }
.support-channel-icon {
    width: 42px; height: 42px;
    border: 2px solid var(--border-gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    background: var(--cream-elevated);
    transition: all var(--transition-fast);
}
.support-channel:hover .support-channel-icon {
    background: var(--gold-gradient);
    color: var(--white) !important;
    border-color: var(--gold);
}
.support-channel-info { flex: 1; min-width: 0; }
.support-channel-info strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--espresso);
    margin-bottom: 1px;
}
.support-channel-info span { font-size: 12px; color: var(--text-muted); }
.support-channel-link { text-decoration: none; color: inherit; cursor: pointer; }
.support-channel-link:hover { background: var(--cream-elevated); }
.support-channel-arrow { font-size: 10px; color: var(--text-muted); transition: transform var(--transition-fast); }
.support-channel-link:hover .support-channel-arrow { transform: translateX(4px); color: var(--gold); }

/* Ticket Detail View */
.ticket-detail-card {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    box-shadow: var(--shadow-soft);
}
.ticket-detail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 32px;
    border-bottom: 1px solid var(--border-gold);
    flex-wrap: wrap;
}
.ticket-detail-subject {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--espresso);
    margin: 0 0 4px;
}
.ticket-detail-meta { font-size: 12px; color: var(--text-muted); }
.ticket-detail-body { padding: 24px 32px; }
.ticket-msg {
    padding: 20px;
    margin-bottom: 16px;
    border: 2px solid var(--border-gold);
    background: var(--cream-elevated);
}
.ticket-msg-admin {
    border-color: var(--gold);
    background: linear-gradient(135deg, rgba(201,169,110,0.06) 0%, rgba(212,175,55,0.03) 100%);
    margin-left: 20px;
}
.ticket-msg-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    gap: 12px;
    flex-wrap: wrap;
}
.ticket-msg-head strong { font-size: 14px; color: var(--espresso); }
.ticket-msg-time { font-size: 11px; color: var(--text-muted); white-space: nowrap; }
.ticket-msg p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; margin: 0; }
.staff-badge {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 2px 10px;
    border: 1px solid var(--gold);
    color: var(--gold-dark);
    margin-left: 8px;
    vertical-align: middle;
}
.ticket-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 32px;
    flex-wrap: wrap;
}
.ticket-actions .btn-luxury-outline { min-width: 180px; }
.ticket-actions .btn-luxury-gold { min-width: 180px; }

/* ===== BLOG HERO ===== */
/* ===== BLOG MAIN CONTENT ===== */
.blog-main { background: var(--ivory-light); }

/* Category pills inside about-hero */
.blog-main .about-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    border: none;
    background: transparent;
    backdrop-filter: none;
}
.blog-cat-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--white);
    border: 2px solid rgba(255,255,255,0.15);
    text-decoration: none;
    transition: all var(--transition-medium);
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(4px);
    border-radius: 25px;
}
.blog-cat-pill:hover {
    border-color: var(--gold);
    color: var(--gold-bright);
    text-decoration: none;
    background: rgba(201,169,110,0.12);
    box-shadow: 0 0 20px rgba(201,169,110,0.1);
}
.blog-cat-pill.active {
    background: var(--gold-gradient);
    border-color: var(--gold);
    color: var(--white);
    box-shadow: 0 4px 20px rgba(201,169,110,0.3);
}

/* Featured Post Card */
.blog-featured-card {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    overflow: hidden;
    margin-bottom: 56px;
    box-shadow: var(--shadow-soft);
    transition: all var(--transition-medium);
    perspective: 1000px;
    transform-style: preserve-3d;
}
.blog-featured-card:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-gold-xl);
    transform: translateY(-8px) rotateX(2deg);
}
.blog-featured-image {
    height: 100%;
    min-height: 440px;
    position: relative;
    overflow: hidden;
}
.blog-featured-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
    will-change: transform;
}
.blog-featured-card:hover .blog-featured-image img { transform: scale(1.06); }
.blog-featured-placeholder {
    height: 100%; min-height: 440px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--cream), var(--ivory-light));
    font-size: 72px; color: var(--gold);
}
.blog-featured-badge {
    position: absolute;
    top: 20px; left: 20px;
    padding: 8px 20px;
    background: var(--gold-gradient);
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    box-shadow: var(--shadow-gold);
}
.blog-featured-content {
    padding: 56px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    transform: translateZ(20px);
}
.blog-featured-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.blog-featured-meta span {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.blog-featured-meta span i { color: var(--gold); font-size: 12px; }
.blog-featured-title {
    font-family: var(--font-heading);
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 16px;
    line-height: 1.15;
}
.blog-featured-excerpt {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 28px;
}
.blog-featured-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: var(--gold-gradient);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 25px;
    text-decoration: none;
    transition: all var(--transition-medium);
    position: relative;
    overflow: hidden;
    align-self: flex-start;
}
.blog-featured-btn::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.12) 50%, transparent 70%);
    transform: translateX(-100%) rotate(25deg);
    transition: transform 0.8s var(--ease-smooth);
}
.blog-featured-btn:hover::before { transform: translateX(100%) rotate(25deg); }
.blog-featured-btn:hover { color: var(--white); transform: translateY(-3px); box-shadow: var(--shadow-gold-xl); text-decoration: none; }
.blog-featured-btn i { transition: transform var(--transition-fast); }
.blog-featured-btn:hover i { transform: translateX(4px); }

/* Blog Cards */
.blog-card {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    overflow: hidden;
    transition: all var(--transition-medium);
    perspective: 1000px;
    transform-style: preserve-3d;
    box-shadow: var(--shadow-soft);
    position: relative;
}
.blog-card::before {
    content: '';
    position: absolute; inset: 6px;
    border: 1px solid rgba(201,169,110,0);
    z-index: 4;
    pointer-events: none;
    transition: all var(--transition-medium);
    border-radius: 4px;
}
.blog-card:hover::before {
    border-color: rgba(201,169,110,0.4);
    inset: 4px;
}
.blog-card:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-gold-xl);
    transform: translateY(-12px) rotateX(3deg);
}
.blog-card .blog-image {
    position: relative;
    height: 260px;
    overflow: hidden;
}
.blog-card .blog-image img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform var(--transition-slow);
    will-change: transform;
}
.blog-card:hover .blog-image img { transform: scale(1.1); }
.blog-card .blog-placeholder {
    height: 100%; display: flex; align-items: center; justify-content: center;
    background: var(--cream); font-size: 52px; color: var(--gold);
}
.blog-card .blog-date {
    position: absolute; top: 16px; left: 16px;
    background: var(--gold-gradient); color: var(--white);
    padding: 12px 18px; text-align: center;
    box-shadow: var(--shadow-gold);
    z-index: 2;
    border-radius: 4px;
}
.blog-card .blog-date .date-day { display: block; font-family: var(--font-heading); font-size: 24px; font-weight: 700; line-height: 1; }
.blog-card .blog-date .date-month { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; }
.blog-image-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(26,15,10,0.7) 0%, transparent 50%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    opacity: 0;
    transition: opacity var(--transition-medium);
    z-index: 3;
}
.blog-card:hover .blog-image-overlay { opacity: 1; }
.blog-quick-read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: var(--gold-gradient);
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 25px;
    text-decoration: none;
    transition: all var(--transition-fast);
    box-shadow: var(--shadow-gold);
    transform: translateY(10px);
    transition: all var(--transition-medium);
}
.blog-card:hover .blog-quick-read { transform: translateY(0); }
.blog-quick-read:hover { color: var(--white); transform: translateY(-3px) !important; text-decoration: none; box-shadow: var(--shadow-gold-xl); }
.blog-card .blog-content { padding: 28px; transform: translateZ(15px); position: relative; }
.blog-card .blog-meta { display: flex; gap: 20px; margin-bottom: 14px; }
.blog-card .blog-meta span { font-size: 12px; color: var(--text-muted); font-weight: 500; }
.blog-card .blog-meta i { color: var(--gold); margin-right: 5px; }
.blog-card .blog-content h4 {
    font-family: var(--font-heading);
    font-size: 22px; font-weight: 700;
    margin-bottom: 12px;
}
.blog-card .blog-content h4 a { color: var(--espresso); text-decoration: none; transition: color var(--transition-fast); }
.blog-card .blog-content h4 a:hover { background: var(--gold-gradient-shine); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.blog-card .blog-content p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 16px; }
.blog-card .read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    font-size: 10px; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--gold-dark);
    font-weight: 700;
    border: 2px solid var(--border-gold);
    border-radius: 25px;
    background: transparent;
    text-decoration: none;
    transition: all var(--transition-medium);
}
.blog-card .read-more i { transition: transform var(--transition-fast); font-size: 12px; }
.blog-card .read-more:hover { background: var(--gold-gradient); color: var(--white); border-color: transparent; transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.blog-card .read-more:hover i { transform: translateX(4px); }

/* Blog Empty & Pagination */
.blog-empty {
    text-align: center;
    padding: 80px 24px;
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
}
.blog-empty-icon { font-size: 64px; color: var(--gold); margin-bottom: 24px; opacity: 0.4; }
.blog-empty h3 {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 12px;
}
.blog-empty p { font-size: 15px; color: var(--text-secondary); margin-bottom: 28px; }
.blog-pagination {
    margin-top: 48px;
    text-align: center;
}

/* Blog category wrapper */
.blog-cat-wrapper .about-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    border: none;
    background: transparent;
    backdrop-filter: none;
}

/* ===== BLOG DETAIL PAGE ===== */
.blog-detail-section {
    background: var(--ivory-light);
    padding-top: 40px;
}
.blog-detail-hero {
    padding: 80px 0 50px !important;
}
.blog-detail-hero .about-hero-badge { margin-bottom: 8px; }
.blog-detail-hero .breadcrumb { margin-bottom: 0; }
.blog-detail-section .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}
.blog-detail-section .breadcrumb-item a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: color var(--transition-fast);
}
.blog-detail-section .breadcrumb-item a:hover {
    color: var(--gold-bright);
}
.blog-detail-section .breadcrumb-item.active {
    color: var(--gold-bright);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.blog-detail-section .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.3);
}

/* Article Card — editorial reading layout */
.blog-article-card {
    position: relative;
}
.blog-article-card:hover {
    /* no card hover effect — this is a reading layout */
}

/* Article Header */
.article-header {
    margin-bottom: 40px;
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.article-meta-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
    justify-content: center;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-subtle);
}
.article-meta-bar span {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.article-meta-bar span i { color: var(--gold); font-size: 12px; }
.article-meta-bar span a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color var(--transition-fast);
}
.article-meta-bar span a:hover { color: var(--gold-dark); }
.article-title {
    font-family: var(--font-heading);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    color: var(--espresso);
    line-height: 1.15;
    margin-bottom: 20px;
}
.article-excerpt {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.7;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    max-width: 600px;
    margin: 0 auto;
}

/* Article Image — full bleed */
.article-image-wrapper {
    margin-bottom: 40px;
    margin-left: -48px;
    margin-right: -48px;
    overflow: hidden;
}
.article-image {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    display: block;
    transition: transform var(--transition-slow);
}
.article-image-wrapper:hover .article-image {
    transform: scale(1.02);
}

/* Article Content — centered reading column */
.article-content-body {
    font-size: 17px;
    line-height: 1.9;
    color: var(--text-secondary);
    max-width: 720px;
    margin: 0 auto;
}
.article-content-body h1,
.article-content-body h2,
.article-content-body h3,
.article-content-body h4,
.article-content-body h5 {
    font-family: var(--font-heading);
    color: var(--espresso);
    margin-top: 48px;
    margin-bottom: 16px;
}
.article-content-body h2 { font-size: 30px; }
.article-content-body h3 { font-size: 24px; }
.article-content-body p { margin-bottom: 24px; }
.article-content-body img {
    max-width: 100%;
    height: auto;
    margin: 32px 0;
    border-radius: 4px;
}
.article-content-body blockquote {
    border-left: 4px solid var(--gold);
    padding: 24px 32px;
    margin: 32px 0;
    background: rgba(201,169,110,0.05);
    font-style: italic;
    font-size: 20px;
    color: var(--espresso);
    font-family: 'Playfair Display', serif;
    line-height: 1.7;
}
.article-content-body ul,
.article-content-body ol {
    padding-left: 24px;
    margin-bottom: 24px;
}
.article-content-body li { margin-bottom: 10px; }
.article-content-body a {
    color: var(--gold-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color var(--transition-fast);
}
.article-content-body a:hover { color: var(--gold); }

/* Article Footer */
.article-footer {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 2px solid var(--border-gold);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.article-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}
.tags-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--espresso);
    margin-right: 4px;
}
.tag-pill {
    display: inline-flex;
    padding: 6px 16px;
    font-size: 11px;
    font-weight: 600;
    color: var(--gold-dark);
    border: 2px solid var(--border-gold);
    border-radius: 25px;
    text-decoration: none;
    transition: all var(--transition-medium);
}
.tag-pill:hover {
    background: var(--gold-gradient);
    color: var(--white);
    border-color: transparent;
    text-decoration: none;
    box-shadow: var(--shadow-gold);
}

/* Share Section */
.article-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.share-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--espresso);
}
.share-buttons {
    display: flex;
    gap: 8px;
}
.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    color: var(--white);
    text-decoration: none;
    transition: all var(--transition-medium);
    border: 2px solid transparent;
}
.share-btn:hover {
    transform: translateY(-3px);
    text-decoration: none;
    box-shadow: var(--shadow-gold-lg);
}
.share-fb { background: #1877F2; }
.share-tw { background: #1DA1F2; }
.share-wa { background: #25D366; }
.share-pin { background: #E60023; }
.share-fb:hover { background: #0c63d4; color: var(--white); }
.share-tw:hover { background: #0d8ecf; color: var(--white); }
.share-wa:hover { background: #1da851; color: var(--white); }
.share-pin:hover { background: #bf001c; color: var(--white); }

/* Sidebar */
.blog-sidebar { position: sticky; top: 120px; }
.sidebar-widget {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    padding: 28px;
    margin-bottom: 28px;
    transition: all var(--transition-medium);
}
.sidebar-widget:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
}
.sidebar-title {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sidebar-title i { color: var(--gold); font-size: 16px; }

/* Sidebar Search */
.sidebar-search-group {
    display: flex;
    border: 2px solid var(--border-gold);
    overflow: hidden;
    transition: border-color var(--transition-fast);
}
.sidebar-search-group:focus-within {
    border-color: var(--gold);
}
.sidebar-search-input {
    flex: 1;
    border: none;
    padding: 12px 16px;
    font-size: 13px;
    background: var(--white);
    color: var(--espresso);
    outline: none;
}
.sidebar-search-input::placeholder { color: var(--text-muted); }
.sidebar-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    background: var(--gold-gradient);
    color: var(--white);
    border: none;
    cursor: pointer;
    transition: all var(--transition-fast);
    font-size: 14px;
}
.sidebar-search-btn:hover {
    opacity: 0.85;
}

/* Related Posts Sidebar */
.related-posts-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.related-post-item {
    display: flex;
    gap: 14px;
    text-decoration: none;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-subtle);
    transition: all var(--transition-fast);
}
.related-post-item:last-child { border-bottom: none; padding-bottom: 0; }
.related-post-item:hover { text-decoration: none; }
.related-post-img {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    border: 2px solid var(--border-gold);
    transition: all var(--transition-medium);
}
.related-post-item:hover .related-post-img {
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
}
.related-post-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cream);
    color: var(--gold);
    font-size: 20px;
}
.related-post-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}
.related-post-title {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    color: var(--espresso);
    line-height: 1.3;
    transition: color var(--transition-fast);
    margin: 0;
}
.related-post-item:hover .related-post-title {
    background: var(--gold-gradient-shine);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.related-post-date {
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}
.related-post-date i { color: var(--gold); font-size: 10px; }

/* Bottom Related Posts */
.related-posts-bottom {
    margin-top: 48px;
    padding-top: 36px;
    border-top: 2px solid var(--border-gold);
}
.related-posts-bottom-title {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 24px;
    text-align: center;
}
.related-post-card {
    display: block;
    text-decoration: none;
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    overflow: hidden;
    transition: all var(--transition-medium);
    height: 100%;
}
.related-post-card:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
    text-decoration: none;
    transform: translateY(-4px);
}
.related-post-card-img {
    height: 140px;
    overflow: hidden;
}
.related-post-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}
.related-post-card:hover .related-post-card-img img {
    transform: scale(1.08);
}
.related-post-card-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    background: var(--cream);
    color: var(--gold);
    font-size: 28px;
}
.related-post-card-body {
    padding: 14px 16px;
}
.related-post-card-body h4 {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    color: var(--espresso);
    margin: 0 0 6px;
    line-height: 1.3;
    transition: color var(--transition-fast);
}
.related-post-card:hover .related-post-card-body h4 {
    background: var(--gold-gradient-shine);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.related-post-card-date {
    font-size: 10px;
    color: var(--text-muted);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.related-post-card-date i { color: var(--gold); font-size: 9px; }

/* ===== PRODUCT DETAIL PAGE ===== */
.product-detail-section { background: var(--ivory-light); padding-top: 30px; }
.product-gallery { position: relative; }
.main-image-wrapper {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    overflow: hidden;
    box-shadow: var(--shadow-soft-lg);
    position: relative;
    transition: all var(--transition-medium);
}
.main-image-wrapper:hover {
    box-shadow: var(--shadow-gold-lg);
    border-color: var(--gold);
}
.main-product-image { width: 100%; height: 550px; object-fit: cover; transition: transform var(--transition-slow); }
.main-image-wrapper:hover .main-product-image { transform: scale(1.03); }
.no-image-lg { height: 550px; display: flex; align-items: center; justify-content: center; background: var(--cream); font-size: 72px; color: var(--gold); }
.thumbnails-row { display: flex; gap: 12px; margin-top: 16px; }
.thumb-item {
    width: 88px; height: 88px;
    border: 2px solid var(--border-gold);
    cursor: pointer; overflow: hidden;
    transition: all var(--transition-fast);
    border-radius: 4px;
}
.thumb-item:hover, .thumb-item.active { border-color: var(--gold); box-shadow: var(--shadow-gold); }
.thumb-item img { width: 100%; height: 100%; object-fit: cover; }
.product-badge-discount {
    position: absolute; top: 16px; left: 16px; z-index: 2;
    background: var(--gold-gradient);
    color: var(--white);
    padding: 8px 18px;
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.08em;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(201,169,110,0.3);
}
.product-badge-handwoven {
    position: absolute; top: 16px; right: 16px; z-index: 2;
    background: rgba(26,15,10,0.7);
    backdrop-filter: blur(8px);
    color: var(--gold);
    padding: 8px 16px;
    font-size: 10px; font-weight: 600;
    letter-spacing: 0.15em;
    border: 1px solid var(--border-gold);
    border-radius: 25px;
}
.product-info-main { padding: 24px 40px; }
.product-info-main .product-category {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11px; letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-dark);
    font-weight: 600;
    margin-bottom: 12px;
    padding: 6px 16px;
    border: 1px solid var(--border-gold);
    background: rgba(201,169,110,0.06);
}
.product-info-main .product-name {
    font-family: var(--font-heading);
    font-size: 38px; font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    line-height: 1.15;
    color: var(--espresso);
}
.product-info-main .product-rating-row {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-subtle);
}
.product-info-main .product-rating-row .stars i { color: var(--gold); font-size: 14px; }
.product-info-main .product-rating-row .rating-value { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: var(--gold-dark); }
.product-info-main .product-rating-row .rating-text { font-size: 13px; color: var(--text-muted); }
.product-info-main .pricing-block {
    display: flex; align-items: baseline; gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-subtle);
}
.product-info-main .current-price {
    font-family: var(--font-heading);
    font-size: 36px; font-weight: 700;
    background: var(--gold-gradient-shine);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShimmer 4s linear infinite;
}
.product-info-main .old-price { font-size: 18px; color: var(--text-muted); text-decoration: line-through; font-weight: 500; }
.product-info-main .save-badge {
    background: rgba(39,174,96,0.1);
    color: var(--success);
    padding: 4px 12px;
    font-size: 11px; font-weight: 700;
    border-radius: 25px;
    border: 1px solid rgba(39,174,96,0.2);
}
.product-info-main .product-short-desc {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: 400;
}
.product-info-main .product-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 24px;
    padding: 16px 20px;
    background: var(--cream-elevated);
    border: 1px solid var(--border-subtle);
}
.product-info-main .spec-item {}
.product-info-main .spec-label { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
.product-info-main .spec-value { font-size: 14px; font-weight: 600; color: var(--text-primary); }
.product-info-main .spec-value .stock-in-stock { color: var(--success); }
.product-info-main .spec-value .stock-out-of-stock { color: var(--danger); }
.product-info-main .spec-value .stock-low-stock { color: var(--warning); }
.pricing-block { margin-bottom: 24px; }
.qty-selector { display: inline-flex; align-items: center; border: 1px solid var(--border-gold); border-radius: 25px; overflow: hidden; }
.qty-btn {
    width: 44px; height: 44px;
    background: var(--cream-card);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 16px; font-weight: 600;
    transition: all var(--transition-fast);
    border: none; color: var(--text-primary);
}
.qty-btn:hover { background: var(--gold); color: var(--white); }
.qty-input {
    width: 56px; height: 44px;
    border: none; border-left: 1px solid var(--border-gold); border-right: 1px solid var(--border-gold);
    text-align: center; font-size: 16px; font-weight: 600;
    background: transparent; color: var(--text-primary);
}
.qty-input:focus { outline: none; }
.purchase-section { margin-bottom: 24px; }
.purchase-section .qty-row { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.purchase-section .qty-label { font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-secondary); font-weight: 600; }
.purchase-section .stock-warning { font-size: 12px; color: var(--warning); font-weight: 600; }
.purchase-buttons { display: flex; gap: 12px; margin-bottom: 12px; }
.btn-buy-now-main {
    flex: 1;
    padding: 16px 32px;
    background: var(--gold-gradient);
    color: var(--white);
    border: none;
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 25px;
    transition: all var(--transition-medium);
    text-decoration: none;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    box-shadow: 0 4px 20px rgba(201,169,110,0.3);
}
.btn-buy-now-main:hover { background: linear-gradient(135deg, #D4AF37 0%, #B8963E 100%); color: var(--white); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(201,169,110,0.4); }
.btn-add-cart-main {
    flex: 1;
    padding: 16px 32px;
    background: transparent;
    color: var(--gold-dark);
    border: 2px solid var(--gold);
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 25px;
    transition: all var(--transition-medium);
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    cursor: pointer;
}
.btn-add-cart-main:hover { background: var(--gold-gradient); color: var(--white); border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(201,169,110,0.3); }
.login-prompt-card {
    text-align: center;
    padding: 40px;
    background: var(--cream-elevated);
    border: 1px solid var(--border-gold);
    margin-top: 24px;
}
.login-prompt-card p { font-size: 14px; color: var(--text-secondary); }
.login-prompt-card a { color: var(--gold-dark); font-weight: 700; }
.review-form-card {
    background: var(--cream-card);
    border: 1px solid var(--border-gold);
    padding: 32px;
    margin-top: 24px;
}
.review-form-card h5 { margin-bottom: 20px; }
.review-form-card h5 .highlight {
    background: var(--gold-gradient-shine);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.big-rating {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    color: var(--gold-dark);
}
.rating-subtitle { font-size: 13px; color: var(--text-muted); font-weight: 500; }
.shipping-info-list { list-style: none; padding: 0; }
.shipping-info-list li {
    font-size: 13px; color: var(--text-secondary);
    padding: 8px 0; display: flex; align-items: center; gap: 10px;
    font-weight: 500;
}
.shipping-info-list li i { color: var(--gold); font-size: 12px; }

/* Sticky Purchase Bar */
.sticky-purchase-bar {
    position: fixed; bottom: 0; left: 0; right: 0;
    background: var(--cream-card);
    border-top: 2px solid var(--border-gold);
    padding: 16px 0; z-index: 100; display: none;
    box-shadow: 0 -8px 30px rgba(26,15,10,0.08);
}
.sticky-purchase-bar.visible { display: block; }
.sticky-inner { display: flex; align-items: center; gap: 24px; }
.sticky-thumb { width: 64px; height: 64px; border: 1px solid var(--border-gold); overflow: hidden; flex-shrink: 0; }
.sticky-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sticky-info { flex: 1; }
.sticky-name { font-size: 16px; font-weight: 700; font-family: var(--font-heading); }
.sticky-price { font-family: var(--font-heading); font-size: 22px; color: var(--gold-dark); font-weight: 700; }
.sticky-actions { display: flex; gap: 12px; }

.urgency-timer { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--danger); margin-bottom: 18px; font-weight: 600; }
.social-proof-bar { margin-bottom: 24px; }
.social-proof-bar .proof-item {
    font-size: 13px;
    color: var(--text-secondary);
    font-weight: 500;
    padding: 8px 18px;
    background: rgba(201, 169, 110, 0.06);
    border: 1px solid var(--border-gold);
}
.social-proof-bar .proof-item i { color: var(--gold); margin-right: 6px; }
.social-proof-bar .proof-item.urgent {
    background: rgba(192, 57, 43, 0.06);
    border-color: rgba(192, 57, 43, 0.2);
    animation: pulseUrgent 2s infinite;
}
@keyframes pulseUrgent {
    0%, 100% { box-shadow: 0 0 0 0 rgba(192,57,43,0.1); }
    50% { box-shadow: 0 0 0 8px rgba(192,57,43,0); }
}
.social-proof-bar .proof-item.low-stock {
    background: rgba(243, 156, 18, 0.06);
    border-color: rgba(243, 156, 18, 0.2);
}
.trust-micro { display: flex; flex-wrap: wrap; gap: 16px; }
.trust-micro .trust-micro-item {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 16px;
    font-size: 11px;
    color: var(--text-secondary);
    font-weight: 500;
    background: var(--cream-elevated);
    border: 1px solid var(--border-subtle);
    transition: all var(--transition-fast);
}
.trust-micro .trust-micro-item:hover {
    border-color: var(--border-gold);
    background: var(--cream-card);
}
.trust-micro .trust-micro-item i {
    color: var(--gold);
    font-size: 12px;
}
.satisfaction-badge {
    padding: 14px 24px;
    background: var(--cream-elevated);
    border: 1px solid var(--border-gold);
    font-size: 13px;
    color: var(--text-primary);
}
.satisfaction-badge i {
    color: var(--gold);
    font-size: 16px;
    margin-right: 6px;
}

.product-tabs-card {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    box-shadow: var(--shadow-soft);
}
.product-tabs-card .card-header { background: transparent; border-bottom: 1px solid var(--border-gold); padding: 0; }
.product-tabs-card .nav-tabs { border: none; }
.product-tabs-card .nav-tabs .nav-link {
    border: none; border-radius: 0;
    padding: 18px 32px;
    font-size: 12px; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--text-muted);
    font-weight: 600;
}
.product-tabs-card .nav-tabs .nav-link.active {
    color: var(--gold-dark); font-weight: 700;
    border-bottom: 3px solid var(--gold);
    background: transparent;
}
.product-description { font-size: 15px; color: var(--text-secondary); line-height: 1.8; }
.review-card { padding: 24px 0; border-bottom: 1px solid var(--border-subtle); }
.review-header { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.review-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--gold-gradient); color: var(--white);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-heading); font-size: 18px; font-weight: 700;
}
.review-body p { font-size: 14px; color: var(--text-secondary); }
.review-summary-box { text-align: center; padding: 36px; background: var(--cream-elevated); border: 1px solid var(--border-gold); }
.rating-distribution { margin-top: 24px; }
.rating-bar-row { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.rating-bar-row .star-label { font-size: 13px; color: var(--text-muted); min-width: 44px; font-weight: 500; }
.rating-bar-row .rating-progress { flex: 1; height: 8px; background: var(--cream); border-radius: 0; position: relative; overflow: hidden; }
.rating-bar-row .progress-fill {
    height: 100%;
    background: var(--gold-gradient);
    border-radius: 0;
    transition: width 0.6s var(--ease-luxury);
}
.rating-bar-row .rating-count { font-size: 12px; color: var(--text-muted); min-width: 24px; text-align: right; font-weight: 500; }
.verified-badge { font-size: 11px; color: var(--success); font-weight: 600; }

/* ===== FORMS ===== */
.form-control {
    background: var(--cream-elevated);
    border: 1px solid var(--border-gold);
    color: var(--text-primary);
    padding: 14px 18px;
    font-size: 14px;
    transition: border-color var(--transition-fast);
    border-radius: 0;
}
.form-control:focus {
    background: var(--cream-elevated);
    border-color: var(--gold);
    color: var(--text-primary);
    box-shadow: 0 0 0 3px var(--gold-glow);
}
.form-control::placeholder { color: var(--text-muted); font-weight: 400; }
.form-control-lg { padding: 16px 24px; font-size: 15px; }
.form-select {
    background: var(--cream-elevated);
    border: 1px solid var(--border-gold);
    color: var(--text-primary);
    border-radius: 0; font-size: 13px;
    padding: 12px 36px 12px 16px;
    font-weight: 500;
}
.form-select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-glow); }
.form-check-input { background-color: var(--cream-card); border-color: var(--gold); }
.form-check-input:checked { background-color: var(--gold); border-color: var(--gold); }
.form-label { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-secondary); font-weight: 600; }

/* ===== FOOTER ===== */
.main-footer {
    background: var(--cream);
    border-top: 2px solid var(--border-gold);
    padding-top: 80px;
}
.footer-widget h5 {
    font-family: var(--font-heading);
    font-size: 18px; font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 28px;
    position: relative;
    padding-bottom: 16px;
}
.footer-widget h5::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 48px; height: 2px;
    background: var(--gold-gradient);
}
.footer-desc {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 28px;
}
.footer-contact-item {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 14px;
    font-size: 14px;
    color: var(--text-secondary);
    font-weight: 500;
}
.footer-contact-item i { color: var(--gold); font-size: 14px; width: 18px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a {
    font-size: 14px;
    color: var(--text-secondary);
    transition: color var(--transition-fast);
    text-decoration: none;
    font-weight: 500;
}
.footer-links a:hover { color: var(--gold-dark); font-weight: 700; }
.social-links { display: flex; gap: 14px; margin-bottom: 28px; }
.social-links .social-link {
    width: 44px; height: 44px;
    border: 2px solid var(--border-gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold-dark); font-size: 16px;
    transition: all var(--transition-medium);
    text-decoration: none;
    background: var(--cream-card);
}
.social-links .social-link:hover {
    background: var(--gold-gradient);
    color: var(--white);
    border-color: var(--gold);
    transform: translateY(-4px);
    box-shadow: var(--shadow-gold);
}
.payment-methods { margin-top: 28px; }
.payment-methods h5 { font-size: 14px; margin-bottom: 14px; }
.payment-icons { display: flex; gap: 10px; flex-wrap: wrap; }
.payment-icon {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 12px;
    border: 1px solid var(--border-gold);
    font-size: 11px; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--text-secondary);
    font-weight: 500;
}
.footer-bottom {
    border-top: 2px solid var(--border-gold);
    padding: 28px 0;
    margin-top: 60px;
}
.footer-bottom .copyright { font-size: 13px; color: var(--text-muted); margin: 0; font-weight: 500; }
.footer-bottom-links { display: flex; gap: 24px; justify-content: flex-end; }
.footer-bottom-links a {
    font-size: 12px; letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    transition: color var(--transition-fast);
    text-decoration: none;
    font-weight: 600;
}
.footer-bottom-links a:hover { color: var(--gold-dark); }

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    position: fixed; bottom: 30px; right: 30px;
    width: 64px; height: 64px;
    background: var(--gold-gradient); color: var(--white);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 30px; z-index: 999;
    box-shadow: 0 8px 40px rgba(201,169,110,0.35);
    transition: all var(--transition-medium);
    text-decoration: none;
}
.whatsapp-float:hover {
    transform: scale(1.1) translateY(-6px);
    color: var(--white); text-decoration: none;
    box-shadow: 0 12px 48px rgba(201,169,110,0.45);
}
.whatsapp-tooltip {
    position: absolute; right: 76px;
    background: var(--cream-card); color: var(--espresso);
    padding: 10px 18px;
    font-size: 12px; letter-spacing: 0.12em;
    text-transform: uppercase; white-space: nowrap;
    border: 1px solid var(--border-gold);
    opacity: 0; pointer-events: none;
    transition: opacity var(--transition-fast);
    box-shadow: var(--shadow-soft);
    font-weight: 600;
}
.whatsapp-float:hover .whatsapp-tooltip { opacity: 1; }

/* ===== BACK TO TOP ===== */
.back-to-top {
    position: fixed; bottom: 30px; right: 106px;
    width: 48px; height: 48px;
    border: 2px solid var(--gold);
    background: var(--cream-card); color: var(--gold-dark);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: all var(--transition-medium);
    z-index: 998;
    box-shadow: var(--shadow-soft);
}
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--gold-gradient); color: var(--white); transform: translateY(-4px); box-shadow: var(--shadow-gold); }

/* ===== MODALS ===== */
.modal-content { background: var(--cream-card); border: 1px solid var(--border-gold); border-radius: 0; }
.modal-header { border-bottom: 1px solid var(--border-gold); padding: 24px 32px; }
.modal-title {
    font-family: var(--font-heading);
    font-size: 20px; font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--espresso);
}
.modal-body { padding: 32px; }
.modal-footer { border-top: 1px solid var(--border-gold); padding: 24px 32px; }
.btn-close { filter: none; opacity: 0.5; }

/* ===== SCROLL PROGRESS ===== */
.scroll-progress-bar {
    position: fixed; top: 0; left: 0;
    height: 3px;
    background: var(--gold-gradient);
    z-index: 9999;
    transition: width 0.1s;
}

/* ===== CURSOR FOLLOWER ===== */
.cursor-follower {
    width: 24px; height: 24px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9998;
    transition: transform 0.15s ease-out, opacity 0.15s;
    opacity: 0;
    transform: translate(-50%, -50%);
}

/* ===== OWL CAROUSEL ===== */
.owl-carousel .owl-nav button {
    color: var(--gold-dark) !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    background: var(--cream-card) !important;
    width: 48px !important;
    height: 48px !important;
    border: 2px solid var(--border-gold) !important;
    transition: all var(--transition-medium) !important;
}
.owl-carousel .owl-nav button:hover {
    background: var(--gold-gradient) !important;
    color: var(--white) !important;
    border-color: var(--gold) !important;
    transform: scale(1.1) !important;
    box-shadow: var(--shadow-gold) !important;
}
.owl-carousel .owl-dots .owl-dot span {
    background: var(--border-gold) !important;
    width: 12px !important;
    height: 12px !important;
    transition: all var(--transition-fast) !important;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--gold) !important;
    width: 32px !important;
    border-radius: 6px !important;
}

/* Product carousel card hover 3D lift */
.product-carousel .owl-item {
    perspective: 1200px;
    transform-style: preserve-3d;
    transition: all var(--transition-medium);
}
.product-carousel .owl-item:hover {
    z-index: 10;
}
.product-carousel .owl-item .luxury-product-card {
    transition: all var(--transition-medium);
}
.product-carousel .owl-item:not(.center) .luxury-product-card {
    opacity: 0.85;
    transform: scale(0.97);
}
.product-carousel .owl-item.center .luxury-product-card {
    transform: scale(1.02);
    box-shadow: var(--shadow-gold-xl);
    border-color: var(--gold);
}
.product-carousel .owl-item:hover .luxury-product-card {
    transform: translateY(-16px) rotateX(4deg);
    box-shadow: var(--shadow-gold-xl);
}

/* Testimonial carousel cards */
.testimonial-carousel .owl-item {
    transition: all var(--transition-medium);
}
.testimonial-carousel .owl-item:not(.center) {
    opacity: 0.7;
    transform: scale(0.95);
}
.testimonial-carousel .owl-item.center {
    transform: scale(1.02);
}

/* Hero carousel fade */
.luxury-hero-carousel {
    height: 100%;
}
.luxury-hero-carousel .owl-stage-outer,
.luxury-hero-carousel .owl-stage,
.luxury-hero-carousel .owl-item {
    height: 100%;
}
.luxury-hero-carousel .owl-dots {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.luxury-hero-carousel .owl-dots .owl-dot span {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid var(--gold) !important;
    background: transparent !important;
}
.luxury-hero-carousel .owl-dots .owl-dot.active span {
    background: var(--gold) !important;
    width: 40px !important;
    border-radius: 7px !important;
}

/* ===== CART ===== */
.cart-section { background: var(--ivory-light); }
.cart-quantity { display: flex; align-items: center; }
.cart-quantity .qty-btn {
    width: 36px; height: 36px;
    border: 1px solid var(--border-gold);
    background: var(--cream-card);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 16px; font-weight: 600;
    transition: all var(--transition-fast);
    color: var(--text-primary);
    line-height: 1;
}
.cart-quantity .qty-btn:hover { background: var(--gold-gradient); color: var(--white); border-color: var(--gold); }
.cart-quantity .qty-input {
    width: 48px; height: 36px;
    border: 1px solid var(--border-gold);
    border-left: none; border-right: none;
    text-align: center; font-size: 14px; font-weight: 600;
    background: transparent; color: var(--text-primary);
}
.cart-quantity .qty-input:focus { outline: none; }
.cart-item {
    display: flex; align-items: center; gap: 24px;
    padding: 24px;
    background: var(--cream-card);
    border: 1px solid var(--border-gold);
    margin-bottom: 4px;
    transition: all var(--transition-fast);
}
.cart-item:hover { border-color: var(--gold); box-shadow: var(--shadow-soft); }
.cart-item-image { width: 110px; height: 110px; border: 1px solid var(--border-gold); overflow: hidden; flex-shrink: 0; }
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info { flex: 1; }
.cart-item-name { font-family: var(--font-heading); font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.cart-item-weight { font-size: 12px; color: var(--text-muted); font-weight: 500; }
.cart-item-price { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: var(--gold-dark); }
.cart-item-total { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: var(--gold-dark); }
.cart-summary { background: var(--cream-card); border: 2px solid var(--border-gold); padding: 36px; box-shadow: var(--shadow-soft); }
.empty-cart { text-align: center; padding: 80px; }
.empty-icon { font-size: 72px; color: var(--text-muted); margin-bottom: 24px; }

/* ===== CHECKOUT ===== */
.checkout-section { background: var(--ivory-light); }
.checkout-summary { background: var(--cream-card); border: 2px solid var(--border-gold); padding: 36px; box-shadow: var(--shadow-soft); }
.summary-item { display: flex; justify-content: space-between; margin-bottom: 14px; font-size: 14px; font-weight: 500; }
.summary-total {
    display: flex; justify-content: space-between;
    font-family: var(--font-heading);
    font-size: 22px; font-weight: 700;
    padding-top: 18px;
    border-top: 2px solid var(--border-gold);
}

/* ===== AUTH ===== */
.auth-section { background: var(--ivory-light); min-height: 100vh; display: flex; align-items: center; }
.auth-card {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    padding: 56px;
    max-width: 480px;
    margin: 0 auto;
    box-shadow: var(--shadow-soft-lg);
}
.auth-header { text-align: center; margin-bottom: 44px; }
.auth-header h2 {
    font-family: var(--font-heading);
    font-size: 32px; font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.auth-header p { font-size: 14px; color: var(--text-secondary); }
.auth-divider { text-align: center; position: relative; margin: 36px 0; }
.auth-divider::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: var(--border-gold); }
.auth-divider span { position: relative; z-index: 1; background: var(--cream-card); padding: 0 20px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
.auth-footer { text-align: center; margin-top: 36px; font-size: 14px; color: var(--text-secondary); }
.auth-icon-lg { font-size: 56px; color: var(--gold); margin-bottom: 24px; }

/* ===== DASHBOARD ===== */
.dashboard-section { background: var(--ivory-light); min-height: 80vh; }
.dashboard-sidebar {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    padding: 28px;
    box-shadow: var(--shadow-soft);
}
.dashboard-sidebar .nav-link {
    font-size: 13px; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--text-secondary);
    padding: 14px 18px;
    border-bottom: 1px solid var(--border-subtle);
    border-radius: 0; font-weight: 500;
}
.dashboard-sidebar .nav-link:hover, .dashboard-sidebar .nav-link.active { color: var(--gold-dark); font-weight: 700; background: var(--cream-elevated); }
.dash-welcome-title { font-family: var(--font-heading); font-size: 32px; font-weight: 700; }
.stat-card {
    background: var(--cream-card);
    border: 2px solid var(--border-gold);
    padding: 28px; text-align: center;
    transition: all var(--transition-medium);
    box-shadow: var(--shadow-soft);
}
.stat-card:hover { border-color: var(--gold); box-shadow: var(--shadow-gold-xl); transform: translateY(-6px); }
.stat-icon { font-size: 32px; color: var(--gold); margin-bottom: 18px; }
.stat-number { font-family: var(--font-heading); font-size: 32px; font-weight: 700; color: var(--gold-dark); display: block; }
.stat-label { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-muted); margin-top: 6px; font-weight: 600; }
.order-card { background: var(--cream-card); border: 1px solid var(--border-gold); padding: 24px; margin-bottom: 4px; transition: all var(--transition-fast); }
.order-card:hover { border-color: var(--gold); }
.order-ref { font-family: var(--font-heading); font-size: 18px; font-weight: 700; }

/* ===== TRACKING ===== */
.tracking-timeline { position: relative; padding: 36px 0; }
.tracking-step { display: flex; align-items: flex-start; gap: 24px; padding: 24px 0; position: relative; }
.tracking-step::before { content: ''; position: absolute; left: 18px; top: 56px; height: calc(100% - 48px); width: 2px; background: var(--border-gold); }
.tracking-step:last-child::before { display: none; }
.tracking-step .step-icon {
    width: 38px; height: 38px;
    border: 2px solid var(--border-gold); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; color: var(--gold);
    background: var(--cream-card); z-index: 1; flex-shrink: 0;
}
.tracking-step.completed .step-icon { background: var(--gold-gradient); color: var(--white); border-color: var(--gold); box-shadow: var(--shadow-gold); }
.tracking-step .step-content h6 { font-family: var(--font-heading); font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.tracking-step .step-content p { font-size: 13px; color: var(--text-muted); margin: 0; }

/* ===== ERROR ===== */
.error-section { text-align: center; padding: 80px 0; }
.error-code { font-family: var(--font-heading); font-size: 140px; font-weight: 700; background: var(--gold-gradient-shine); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 24px; }
.error-title { font-family: var(--font-heading); font-size: 36px; font-weight: 700; margin-bottom: 16px; }
.error-message { font-size: 15px; color: var(--text-secondary); margin-bottom: 36px; }

/* ===== TOAST ===== */
.toast-custom {
    position: fixed; bottom: 30px; left: 50%;
    transform: translateX(-50%);
    background: var(--cream-card);
    border: 2px solid var(--gold);
    color: var(--text-primary);
    padding: 16px 36px;
    font-size: 14px;
    z-index: 10000;
    display: flex; align-items: center; gap: 12px;
    box-shadow: var(--shadow-gold-xl);
    font-weight: 500;
}
.toast-custom i { color: var(--gold); font-size: 18px; }
.toast-container { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 10000; }

/* ===== SPINNER ===== */
.spinner-luxury { width: 40px; height: 40px; border: 3px solid var(--border-gold); border-top-color: var(--gold); border-radius: 50%; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ===== UTILITY ===== */
.text-gold { background: var(--gold-gradient-shine); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-white { color: var(--white) !important; }
.text-white-50 { color: rgba(255,255,255,0.5) !important; }
.text-muted { color: var(--text-muted) !important; }
.text-primary { color: var(--text-primary) !important; }
.text-secondary { color: var(--text-secondary) !important; }
.text-success { color: var(--green) !important; }
.text-danger { color: var(--danger) !important; }
.text-warning { color: var(--warning) !important; }
.text-info { color: var(--info) !important; }
.text-dark { color: var(--text-dark) !important; }
.text-green { color: var(--green) !important; }

.bg-cream { background: var(--cream) !important; }
.bg-cream-card { background: var(--cream-card) !important; }
.bg-white { background: var(--white) !important; }
.bg-light { background: var(--cream-elevated) !important; }
.bg-dark { background: var(--espresso) !important; }
.bg-success { background: var(--gold-gradient) !important; }
.bg-danger { background: var(--danger) !important; }
.bg-warning { background: var(--warning) !important; }
.bg-info { background: var(--info) !important; }
.bg-primary { background: var(--gold-gradient) !important; }
.border-gold { border-color: var(--border-gold) !important; }
.font-heading { font-family: var(--font-heading) !important; }
.font-display { font-family: var(--font-display) !important; }
.letter-spacing-wide { letter-spacing: 0.2em !important; }
.letter-spacing-wider { letter-spacing: 0.3em !important; }
.text-uppercase-luxury { text-transform: uppercase; letter-spacing: 0.15em; font-size: 11px; font-weight: 600; }
.badge { border-radius: 0; font-weight: 700; font-size: 10px; padding: 5px 12px; letter-spacing: 0.12em; }
.badge.bg-success { background: var(--gold-gradient) !important; color: var(--white); }
.alert { border-radius: 0; border: 1px solid var(--border-gold); font-size: 14px; }

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes scaleIn { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }
@keyframes goldShimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
}
.gold-shimmer {
    background: var(--gold-gradient-shine);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: goldShimmer 4s linear infinite;
}

.luxury-reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s var(--ease-luxury); }
.luxury-reveal.revealed { opacity: 1; transform: translateY(0); }

/* 3D Effects */
@keyframes cardFloat { 0%, 100% { transform: translateY(0) rotateX(0); } 50% { transform: translateY(-10px) rotateX(2deg); } }
.card-3d-float { animation: cardFloat 4s var(--ease-luxury) infinite; }
.perspective-3d { perspective: 1200px; }
.tilt-3d { transition: all var(--transition-medium); transform-style: preserve-3d; }
.tilt-3d:hover { transform: rotateY(-6deg) rotateX(4deg) translateZ(15px); box-shadow: var(--shadow-3d-hover); }
.tilt-3d-right:hover { transform: rotateY(6deg) rotateX(4deg) translateZ(15px); }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.float-animation { animation: float 3s var(--ease-luxury) infinite; }
@keyframes floatSlow { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.float-slow { animation: floatSlow 5s var(--ease-luxury) infinite; }
@keyframes glowPulse { 0%, 100% { box-shadow: 0 0 10px rgba(201,169,110,0.1); } 50% { box-shadow: 0 0 30px rgba(201,169,110,0.3); } }
.glow-pulse { animation: glowPulse 3s var(--ease-luxury) infinite; }

.entrance-3d-left { opacity: 0; transform: perspective(800px) rotateY(15deg) translateX(-40px); transition: all 0.8s var(--ease-luxury); }
.entrance-3d-left.revealed { opacity: 1; transform: perspective(800px) rotateY(0) translateX(0); }
.entrance-3d-right { opacity: 0; transform: perspective(800px) rotateY(-15deg) translateX(40px); transition: all 0.8s var(--ease-luxury); }
.entrance-3d-right.revealed { opacity: 1; transform: perspective(800px) rotateY(0) translateX(0); }
.entrance-3d-up { opacity: 0; transform: perspective(800px) rotateX(10deg) translateY(40px); transition: all 0.8s var(--ease-luxury); }
.entrance-3d-up.revealed { opacity: 1; transform: perspective(800px) rotateX(0) translateY(0); }
.entrance-3d-scale { opacity: 0; transform: perspective(800px) scale(0.9); transition: all 0.8s var(--ease-luxury); }
.entrance-3d-scale.revealed { opacity: 1; transform: perspective(800px) scale(1); }

/* ===== TABLES ===== */
.table { font-size: 14px; }
.table thead th { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 700; color: var(--text-muted); border-bottom: 2px solid var(--border-gold); background: var(--cream); }
.table td { border-color: var(--border-subtle); vertical-align: middle; }
.table-hover tbody tr:hover { background: var(--cream-elevated); }

/* ===== PAGINATION ===== */
.pagination { gap: 6px; }
.page-item .page-link { border: 1px solid var(--border-gold); color: var(--text-secondary); font-size: 13px; padding: 10px 16px; border-radius: 0; background: var(--cream-card); transition: all var(--transition-fast); font-weight: 500; }
.page-item.active .page-link { background: var(--gold-gradient); border-color: var(--gold); color: var(--white); font-weight: 700; }
.page-item .page-link:hover { background: var(--cream); color: var(--gold-dark); }

/* ===== RESPONSIVE ===== */
/* ===== RESPONSIVE ===== */
/* 1200px — Large Desktop */
@media (max-width: 1200px) {
    .hero-headline { font-size: clamp(46px, 6vw, 76px); }
    .luxury-features-grid { grid-template-columns: repeat(3, 1fr); }
    .about-hero { padding: 100px 0 70px; }
    .about-hero-title { font-size: clamp(44px, 5.5vw, 72px); }
    .category-sidebar { position: static; }
    .contact-cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
/* 991px — Tablet Landscape */
@media (max-width: 991px) {
    .main-header .navbar-collapse { background: var(--cream-card); border: 2px solid var(--border-gold); border-radius: 12px; padding: 20px; margin-top: 10px; box-shadow: var(--shadow-soft-lg); max-height: 80vh; overflow-y: auto; }
    .main-header .nav-link { padding: 12px 0 !important; font-size: 12px; border-bottom: 1px solid var(--border-subtle); }
    .main-header .nav-link:last-child { border-bottom: none; }
    .main-header .nav-link i { display: inline-flex; width: 20px; color: var(--gold); }
    .main-header .dropdown-menu { border: 1px solid var(--border-gold); border-radius: 8px; padding: 8px; background: var(--cream-elevated); }
    .main-header .dropdown-item { padding: 8px 12px; font-size: 12px; border-radius: 6px; }
    .luxury-hero { height: auto; min-height: 580px; }
    .luxury-hero-slide { height: auto !important; min-height: 580px; }
    .hero-content { height: auto !important; min-height: 580px; padding-top: 80px; padding-bottom: 40px; display: block !important; align-items: unset !important; }
    .hero-content .min-vh-100 { min-height: 580px !important; display: block !important; align-items: unset !important; }
    .hero-headline { font-size: clamp(36px, 5vw, 60px); }
    .hero-cta { flex-direction: column; }
    .section-padding { padding: 60px 0; }
    .luxury-section-header { margin-bottom: 56px; }
    .about-content { padding: 40px 20px; }
    .about-image-wrapper { padding-right: 0; margin-bottom: 40px; }
    .craftsmanship-visual { padding-right: 0; margin-bottom: 40px; }
    .collections-grid { grid-template-columns: repeat(2, 1fr); }
    .bridal-features-grid { grid-template-columns: repeat(2, 1fr); }
    .product-info-main { padding: 24px; }
    .footer-bottom-links { justify-content: center; margin-top: 20px; flex-wrap: wrap; }
    /* Unified about-hero for all pages */
    .about-hero { padding: 90px 0 60px; }
    .about-hero-title { font-size: clamp(40px, 5vw, 60px); }
    .about-hero-desc { font-size: 14px; }
    .about-hero-stats { gap: 32px; }
    .about-hero-stat-number { font-size: 28px; }
    .about-hero-stat-label { font-size: 10px; }
    .about-hero-label { font-size: 10px; padding: 6px 18px; }
    /* About page sections */
    .about-story-image-wrapper { padding-right: 0; margin-bottom: 40px; }
    .about-story-img { min-height: 360px; }
    .about-story-features { grid-template-columns: 1fr; }
    .about-stats-grid { gap: 24px; flex-wrap: wrap; }
    .about-stats-number { font-size: 32px; }
    .about-stats-divider { display: none; }
    .about-timeline-grid::before { left: 28px; }
    .about-timeline-year { width: 58px; height: 58px; font-size: 13px; }
    .about-value-card { padding: 36px 24px; }
    .about-cta-inner { padding: 40px 28px; }
    /* Blog */
    .blog-featured-content { padding: 36px 28px; }
    .blog-featured-image { min-height: 320px; }
    .blog-cat-pill { padding: 6px 14px; font-size: 10px; }
    /* Products & Category */
    .products-toolbar,
    .category-toolbar { flex-direction: column; align-items: stretch; gap: 12px; }
    .toolbar-info { justify-content: center; }
    .sort-select { width: 100%; min-width: auto; }
    .category-sidebar { margin-bottom: 32px; }
    /* Support */
    .support-form-card { padding: 32px 24px; }
    .support-sidebar-body { padding: 12px 16px; }
    .ticket-detail-header { padding: 20px 20px; }
    .ticket-detail-body { padding: 16px 20px; }
    .ticket-msg { padding: 14px; }
    .ticket-msg-admin { margin-left: 10px; }
    /* Contact */
    .contact-form-wrapper { padding: 36px 28px; }
    .contact-card { padding: 24px 20px; }
    .contact-cards-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
/* 768px — Tablet Portrait */
@media (max-width: 768px) {
    .luxury-hero { height: auto; min-height: 500px; }
    .luxury-hero-slide { height: auto !important; min-height: 500px; }
    .hero-content { height: auto !important; min-height: 500px; padding-top: 60px; padding-bottom: 40px; display: block !important; align-items: unset !important; }
    .hero-content .min-vh-100 { min-height: 500px !important; display: block !important; align-items: unset !important; }
    .hero-overlay { background: linear-gradient(to top, rgba(26,15,10,0.60) 0%, rgba(26,15,10,0.25) 50%, rgba(26,15,10,0.10) 100%); }
    .hero-statistics { position: relative; bottom: auto; margin-top: 24px; }
    .hero-headline { font-size: clamp(28px, 7vw, 46px); }
    .hero-stats-grid { gap: 16px; padding: 16px 24px; flex-wrap: wrap; }
    .hero-stat-number { font-size: 22px; }
    .hero-stat-label { font-size: 9px; }
    .hero-label { font-size: 9px; padding: 6px 14px; }
    .section-padding { padding: 50px 0; }
    .section-headline { font-size: clamp(28px, 5vw, 36px); }
    .section-overline { font-size: 9px; padding: 6px 16px; }
    .about-content { padding: 30px 0; }
    .showcase-name { font-size: 20px; }
    .showcase-card-content { padding: 0 12%; }
    .collection-card { min-height: 260px; }
    .bridal-features-grid { grid-template-columns: repeat(2, 1fr); }
    .bridal-feature { padding: 32px 20px; }
    .testimonial-card { padding: 36px; }
    .product-card .product-image { height: 260px; }
    .luxury-product-image { height: 300px; }
    .product-info-main { padding: 0; }
    .main-product-image { height: 340px; }
    .product-gallery { margin-bottom: 36px; }
    .thumb-item { width: 64px; height: 64px; }
    .auth-card { padding: 36px 24px; }
    .cart-item { flex-direction: column; gap: 12px; width: 100%; }
    .checkout-summary { margin-top: 24px; }
    .payment-card-lg { min-height: 140px; padding: 18px 14px; }
    .sticky-purchase-bar { display: none !important; }
    .newsletter-inner { padding: 36px 24px; }
    .newsletter-btn { width: 100%; }
    .luxury-features-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .luxury-feature-item { padding: 16px 8px; }
    .luxury-feature-icon { width: 52px; height: 52px; font-size: 16px; margin-bottom: 12px; }
    .collection-number { font-size: 14px; }
    .collection-name { font-size: 22px; }
    .satisfaction-badge { padding: 10px 16px; font-size: 12px; }
    .trust-micro .trust-micro-item { padding: 6px 12px; font-size: 10px; }
    .social-proof-bar .proof-item { font-size: 11px; padding: 6px 12px; }
    .product-tabs-card .nav-tabs .nav-link { padding: 14px 16px; font-size: 10px; }
    /* Unified about-hero */
    .about-hero { padding: 80px 0 50px; margin-top: 50px; }
    .about-hero-title { font-size: clamp(32px, 7vw, 42px); }
    .about-hero-desc { font-size: 14px; margin-bottom: 28px; }
    .about-hero-label { font-size: 9px; padding: 6px 14px; }
    .about-hero-badge { margin-bottom: 16px; }
    .about-hero-stats { gap: 24px; }
    .about-hero-stat-number { font-size: 24px; }
    .about-hero-stat-label { font-size: 8px; }
    .about-hero-scroll { display: none; }
    /* About page */
    .about-story-img { min-height: 280px; }
    .about-story-badge { position: relative; bottom: 0; margin-top: -1px; justify-content: center; }
    .about-stats { padding: 50px 0; }
    .about-stats-number { font-size: 28px; }
    .about-stats-label { font-size: 8px; }
    .about-timeline-item { gap: 20px; }
    .about-timeline-year { width: 48px; height: 48px; font-size: 11px; }
    .about-timeline-content h6 { font-size: 16px; }
    .about-timeline-content p { font-size: 12px; }
    .about-cta { padding: 60px 0; }
    .about-cta-title { font-size: 26px; }
    .about-cta-buttons { flex-direction: column; align-items: center; }
    /* Blog */
    .blog-featured-image { min-height: 260px; }
    .blog-featured-content { padding: 28px 20px; }
    .blog-featured-title { font-size: 22px; }
    .blog-featured-meta { gap: 12px; flex-wrap: wrap; }
    .blog-card .blog-image { height: 220px; }
    .blog-card .blog-content { padding: 20px; }
    .blog-card .blog-content h4 { font-size: 18px; }
    .blog-card .blog-content p { font-size: 13px; }
    .blog-empty { padding: 48px 20px; }
    .blog-empty-icon { font-size: 48px; }
    .blog-empty h3 { font-size: 22px; }
    .blog-pagination { margin-top: 32px; }
    /* Products / Category */
    .products-toolbar,
    .category-toolbar { padding: 14px 16px; }
    .toolbar-count { font-size: 15px; }
    .sidebar-section { padding: 20px; }
    .sidebar-cat-link { padding: 10px 12px; }
    .page-btn { min-width: 36px; height: 36px; font-size: 11px; padding: 0 10px; }
    .products-empty,
    .category-empty { padding: 48px 20px; }
    .products-empty-icon,
    .category-empty-icon { font-size: 48px; }
    .products-empty h3,
    .category-empty h3 { font-size: 22px; }
    /* Support */
    .support-form-card { padding: 24px 16px; }
    .support-form-title { font-size: 22px; }
    .support-faq-title { font-size: 22px; }
    .faq-card { padding: 24px 20px; }
    .support-sidebar-header { padding: 16px 16px; }
    .support-sidebar-body { padding: 8px 12px; }
    .ticket-detail-header { padding: 16px; flex-direction: column; gap: 12px; }
    .ticket-detail-body { padding: 12px 16px; }
    .ticket-detail-subject { font-size: 17px; }
    .ticket-msg { padding: 12px; }
    .ticket-msg-admin { margin-left: 0; }
    .ticket-actions .btn-luxury-outline,
    .ticket-actions .btn-luxury-gold { min-width: 140px; }
    /* Contact */
    .contact-form-wrapper { padding: 28px 20px; }
    .contact-form-title { font-size: 24px; }
    .contact-cards-grid { grid-template-columns: 1fr; gap: 12px; }
    .contact-card-action { opacity: 1; transform: translateY(0); }
    .contact-map-header { padding: 18px 20px; flex-direction: column; text-align: center; }
    .contact-map-frame iframe { height: 280px; }
    /* Blog Detail */
    .article-title { font-size: 28px; }
    .article-meta-bar { gap: 12px; flex-wrap: wrap; }
    .article-meta-bar span { font-size: 11px; }
    .article-image-wrapper { margin-bottom: 24px; margin-left: -20px; margin-right: -20px; }
    .article-image { max-height: 320px; }
    .article-content-body { font-size: 15px; }
    .article-content-body h2 { font-size: 24px; }
    .article-content-body h3 { font-size: 20px; }
    .article-content-body blockquote { font-size: 16px; padding: 16px 20px; }
    .article-footer { margin-top: 32px; padding-top: 24px; }
    .article-share { flex-direction: column; align-items: flex-start; gap: 12px; }
    .share-btn { width: 36px; height: 36px; font-size: 13px; }
    .related-posts-bottom-title { font-size: 20px; }
    .related-post-card-img { height: 110px; }
    .related-post-card-body { padding: 10px 12px; }
    .related-post-card-body h4 { font-size: 13px; }
    .sidebar-widget { padding: 20px; }
    .sidebar-title { font-size: 16px; }
    .related-post-img { width: 60px; height: 60px; min-width: 60px; }
    .related-post-title { font-size: 13px; }
    /* Footer */
    .footer-bottom-links { justify-content: center; margin-top: 20px; flex-wrap: wrap; }
}
/* 576px — Mobile Large */
@media (max-width: 576px) {
    .luxury-hero { height: 100svh !important; min-height: 100svh !important; margin-top: 0 !important; }
    .luxury-hero-carousel { height: 100% !important; padding: 0 !important; margin: 0 !important; }
    .luxury-hero-carousel .owl-stage-outer,
    .luxury-hero-carousel .owl-stage,
    .luxury-hero-carousel .owl-item { height: 100% !important; padding: 0 !important; margin: 0 !important; }
    .luxury-hero-carousel .owl-stage { transform: none !important; }
    .luxury-hero-slide {
        height: 100% !important; min-height: 100% !important;
        padding: 0 !important; margin: 0 !important;
    }
    .hero-video-container {
        position: absolute !important; top: 0 !important; left: 0 !important;
        width: 100% !important; height: 100% !important;
        z-index: 0 !important; overflow: hidden !important;
    }
    video.hero-video {
        position: absolute !important; top: 0 !important; left: 0 !important;
        width: 100% !important; height: 100% !important; object-fit: cover !important;
    }
    iframe.hero-video {
        position: absolute !important; top: 50% !important; left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 177.78vh !important; height: 100vh !important;
        min-width: 100% !important; min-height: 100% !important;
        max-width: none !important; max-height: none !important;
    }
    .hero-content {
        display: block !important; position: absolute !important;
        bottom: 70px !important; left: 0 !important; right: 0 !important;
        z-index: 2 !important; padding: 20px !important;
        height: auto !important;
    }
    .hero-content .row,
    .hero-content .col-lg-8,
    .hero-content .min-vh-100 { min-height: auto !important; display: block !important; align-items: unset !important; }
    .hero-headline { font-size: clamp(18px, 6vw, 24px) !important; margin-bottom: 6px !important; }
    .hero-subtitle { font-size: 10px !important; letter-spacing: 0.2em !important; margin-bottom: 4px !important; display: block !important; }
    .hero-description { display: none !important; }
    .hero-cta { display: block !important; }
    .hero-cta .btn-luxury { min-width: 130px !important; padding: 8px 18px !important; font-size: 10px !important; }
    .hero-overlay { background: rgba(26,15,10,0.25); z-index: 1 !important; }
    .hero-statistics { position: absolute; bottom: 20px; left: 0; right: 0; z-index: 3; }
    .hero-statistics .container { display: flex; justify-content: center; }
    .hero-scroll-indicator { display: none; }
    .section-padding { padding: 40px 0; }
    .section-headline { font-size: clamp(24px, 7vw, 30px); }
    .about-content { padding: 20px 0; }
    .about-image-wrapper { margin-bottom: 24px; }
    .craftsmanship-visual { padding-right: 0; margin-bottom: 24px; }
    .collections-grid { grid-template-columns: 1fr; }
    .collection-card { min-height: 220px; }
    .bridal-features-grid { grid-template-columns: 1fr; }
    .bridal-feature { padding: 24px 16px; }
    .testimonial-card { padding: 28px; }
    .showcase-name { font-size: 16px; }
    .showcase-number { font-size: 30px; }
    .showcase-desc { font-size: 10px; }
    .luxury-product-name { font-size: 16px; }
    .luxury-product-info { padding: 16px; }
    .main-product-image { height: 280px; }
    .thumb-item { width: 52px; height: 52px; }
    .auth-card { padding: 24px 16px; }
    .newsletter-input-group { flex-direction: column; }
    .newsletter-btn { width: 100%; }
    .luxury-features-grid { grid-template-columns: repeat(2, 1fr); }
    .luxury-feature-item { padding: 12px 8px; }
    .luxury-feature-icon { width: 44px; height: 44px; font-size: 14px; }
    .luxury-feature-item h6 { font-size: 11px; }
    .craftsmanship-blocks { grid-template-columns: 1fr; }
    .collection-number { font-size: 12px; }
    .collection-name { font-size: 18px; }
    .section-overline { font-size: 9px; padding: 6px 14px; letter-spacing: 0.2em; }
    .products-toolbar, .category-toolbar { padding: 12px; }
    .toolbar-count { font-size: 14px; }
    .sort-select { min-width: auto; width: 100%; }
    .page-btn { min-width: 34px; height: 34px; font-size: 10px; padding: 0 8px; }
    .page-info { font-size: 11px; }
    .sidebar-section { padding: 16px; }
    .sidebar-cat-link { padding: 8px 12px; font-size: 12px; }
    .sidebar-cta { padding: 20px; }
    /* Unified about-hero */
    .about-hero { padding: 70px 0 40px; margin-top: 50px; }
    .about-hero-title { font-size: clamp(26px, 8vw, 34px); }
    .about-hero-desc { font-size: 13px; margin-bottom: 24px; }
    .about-hero-label { font-size: 8px; padding: 5px 12px; }
    .about-hero-badge { margin-bottom: 12px; }
    .about-hero-stats { gap: 16px; flex-wrap: wrap; }
    .about-hero-stat-number { font-size: 20px; }
    .about-hero-stat-label { font-size: 7px; }
    .about-hero-scroll { display: none; }
    /* About page */
    .about-story-img { min-height: 220px; }
    .about-story-title { font-size: clamp(22px, 6vw, 28px); }
    .about-story-text { font-size: 14px; }
    .about-story-feature { gap: 12px; }
    .about-stats-number { font-size: 24px; }
    .about-stats-label { font-size: 8px; }
    .about-stats-grid { gap: 16px; }
    .about-timeline-year { width: 40px; height: 40px; font-size: 10px; }
    .about-timeline-content h6 { font-size: 14px; }
    .about-timeline-content p { font-size: 11px; }
    .about-value-card { padding: 28px 20px; }
    .about-cta-title { font-size: 22px; }
    .about-cta-buttons { flex-direction: column; width: 100%; }
    .about-cta-buttons .btn-luxury { min-width: 100%; justify-content: center; }
    /* Blog */
    .blog-featured-card .row { flex-direction: column; }
    .blog-featured-image { min-height: 220px; }
    .blog-featured-content { padding: 24px 20px; }
    .blog-featured-title { font-size: 20px; }
    .blog-featured-excerpt { font-size: 13px; }
    .blog-featured-meta { flex-direction: column; gap: 6px; }
    .blog-card .blog-image { height: 200px; }
    .blog-card .blog-content h4 { font-size: 16px; }
    .blog-card .blog-content p { font-size: 12px; }
    .blog-empty { padding: 40px 16px; }
    .blog-empty-icon { font-size: 40px; }
    .blog-empty h3 { font-size: 18px; }
    .blog-pagination { margin-top: 24px; }
    .blog-cat-pill { padding: 5px 12px; font-size: 8px; }
    /* Products */
    .products-empty, .category-empty { padding: 40px 16px; }
    .products-empty-icon, .category-empty-icon { font-size: 40px; }
    .products-empty h3, .category-empty h3 { font-size: 18px; }
    /* Support */
    .support-form-card { padding: 20px 12px; }
    .support-form-title { font-size: 18px; }
    .support-faq-title { font-size: 18px; }
    .faq-card { padding: 20px 16px; }
    .faq-q { font-size: 15px; }
    .faq-a { font-size: 12px; }
    .support-nav-card { padding: 16px 8px; }
    .support-nav-icon { width: 40px; height: 40px; font-size: 16px; }
    .support-nav-title { font-size: 12px; }
    .support-nav-desc { font-size: 10px; }
    .ticket-list-item { padding: 12px; flex-direction: column; gap: 6px; }
    .ticket-actions { flex-direction: column; }
    .ticket-actions .btn-luxury { min-width: 100%; justify-content: center; }
    .support-channel { padding: 12px; }
    /* Contact */
    .contact-form-wrapper { padding: 24px 16px; }
    .contact-form-title { font-size: 20px; }
    .contact-form-header { margin-bottom: 24px; }
    .contact-card { padding: 20px 16px; }
    .contact-card-title { font-size: 15px; }
    .contact-card-text { font-size: 12px; }
    .contact-map-frame iframe { height: 220px; }
    /* Products — 1 per row on mobile */
    .luxury-products-section .col-6,
    .category-page .col-6,
    .products-main .col-6 { width: 100%; flex: 0 0 100%; max-width: 100%; }
    .product-card .product-image { height: 240px; }
    .luxury-product-image { height: 280px; }
    /* Blog Detail — 576px */
    .article-title { font-size: 24px; }
    .article-excerpt { font-size: 14px; }
    .article-meta-bar { gap: 8px; }
    .article-meta-bar span { font-size: 10px; }
    .article-image-wrapper { margin-left: -16px; margin-right: -16px; }
    .article-image { max-height: 240px; }
    .article-content-body { font-size: 14px; }
    .article-content-body h2 { font-size: 22px; }
    .article-content-body h3 { font-size: 18px; }
    .article-content-body blockquote { font-size: 14px; padding: 12px 16px; margin: 20px 0; }
    .article-footer { margin-top: 24px; padding-top: 20px; }
    .article-tags { gap: 6px; }
    .tag-pill { font-size: 10px; padding: 5px 12px; }
    .share-btn { width: 32px; height: 32px; font-size: 12px; }
    .sidebar-widget { padding: 16px; }
    .sidebar-title { font-size: 15px; }
    .sidebar-search-input { padding: 10px 12px; font-size: 12px; }
    .sidebar-search-btn { width: 42px; }
    .related-post-img { width: 52px; height: 52px; min-width: 52px; }
    .related-post-title { font-size: 12px; }
    .related-post-date { font-size: 10px; }
    .related-posts-bottom-title { font-size: 18px; }
    .related-post-card-img { height: 100px; }
    .related-post-card-body { padding: 8px 10px; }
    .related-post-card-body h4 { font-size: 12px; }
    /* Header */
    .header-contact-strip { flex-direction: row; flex-wrap: wrap; gap: 6px; padding: 6px 0; justify-content: center; }
    .header-contact-left { gap: 10px; font-size: 10px; }
    .header-contact-left .d-none { display: inline !important; }
    .header-contact-right { display: flex; gap: 6px; }
    .header-contact-right a { padding: 3px 10px; font-size: 9px; gap: 4px; letter-spacing: 0.05em; }
    .main-header .navbar { padding: 8px 0; }
    .main-header .navbar-brand { gap: 6px; }
    .main-header .brand-icon { width: 32px; height: 32px; font-size: 13px; margin-right: 6px; }
    .main-header .brand-text { gap: 1px; }
    .main-header .brand-name { font-size: 20px; letter-spacing: 0.06em; }
    .main-header .brand-location { font-size: 7px; letter-spacing: 0.2em; margin-top: 0; }
    .brand-logo-img { height: 28px !important; }
    .header-actions { gap: 6px; margin-left: 8px; }
    .header-actions .action-btn { width: 32px; height: 32px; font-size: 12px; }
    .header-actions .action-btn .badge { width: 16px; height: 16px; font-size: 8px; top: -5px; right: -5px; }
    /* Mobile hamburger menu */
    .navbar-toggler { padding: 6px 8px; border: 2px solid var(--border-gold); border-radius: 8px; }
    .navbar-toggler:focus { box-shadow: none; }
    .navbar-toggler-icon { width: 20px; height: 16px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23C9A96E' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
    .main-header .navbar-collapse { background: var(--cream-card); border: 2px solid var(--border-gold); border-radius: 12px; padding: 16px; margin-top: 8px; box-shadow: 0 8px 32px rgba(26,15,10,0.12); max-height: 70vh; overflow-y: auto; }
    .main-header .nav-link { padding: 10px 0 !important; font-size: 12px; border-bottom: 1px solid var(--border-subtle); }
    .main-header .nav-link:last-child { border-bottom: none; }
    .main-header .nav-link i { display: inline-flex; width: 20px; color: var(--gold); }
    .main-header .dropdown-menu { border: 1px solid var(--border-gold); border-radius: 8px; padding: 8px; background: var(--cream-elevated); }
    .main-header .dropdown-item { padding: 8px 12px; font-size: 12px; border-radius: 6px; }
    .main-header .dropdown-item:hover { background: rgba(201,169,110,0.1); }
    /* Footer */
    .whatsapp-float { width: 56px; height: 56px; font-size: 26px; bottom: 16px; right: 16px; }
    .back-to-top { width: 44px; height: 44px; font-size: 16px; bottom: 16px; right: 80px; }
    /* General */
    .btn-luxury { padding: 10px 20px; font-size: 10px; }
    .btn-gold { padding: 10px 20px; font-size: 10px; }
    .col { padding-left: 8px; padding-right: 8px; }
    .row { margin-left: -8px; margin-right: -8px; }
    .container { padding-left: 16px; padding-right: 16px; }
}
/* 400px — Mobile Small */
@media (max-width: 400px) {
    .luxury-hero { height: 100svh !important; min-height: 100svh !important; margin-top: 0 !important; }
    .luxury-hero-carousel { height: 100% !important; padding: 0 !important; margin: 0 !important; }
    .luxury-hero-carousel .owl-stage-outer,
    .luxury-hero-carousel .owl-stage,
    .luxury-hero-carousel .owl-item { height: 100% !important; padding: 0 !important; margin: 0 !important; }
    .luxury-hero-carousel .owl-stage { transform: none !important; }
    .luxury-hero-slide {
        height: 100% !important; min-height: 100% !important;
        padding: 0 !important; margin: 0 !important;
    }
    .hero-video-container {
        position: absolute !important; top: 0 !important; left: 0 !important;
        width: 100% !important; height: 100% !important;
        z-index: 0 !important; overflow: hidden !important;
    }
    video.hero-video {
        position: absolute !important; top: 0 !important; left: 0 !important;
        width: 100% !important; height: 100% !important; object-fit: cover !important;
    }
    iframe.hero-video {
        position: absolute !important; top: 50% !important; left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 177.78vh !important; height: 100vh !important;
        min-width: 100% !important; min-height: 100% !important;
        max-width: none !important; max-height: none !important;
    }
    .hero-content {
        display: block !important; position: absolute !important;
        bottom: 65px !important; left: 0 !important; right: 0 !important;
        z-index: 2 !important; padding: 16px !important;
        height: auto !important;
    }
    .hero-content .row,
    .hero-content .col-lg-8,
    .hero-content .min-vh-100 { min-height: auto !important; display: block !important; align-items: unset !important; }
    .hero-headline { font-size: clamp(16px, 6vw, 20px) !important; margin-bottom: 4px !important; }
    .hero-subtitle { font-size: 9px !important; letter-spacing: 0.15em !important; margin-bottom: 2px !important; display: block !important; }
    .hero-description { display: none !important; }
    .hero-cta { display: block !important; }
    .hero-cta .btn-luxury { min-width: 110px !important; padding: 6px 14px !important; font-size: 9px !important; }
    .hero-overlay { background: rgba(26,15,10,0.20); z-index: 1 !important; }
    .hero-statistics { position: absolute; bottom: 16px; left: 0; right: 0; z-index: 3; }
    .hero-statistics .container { display: flex; justify-content: center; }
    .hero-stat-number { font-size: 16px; }
    .section-headline { font-size: clamp(20px, 6vw, 26px); }
    .about-hero-title { font-size: clamp(22px, 7vw, 28px); }
    .about-hero-stat-number { font-size: 18px; }
    .main-header .brand-name { font-size: 18px; letter-spacing: 0.05em; }
    .main-header .brand-icon { width: 32px; height: 32px; font-size: 13px; }
    .product-card .product-image { height: 200px; }
    .luxury-product-image { height: 240px; }
    .blog-card .blog-image { height: 180px; }
    .blog-featured-title { font-size: 18px; }
    .blog-card .blog-content h4 { font-size: 15px; }
}

/* ===== PRINT ===== */
@media print {
    .main-header, .main-footer, .whatsapp-float, .back-to-top,
    .scroll-progress-bar, .cursor-follower, .newsletter-section,
    .sticky-purchase-bar { display: none !important; }
    body { background: white; color: black; }
    .luxury-hero { height: auto; min-height: auto; padding: 40px 0; }
    .hero-overlay { display: none; }
}
