/* ══════════════════════════════════════════════════════════
   GOLDEN CHAMPAKA — UI/UX PRO MAX & FRONTEND DESIGN UPGRADE v3.0
   "The Timeless Majlis" - Refined Maximalism
   NEW: Dark Obsidian Base + Emerald Green + Gold Gradient + Glassmorphism
══════════════════════════════════════════════════════════ */

/* ══════════════════════════════════════════════════════════
   NEW DESIGN SYSTEM v3.0 — Global Variables Override
══════════════════════════════════════════════════════════ */

/* Import Google Fonts: Playfair Display (Serif) + Montserrat (Sans) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Montserrat:wght@300;400;500;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&display=swap');

:root {
    /* ═══ GLOBAL OVERRIDES ═══ */
    /* Dark Obsidian Background (replacing #0B1D3A) */
    --bg-dark: #0d0d0d;
    --bg-darker: #080808;
    --bg-card: #121212;
    
    /* Core Brand: Deep Emerald Green */
    --emerald-deep: #0a2e1f;
    --emerald: #00a86b;
    --emerald-light: #1a4d35;
    
    /* Gold Gradient (the soul) - Metallic with highlights and shadows */
    --gold-gradient: linear-gradient(135deg, #e6c875 0%, #b89047 25%, #f4e5a9 50%, #99742a 80%, #d4af37 100%);
    --gold-gradient-subtle: linear-gradient(135deg, #c9a962 0%, #d4af37 50%, #b89047 100%);
    --gold-text: #e6c875;
    --gold-text-light: #f4e5a9;
    --gold-text-dark: #99742a;
    
    /* Card Distinction Colors */
    --card-green: #0c3b2e;
    --card-blue: #0a192f;
    --card-brown: #3e2723;
    --card-green-light: rgba(12, 59, 46, 0.8);
    --card-blue-light: rgba(23, 42, 94, 0.8);
    --card-brown-light: rgba(94, 50, 25, 0.8);
    
    /* Typography */
    --font-serif: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
    --font-sans: 'Montserrat', 'Lato', sans-serif;
    --font-display: 'Playfair Display', serif;
}

/* Global Background Override */
body {
    background-color: var(--bg-dark) !important;
}

/* ══════════════════════════════════════════════════════════
   GOLDEN TEXT GRADIENT (Text Gold Effect)
══════════════════════════════════════════════════════════ */

.gold-text-gradient {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.gold-text {
    color: var(--gold-text) !important;
}

.gold-text-light {
    color: var(--gold-text-light) !important;
}

/* ══════════════════════════════════════════════════════════
   TYPOGRAPHY UPGRADE
══════════════════════════════════════════════════════════ */

h1, h2, h3, h4, .display-md, .display-lg {
    font-family: var(--font-serif) !important;
    font-weight: 500;
    letter-spacing: -0.01em;
}

h1 {
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 1.05;
    margin-bottom: 2rem;
}

h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
}

/* Serif emphasis for key headings */
.text-serif {
    font-family: var(--font-serif) !important;
}

/* ══════════════════════════════════════════════════════════
   SILK TEXTURE & BACKGROUND EFFECTS
══════════════════════════════════════════════════════════ */

/* Base dark gradient with silk-like radial glow */
.silk-bg {
    background: 
        radial-gradient(ellipse at 30% 20%, rgba(0, 168, 107, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 80%, rgba(212, 175, 55, 0.06) 0%, transparent 50%),
        var(--bg-dark);
}

/* Subtle silk shimmer pattern */
.silk-pattern {
    position: relative;
}

.silk-pattern::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.01) 2px,
            rgba(255, 255, 255, 0.01) 4px
        );
    pointer-events: none;
    opacity: 0.5;
}

/* ══════════════════════════════════════════════════════════
   GLASSMORPHISM & GLOW CARDS
══════════════════════════════════════════════════════════ */

.glass-card {
    background: rgba(18, 18, 18, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* Inner glow effect */
.glass-glow {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.6),
        inset 0 0 30px rgba(255, 255, 255, 0.03),
        0 0 60px rgba(212, 175, 55, 0.05);
}

/* ══════════════════════════════════════════════════════════
   CLASSICAL ORNAMENTS (Corner Decorations)
══════════════════════════════════════════════════════════ */

.ornament {
    position: relative;
}

.ornament::before,
.ornament::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
}

.ornament-top {
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
    margin-top: 2rem;
    padding-top: 2rem;
}

.ornament-top::before {
    content: '❧';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    color: var(--gold-text);
    background: var(--bg-dark);
    padding: 0 1rem;
}

/* Divider with ornament */
.ornament-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--gold-text);
    opacity: 0.6;
}

.ornament-divider::before,
.ornament-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
}

/* ══════════════════════════════════════════════════════════
   ORIGINAL STYLES (Preserved)
══════════════════════════════════════════════════════════ */

/* --- TYPOGRAPHY & FLUID SIZING --- */
h1, h2, h3, h4, .display-md, .display-lg {
    font-family: var(--font-serif);
    font-weight: 300;
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 1.05;
    margin-bottom: 2rem;
}

h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
}

.kicker {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--secondary-muted);
    display: block;
    margin-bottom: 1.5rem;
}

/* --- HERO CINEMATIC REDESIGN --- */
.gc-home-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}

.gc-home-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 30%, rgba(179,140,59,0.15) 0%, rgba(11,29,58,0) 70%);
    z-index: 1;
    pointer-events: none;
}

.hero-text-gold {
    background: linear-gradient(to right, #ECC069 20%, #FFF3D6 50%, #B38C3B 80%);
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: goldShine 8s linear infinite;
    font-style: italic;
    font-weight: 400;
}

@keyframes goldShine {
    to { background-position: 200% center; }
}

.gc-hero-frame {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.gc-hero-frame .hero-eyebrow {
    font-family: var(--font-sans);
    font-size: 0.85rem;
    letter-spacing: 0.3em;
    color: var(--muted);
    margin-bottom: 2rem;
    text-transform: uppercase;
}

/* --- LUXURY CARDS (Glass & Depth) --- */
.gc-archive-card, .tier-card, .pillar-card, .ritual-step {
    background: rgba(19, 47, 92, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(179,140,59,0.1);
    box-shadow: 0 30px 60px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.05);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.8s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.8s ease;
    border-radius: 4px;
}

.gc-archive-card:hover, .tier-card:hover, .pillar-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 80px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.1);
    border-color: rgba(179,140,59,0.3);
}

/* --- IMAGE TREATMENT --- */
.gc-archive-card__media {
    overflow: hidden;
    position: relative;
}

.gc-archive-card__media img {
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    filter: brightness(0.9) contrast(1.1);
    width: 100%;
    display: block;
}

.gc-archive-card:hover .gc-archive-card__media img {
    transform: scale(1.05);
}

/* --- BUTTONS --- */
.btn-gold {
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(179,140,59,0.2);
    border: none;
}

.btn-gold::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 50%; height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-20deg);
    transition: all 0.7s ease;
}

.btn-gold:hover::after {
    left: 150%;
}

.btn-ghost {
    border: 1px solid rgba(179,140,59,0.3);
    color: var(--secondary);
    background: transparent;
}

.btn-ghost:hover {
    background: rgba(179,140,59,0.05);
    border-color: var(--secondary);
}

/* --- GSAP INITIAL STATES --- */
.gsap-reveal {
    opacity: 0;
    transform: translateY(40px);
}

.gsap-fade {
    opacity: 0;
}

/* ══════════════════════════════════════════════════════════
   SINGLE PRODUCT PAGE - LUXURY DESIGN v2.0
   Golden Frame, Trust Badges, Brewing Guide
══════════════════════════════════════════════════════════ */

/* Product Grid Layout */
.gc-single-Grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

@media (max-width: 992px) {
    .gc-single-Grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Golden Frame for Product Image */
.gc-product-frame {
    position: relative;
    padding: 20px;
    background: linear-gradient(135deg, rgba(179, 140, 59, 0.3) 0%, rgba(11, 29, 58, 0.8) 50%, rgba(179, 140, 59, 0.3) 100%);
    border: 2px solid rgba(179, 140, 59, 0.4);
    border-radius: 8px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.5),
        inset 0 0 30px rgba(179, 140, 59, 0.1);
}

.gc-product-frame::before {
    content: '';
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(179, 140, 59, 0.2);
    border-radius: 4px;
    pointer-events: none;
}

/* Frame Corners - Ornate Design */
.gc-Frame-corner {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid var(--secondary);
}

.gc-Frame-tl {
    top: -2px;
    left: -2px;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 8px;
}

.gc-Frame-tr {
    top: -2px;
    right: -2px;
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 8px;
}

.gc-Frame-bl {
    bottom: -2px;
    left: -2px;
    border-right: none;
    border-top: none;
    border-bottom-left-radius: 8px;
}

.gc-Frame-br {
    bottom: -2px;
    right: -2px;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 8px;
}

/* Fix typo in template - use these classes */
.gc-frame-corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid var(--secondary);
    z-index: 10;
}

.gc-frame-tl { top: 10px; left: 10px; border-right: none; border-bottom: none; border-top-left-radius: 6px; }
.gc-frame-tr { top: 10px; right: 10px; border-left: none; border-bottom: none; border-top-right-radius: 6px; }
.gc-frame-bl { bottom: 10px; left: 10px; border-right: none; border-top: none; border-bottom-left-radius: 6px; }
.gc-frame-br { bottom: 10px; right: 10px; border-left: none; border-top: none; border-bottom-right-radius: 6px; }

/* Premium Badge */
.gc-premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(179, 140, 59, 0.2) 0%, rgba(179, 140, 59, 0.05) 100%);
    border: 1px solid rgba(179, 140, 59, 0.4);
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--secondary);
    margin-bottom: 1rem;
    border-radius: 4px;
}

.gc-badge-icon {
    font-size: 1rem;
}

/* Product Subtitle */
.gc-product-subtitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--muted);
    margin: 0;
}

/* Trust Badges Row */
.gc-trust-badges-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.gc-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(19, 47, 92, 0.6);
    border: 1px solid rgba(179, 140, 59, 0.2);
    padding: 0.4rem 0.8rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.gc-trust-badge:hover {
    border-color: var(--secondary);
    background: rgba(179, 140, 59, 0.1);
}

.gc-badge-crown {
    color: var(--secondary);
    font-size: 0.8rem;
}

/* Flavor Profile Bars */
.gc-flavor-bar {
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.gc-flavor-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--secondary-deep) 0%, var(--secondary) 50%, var(--secondary-light) 100%);
    border-radius: 3px;
    transition: width 1s ease;
    box-shadow: 0 0 10px rgba(179, 140, 59, 0.5);
}

/* Brewing Guide */
.gc-brew-item {
    padding: 1rem 0.5rem;
    background: rgba(11, 29, 58, 0.5);
    border: 1px solid rgba(179, 140, 59, 0.1);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.gc-brew-item:hover {
    background: rgba(179, 140, 59, 0.1);
    border-color: rgba(179, 140, 59, 0.3);
    transform: translateY(-2px);
}

.gc-brew-icon {
    filter: grayscale(20%);
}

/* Responsive for Brewing Guide */
@media (max-width: 768px) {
    .gc-brewing-guide .gc-brew-item {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Member Box */
.gc-member-box {
    padding: 1.5rem;
    background: rgba(19, 47, 92, 0.4);
    border: 1px solid rgba(179, 140, 59, 0.1);
    border-radius: 4px;
}

.gc-member-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gc-member-box li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(179, 140, 59, 0.05);
    font-size: 0.85rem;
    color: var(--text);
}

.gc-member-box li:last-child {
    border-bottom: none;
}

/* Assurance Card Enhancement */
.gc-assurance-card {
    background: linear-gradient(135deg, rgba(179, 140, 59, 0.15) 0%, rgba(11, 29, 58, 0.6) 100%);
    border-left: 3px solid var(--secondary);
    padding: 1.25rem;
    border-radius: 0 4px 4px 0;
}

/* WooCommerce Button Styling */
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: linear-gradient(135deg, var(--secondary-Deep) 0%, var(--secondary) 50%, var(--secondary-light) 100%);
    color: var(--obsidian);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 1rem 2rem;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(179, 140, 59, 0.3);
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: linear-gradient(135deg, var(--secondary-light) 0%, var(--secondary) 50%, var(--secondary-deep) 100%);
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(179, 140, 59, 0.4);
}

/* Quantity Input Styling */
.woocommerce .quantity .qty {
    background: rgba(19, 47, 92, 0.8);
    border: 1px solid rgba(179, 140, 59, 0.3);
    color: var(--secondary);
    padding: 0.75rem;
    font-size: 1rem;
    border-radius: 4px;
}

/* Star Rating */
.woocommerce .star-rating {
    color: var(--secondary);
    font-size: 1.2rem;
}

.woocommerce .star-rating::before {
    content: '★★★★★';
    color: var(--secondary);
}

/* ══════════════════════════════════════════════════════════
   THE ARCHIVE - LUXURY PRODUCT CARDS v3.0
   Three-color glassmorphism cards with gold gradient
   Dark Obsidian + Emerald + Persian Blue + Leather Brown
══════════════════════════════════════════════════════════ */

.archive-section {
    padding: 100px 20px;
    background: radial-gradient(ellipse at 50% 30%, rgba(0, 168, 107, 0.08) 0%, var(--bg-darker) 70%);
    position: relative;
}

.archive-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 3px,
            rgba(255, 255, 255, 0.008) 3px,
            rgba(255, 255, 255, 0.008) 6px
        );
    pointer-events: none;
}

.archive-section .section-header {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
}

.archive-section .subtitle {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 8px;
}

.archive-section .section-title {
    font-family: var(--font-Display);
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.02em;
}

.archive-section .cards-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* ═══ LUXURY CARD CORE ═══ */
.luxury-card {
    width: 340px;
    border-radius: 16px;
    padding: 45px 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* Glassmorphism: Border + Inner Glow */
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.5),
        inset 0 0 30px rgba(255, 255, 255, 0.03);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Hover: Lift + Glow */
.luxury-card:hover {
    transform: translateY(-12px);
    box-shadow: 
        0 40px 70px rgba(0, 0, 0, 0.6),
        inset 0 0 40px rgba(255, 255, 255, 0.05),
        0 0 40px rgba(212, 175, 55, 0.08);
    border-color: rgba(212, 175, 55, 0.2);
}

/* ═══ CARD COLOR VARIANTS ═══ */
/* Deep Emerald Green */
.luxury-card.card-green {
    background: linear-gradient(180deg, rgba(12, 59, 46, 0.85) 0%, rgba(5, 25, 20, 0.95) 100%);
}

/* Deep Persian Blue */
.luxury-card.card-blue {
    background: linear-gradient(180deg, rgba(23, 42, 94, 0.85) 0%, rgba(10, 18, 40, 0.95) 100%);
}

/* Rich Leather Brown */
.luxury-card.card-brown {
    background: linear-gradient(180deg, rgba(94, 50, 25, 0.85) 0%, rgba(40, 20, 10, 0.95) 100%);
}

/* ═══ CARD CONTENT ═══ */
.luxury-card .card-icon {
    font-size: 2.5rem;
    color: var(--gold-text);
    margin-bottom: 25px;
    display: block;
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
}

.luxury-card .card-title {
    font-family: var(--font-Display);
    font-size: 1.65rem;
    font-weight: 500;
    color: var(--gold-text-light);
    margin: 0 0 8px 0;
    letter-spacing: 0.02em;
}

.luxury-card .card-subtitle {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #999;
    margin-bottom: 25px;
}

.luxury-card .card-divider {
    font-family: var(--font-sans);
    font-size: 0.8rem;
    color: var(--gold-text);
    position: relative;
    margin: 25px 0;
    letter-spacing: 0.15em;
}

/* Divider lines */
.luxury-card .card-divider::before,
.luxury-card .card-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 25%;
    height: 1px;
    background: rgba(230, 200, 117, 0.25);
}

.luxury-card .card-divider::before {
    left: 0;
}

.luxury-card .card-divider::after {
    right: 0;
}

.luxury-card .card-desc {
    font-family: var(--font-sans);
    font-size: 0.85rem;
    line-height: 1.7;
    color: #bbb;
    margin-bottom: 30px;
}

.luxury-card .card-price {
    font-family: var(--font-Display);
    font-size: 1.35rem;
    color: #fff;
    margin-bottom: 28px;
    font-weight: 500;
}

/* ═══ GOLD BUTTON ═══ */
.luxury-card .gold-btn {
    background: var(--gold-gradient);
    border: none;
    padding: 14px 36px;
    border-radius: 6px;
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #1a1a1a;
    cursor: pointer;
    box-shadow: 
        0 6px 20px rgba(212, 175, 55, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Shine effect on hover */
.luxury-card .gold-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-20deg);
    transition: left 0.6s ease;
}

.luxury-card .gold-btn:hover {
    filter: brightness(1.1);
    box-shadow: 
        0 10px 30px rgba(212, 175, 55, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.luxury-card .gold-btn:hover::after {
    left: 150%;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1100px) {
    .archive-section .cards-container {
        gap: 30px;
    }
    
    .luxury-card {
        width: 300px;
        padding: 35px 28px;
    }
}

@media (max-width: 768px) {
    .archive-section {
        padding: 70px 20px;
    }
    
    .archive-section .cards-container {
        flex-direction: column;
        align-items: center;
    }
    
    .luxury-card {
        width: 100%;
        max-width: 380px;
    }
}