/* Kişiye Özel - Premium Luxury Design 2026 */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Cormorant+Garamond:wght@300;400;500;600&family=Plus Jakarta Sans:wght@300;400;500;600&family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
    --primary: #0a0a0a;
    --secondary: #111111;
    --surface: #161616;
    --surface-light: #1c1c1c;
    --surface-hover: #222222;
    --text: #f5f0eb;
    --text-secondary: #b0a89e;
    --text-muted: #7a7268;
    --gold: #c9a96e;
    --gold-light: #d4bc8b;
    --gold-dark: #a8894d;
    --gold-glow: rgba(201, 169, 110, 0.3);
    --gradient-gold: linear-gradient(135deg, #c9a96e 0%, #d4bc8b 50%, #a8894d 100%);
    --gradient-dark: linear-gradient(180deg, #0a0a0a 0%, #111111 100%);
    --gradient-card: linear-gradient(180deg, rgba(201, 169, 110, 0.03) 0%, transparent 100%);
    --glass: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(201, 169, 110, 0.12);
    --glass-strong: rgba(255, 255, 255, 0.06);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
    --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.5);
    --shadow-lg: 0 16px 64px rgba(0, 0, 0, 0.6);
    --shadow-gold: 0 0 40px rgba(201, 169, 110, 0.15);
    --shadow-gold-lg: 0 0 80px rgba(201, 169, 110, 0.2);
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 20px;
    --radius-full: 9999px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.2s ease;
    --header-height: 130px;
}

.tema-koyu {
    --primary: #0a0a0a;
    --secondary: #111111;
    --surface: #161616;
    --surface-light: #1c1c1c;
    --text: #f5f0eb;
    --text-secondary: #b0a89e;
    --text-muted: #7a7268;
    --glass: rgba(255,255,255,0.03);
    --glass-border: rgba(201, 169, 110, 0.12);
}

.tema-acik {
    --primary: #faf8f5;
    --secondary: #f0ede8;
    --surface: #ffffff;
    --surface-light: #f8f5f0;
    --surface-hover: #f0ede8;
    --text: #1a1a1a;
    --text-secondary: #4a4a4a;
    --text-muted: #8a8a8a;
    --gold: #a8894d;
    --gold-light: #c9a96e;
    --gold-dark: #8a6d3a;
    --gold-glow: rgba(168, 137, 77, 0.2);
    --gradient-gold: linear-gradient(135deg, #a8894d 0%, #c9a96e 50%, #8a6d3a 100%);
    --glass: rgba(0,0,0,0.02);
    --glass-border: rgba(168, 137, 77, 0.15);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 16px 64px rgba(0, 0, 0, 0.14);
}

.tema-roz {
    --primary: #1a0a0e;
    --secondary: #200e12;
    --surface: #2a1418;
    --surface-light: #30181e;
    --gold: #d4748a;
    --gold-light: #e88a9e;
    --gold-dark: #b05a70;
    --gold-glow: rgba(212, 116, 138, 0.3);
    --gradient-gold: linear-gradient(135deg, #d4748a 0%, #e88a9e 50%, #b05a70 100%);
    --text: #f5e8ec;
    --text-secondary: #c8a0aa;
    --text-muted: #8a6870;
    --glass: rgba(255,255,255,0.03);
    --glass-border: rgba(212, 116, 138, 0.15);
}

.tema-mavi {
    --primary: #0a0e18;
    --secondary: #0e1420;
    --surface: #141c2c;
    --surface-light: #1a2438;
    --gold: #6a9fd8;
    --gold-light: #8ab8e8;
    --gold-dark: #4a80b8;
    --gold-glow: rgba(106, 159, 216, 0.3);
    --gradient-gold: linear-gradient(135deg, #6a9fd8 0%, #8ab8e8 50%, #4a80b8 100%);
    --text: #e8f0f8;
    --text-secondary: #a0b8d0;
    --text-muted: #607890;
    --glass: rgba(255,255,255,0.03);
    --glass-border: rgba(106, 159, 216, 0.15);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Plus Jakarta Sans', 'Montserrat', sans-serif;
    background: var(--primary);
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    padding-top: var(--header-height);
}

body:not(.no-custom-cursor) {
    cursor: none;
}

body:not(.no-custom-cursor) a,
body:not(.no-custom-cursor) button,
body:not(.no-custom-cursor) .product-card,
body:not(.no-custom-cursor) .filter-btn,
body:not(.no-custom-cursor) input,
body:not(.no-custom-cursor) textarea,
body:not(.no-custom-cursor) select {
    cursor: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', 'Cormorant Garamond', serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-fast);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
}

/* Gold Particles Canvas */
#goldParticles {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

/* Custom Cursor */
.cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    background: #c9a96e;
    border-radius: 50%;
    pointer-events: none;
    z-index: 100000;
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease, background 0.2s ease;
}

.cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    border: 1.5px solid rgba(201, 169, 110, 0.4);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease;
}

.cursor-glow {
    position: fixed;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(201, 169, 110, 0.15), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99998;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease, opacity 0.4s ease;
    opacity: 0.1;
}

@media (max-width: 768px) {
    .cursor-dot, .cursor-ring, .cursor-glow {
        display: none !important;
    }
}

/* Background */
.page-bg {
    position: fixed;
    inset: 0;
    background: var(--primary);
    z-index: -2;
}

.page-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 50% 40% at 30% 10%, rgba(201, 169, 110, 0.06), transparent 60%),
        radial-gradient(ellipse 40% 50% at 70% 80%, rgba(201, 169, 110, 0.04), transparent 60%);
    animation: bgPulse 15s ease-in-out infinite;
}

@keyframes bgPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* Stars Background */
.stars-container {
    position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden;
}
.star {
    position: absolute;
    width: 2px; height: 2px;
    background: #ffffff;
    border-radius: 50%;
    animation: twinkle var(--duration) ease-in-out infinite;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.star.large { width: 3px; height: 3px; box-shadow: 0 0 6px rgba(255,255,255,0.5); }
.star.gold { background: var(--gold); box-shadow: 0 0 8px rgba(201,169,110,0.6); }
.star.near-cursor {
    opacity: 1 !important;
    transform: scale(2) !important;
    box-shadow: 0 0 12px rgba(201,169,110,0.8) !important;
}
@keyframes twinkle {
    0%, 100% { opacity: 0; transform: scale(0.5); }
    50% { opacity: var(--max-opacity); transform: scale(1); }
}
.shooting-star {
    position: absolute;
    width: 120px; height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0.8), transparent);
    animation: shoot var(--shoot-duration) linear infinite;
    opacity: 0;
    transform: rotate(-45deg);
}
.shooting-star-text {
    position: absolute;
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--gold);
    white-space: nowrap;
    text-shadow: 0 0 10px rgba(201,169,110,0.6), 0 0 20px rgba(201,169,110,0.3);
    animation: shootText var(--shoot-duration) linear infinite;
    opacity: 0;
    transform: rotate(-45deg);
}
@keyframes shoot {
    0% { opacity: 0; transform: translateX(0) translateY(0) rotate(-45deg); }
    5% { opacity: 1; }
    15% { opacity: 0; transform: translateX(400px) translateY(400px) rotate(-45deg); }
    100% { opacity: 0; }
}
@keyframes shootText {
    0% { opacity: 0; transform: translateX(0) translateY(0) rotate(-45deg); }
    5% { opacity: 1; }
    15% { opacity: 0; transform: translateX(400px) translateY(400px) rotate(-45deg); }
    100% { opacity: 0; }
}

/* Animated Gradient Orbs */
.bg-orb {
    position: fixed;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: -1;
    animation: orbFloat var(--orb-duration) ease-in-out infinite;
}
.bg-orb-1 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(201,169,110,0.12), transparent 70%);
    top: -100px; left: -100px;
    --orb-duration: 20s;
}
.bg-orb-2 {
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(139,92,246,0.08), transparent 70%);
    bottom: -100px; right: -100px;
    --orb-duration: 25s;
}
.bg-orb-3 {
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(201,169,110,0.06), transparent 70%);
    top: 50%; left: 50%;
    --orb-duration: 30s;
}
@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(50px, -30px) scale(1.1); }
    50% { transform: translate(-30px, 50px) scale(0.9); }
    75% { transform: translate(30px, 30px) scale(1.05); }
}

/* Floating Particles */
.floating-particle {
    position: fixed;
    width: var(--p-size);
    height: var(--p-size);
    background: var(--gold);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    animation: particleRise var(--p-duration) ease-in-out infinite;
    animation-delay: var(--p-delay);
}
@keyframes particleRise {
    0% { opacity: 0; transform: translateY(100vh) scale(0); }
    10% { opacity: var(--p-opacity); }
    90% { opacity: var(--p-opacity); }
    100% { opacity: 0; transform: translateY(-100px) scale(1); }
}

/* Constellation Lines */
.constellation-line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,169,110,0.3), transparent);
    transform-origin: left center;
    pointer-events: none;
    z-index: -1;
}

/* Mouse Glow */
.mouse-glow {
    position: fixed;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,169,110,0.1), transparent 70%);
    pointer-events: none;
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s, opacity 0.3s;
}
.mouse-glow::before {
    content: '';
    position: absolute;
    inset: 20%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,169,110,0.15), transparent 60%);
}

/* Nebula Effect */
.nebula {
    position: fixed;
    width: 600px; height: 600px;
    pointer-events: none;
    z-index: -1;
    opacity: 0.4;
    animation: nebulaRotate 60s linear infinite;
}
.nebula-1 {
    top: 10%; right: -200px;
    background: conic-gradient(from 0deg, transparent, rgba(201,169,110,0.05), transparent, rgba(139,92,246,0.03), transparent);
    border-radius: 50%;
    filter: blur(40px);
}
.nebula-2 {
    bottom: 10%; left: -200px;
    background: conic-gradient(from 180deg, transparent, rgba(201,169,110,0.04), transparent, rgba(236,72,153,0.03), transparent);
    border-radius: 50%;
    filter: blur(50px);
    animation-direction: reverse;
    animation-duration: 80s;
}
@keyframes nebulaRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Aurora Effect */
.aurora {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 300px;
    pointer-events: none;
    z-index: -1;
    background: linear-gradient(180deg, 
        transparent 0%,
        rgba(201,169,110,0.03) 20%,
        rgba(139,92,246,0.02) 40%,
        transparent 60%
    );
    animation: auroraWave 8s ease-in-out infinite;
    filter: blur(30px);
}
@keyframes auroraWave {
    0%, 100% { transform: translateX(-10%) skewX(-5deg); opacity: 0.5; }
    50% { transform: translateX(10%) skewX(5deg); opacity: 0.8; }
}

/* Mountain Landscape */
.landscape {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    height: 350px;
    pointer-events: none;
    z-index: -1;
}
.landscape svg {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 100%;
}

/* Car Animation */
.corsa-car {
    position: fixed;
    bottom: 20px;
    left: -100px;
    width: 80px;
    height: auto;
    z-index: 0;
    pointer-events: none;
    filter: drop-shadow(0 3px 8px rgba(0,0,0,0.5));
}
.corsa-car.drive-right {
    animation: driveRight 12s linear forwards;
}
.corsa-car.drive-left {
    animation: driveLeft 12s linear forwards;
    transform: scaleX(-1);
}
@keyframes driveRight {
    0% { left: -100px; }
    100% { left: calc(100% + 100px); }
}
@keyframes driveLeft {
    0% { left: calc(100% + 100px); }
    100% { left: -100px; }
}

/* Shop Building */
.shop-building {
    position: fixed; bottom: 18px; right: 8%;
    width: 120px; height: 95px; z-index: 0; pointer-events: none;
}
.shop-building svg { width: 100%; height: 100%; filter: drop-shadow(0 3px 8px rgba(0,0,0,0.5)); }

/* Customers */
.cust-group {
    position: fixed; bottom: 18px; width: 45px; height: 28px;
    z-index: 0; pointer-events: none; display: flex; gap: 5px;
}
.cust-group-left { left: 12%; }
.cust-group-right { right: 14%; opacity: 0; }
.cust { width: 14px; height: 24px; fill: #000; }

/* Yellow Car & Route */
.corsa-car {
    position: fixed; bottom: 18px; left: 10%;
    width: 55px; height: auto; z-index: 0; pointer-events: none;
    filter: drop-shadow(0 3px 8px rgba(0,0,0,0.5)) brightness(1.2) sepia(1) saturate(3) hue-rotate(5deg);
    animation: carRoute 30s ease-in-out infinite;
}
@keyframes carRoute {
    0%, 10% { left: 10%; transform: scaleX(1); }
    25%, 35% { left: calc(100% - 20%); transform: scaleX(1); }
    45%, 55% { left: calc(100% - 20%); transform: scaleX(-1); }
    70%, 80% { left: 10%; transform: scaleX(-1); }
    90%, 100% { left: 10%; transform: scaleX(1); }
}

/* Customer Animations */
.cust-group-left { animation: custLeftFade 30s ease-in-out infinite; }
@keyframes custLeftFade {
    0%, 10% { opacity: 1; transform: translateX(0); }
    15%, 80% { opacity: 0; transform: translateX(15px); }
    85%, 100% { opacity: 1; transform: translateX(0); }
}
.cust-group-right { animation: custRightFade 30s ease-in-out infinite; }
@keyframes custRightFade {
    0%, 25% { opacity: 0; transform: translateX(-15px); }
    30%, 50% { opacity: 1; transform: translateX(0); }
    55%, 100% { opacity: 0; transform: translateX(-15px); }
}
.character-girl {
    left: 10%;
    animation: girlWalk 20s ease-in-out infinite;
}
.character-boy {
    right: 10%;
    animation: boyWalk 20s ease-in-out infinite;
}
.character-girl svg, .character-boy svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}
@keyframes girlWalk {
    0%, 5% { left: 10%; transform: scaleX(1); }
    45%, 50% { left: calc(50% - 35px); transform: scaleX(1); }
    55%, 60% { left: calc(50% - 35px); transform: scaleX(-1); }
    95%, 100% { left: 10%; transform: scaleX(1); }
}
@keyframes boyWalk {
    0%, 5% { right: 10%; transform: scaleX(-1); }
    45%, 50% { right: calc(50% - 35px); transform: scaleX(-1); }
    55%, 60% { right: calc(50% - 35px); transform: scaleX(1); }
    95%, 100% { right: 10%; transform: scaleX(1); }
}

.grid-pattern {
    position: fixed;
    inset: 0;
    background-image: 
        linear-gradient(rgba(201,169,110,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201,169,110,0.025) 1px, transparent 1px);
    background-size: 100px 100px;
    z-index: -1;
    mask-image: radial-gradient(ellipse 70% 40% at 50% 0%, black 10%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 70% 40% at 50% 0%, black 10%, transparent 70%);
}

/* Scroll Animations */
.scroll-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.scroll-animate.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.scroll-animate:nth-child(2) { transition-delay: 0.1s; }
.scroll-animate:nth-child(3) { transition-delay: 0.2s; }
.scroll-animate:nth-child(4) { transition-delay: 0.3s; }
.scroll-animate:nth-child(5) { transition-delay: 0.4s; }

/* WhatsApp Float */
.wa-float {
    position: fixed;
    bottom: 90px;
    left: 24px;
    z-index: 9998;
    width: 52px;
    height: 52px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 26px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
    transition: var(--transition);
}
.wa-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.4);
}
.wa-float-tooltip {
    position: absolute;
    left: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    background: var(--surface);
    color: var(--text);
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: var(--shadow-md);
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-fast);
}
.wa-float:hover .wa-float-tooltip { opacity: 1; }

@media (max-width: 768px) {
    .wa-float { bottom: 80px; left: 16px; width: 46px; height: 46px; font-size: 22px; }
    .wa-float-tooltip { display: none; }
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: clamp(14px, 2vw, 16px) clamp(28px, 4vw, 36px);
    border-radius: var(--radius-sm);
    font-weight: 500;
    font-size: clamp(13px, 1.5vw, 14px);
    cursor: pointer;
    border: none;
    transition: var(--transition);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.btn-primary {
    background: var(--gradient-gold);
    color: #0a0a0a;
    box-shadow: 0 4px 20px var(--gold-glow);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px var(--gold-glow);
}

.btn-secondary {
    background: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
    backdrop-filter: none;
}

.btn-secondary:hover {
    background: var(--gold);
    color: #0a0a0a;
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    border: 1px solid var(--gold);
    color: var(--gold);
}

.btn-outline:hover {
    background: var(--gold);
    color: #0a0a0a;
}

.btn-sm {
    padding: 10px 22px;
    font-size: 12px;
}

.btn-lg {
    padding: clamp(18px, 2.5vw, 20px) clamp(40px, 5vw, 48px);
    font-size: clamp(14px, 2vw, 15px);
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--glass-border);
    transition: var(--transition);
}

.header-top {
    border-bottom: 1px solid var(--glass-border);
    font-size: 11px;
    color: var(--text-muted);
    background: rgba(201, 169, 110, 0.03);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.header-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    flex-wrap: wrap;
    gap: 10px;
}

.header-top-left {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--text-muted);
}

.header-top-left i {
    color: var(--gold);
}

.header-top-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Studio Button - Premium */
.studio-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: transparent;
    border-radius: 50px;
    color: #0a0a0a;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    overflow: visible;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    z-index: 1;
}

.studio-btn-clip {
    position: absolute;
    inset: 0;
    border-radius: 50px;
    overflow: hidden;
    z-index: 0;
}

.studio-btn-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #c9a96e, #d4bc8b, #a8894d, #e8d5a3, #c9a96e);
    background-size: 400% 400%;
    animation: gradientShift 6s ease infinite;
    border-radius: 50px;
    z-index: -2;
}

.studio-btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    animation: shine 3s ease-in-out infinite;
    z-index: 1;
}

.studio-btn-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 50px;
    z-index: 2;
}

.studio-btn-particles span {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    animation: particleFloat 4s ease-in-out infinite;
}

.studio-btn-particles span:nth-child(1) { left: 10%; animation-delay: 0s; }
.studio-btn-particles span:nth-child(2) { left: 30%; animation-delay: 0.5s; }
.studio-btn-particles span:nth-child(3) { left: 50%; animation-delay: 1s; }
.studio-btn-particles span:nth-child(4) { left: 70%; animation-delay: 1.5s; }
.studio-btn-particles span:nth-child(5) { left: 90%; animation-delay: 2s; }

.studio-btn-icon {
    position: relative;
    z-index: 2;
    font-size: 16px;
    animation: rotateIcon 4s linear infinite;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.3));
}

.studio-btn-text {
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.studio-btn-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.5);
    animation: badgePulse 2s ease-in-out infinite;
    z-index: 10;
    white-space: nowrap;
}

.studio-btn::before {
    content: '';
    position: absolute;
    inset: 2px;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
    border-radius: 48px;
    z-index: 1;
}

.studio-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 0 30px rgba(201, 169, 110, 0.6), 0 0 60px rgba(201, 169, 110, 0.3), 0 10px 40px rgba(0,0,0,0.3);
}

.studio-btn:hover .studio-btn-icon {
    animation: rotateIcon 1s linear infinite;
}

.studio-btn:hover .studio-btn-shine {
    animation: shine 1.5s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes shine {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

@keyframes particleFloat {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.6; }
    50% { transform: translateY(-20px) scale(1.5); opacity: 1; }
}

@keyframes rotateIcon {
    0% { transform: rotateY(0deg) rotateZ(0deg); }
    100% { transform: rotateY(360deg) rotateZ(360deg); }
}

@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

.guestbook-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(201, 169, 110, 0.1);
    border: 1px solid rgba(201, 169, 110, 0.2);
    border-radius: 20px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition-fast);
}

.guestbook-btn:hover {
    background: rgba(201, 169, 110, 0.2);
    border-color: var(--gold);
}

/* Header Scrolled */
.header.scrolled {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

/* Mobile Navigation */
.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background: var(--surface);
    z-index: 9999;
    padding: 60px 20px 20px;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.mobile-nav.open {
    right: 0;
}

.mobile-nav-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    color: var(--text);
    font-size: 28px;
    cursor: pointer;
}

.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-links li {
    border-bottom: 1px solid var(--glass-border);
}

.mobile-nav-links a {
    display: block;
    padding: 14px 0;
    color: var(--text);
    text-decoration: none;
    font-size: 16px;
    transition: var(--transition-fast);
}

.mobile-nav-links a:hover {
    color: var(--gold);
}

.header-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tema-secici, .dil-secici, .font-secici {
    position: relative;
    display: inline-block;
}

.tema-btn, .dil-btn, .font-btn {
    background: transparent;
    border: 1px solid var(--glass-border);
    color: var(--text-muted);
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    font-size: 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition-fast);
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tema-btn:hover, .dil-btn:hover, .font-btn:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.tema-dropdown, .dil-dropdown, .font-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    padding: 4px;
    min-width: 140px;
    z-index: 100;
    box-shadow: var(--shadow-lg);
}

.tema-secici:hover .tema-dropdown,
.dil-secici:hover .dil-dropdown,
.font-secici:hover .font-dropdown,
.tema-dropdown:hover, .dil-dropdown:hover, .font-dropdown:hover { display: block; }

.tema-option, .dil-option, .font-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    color: var(--text-secondary);
    border-radius: var(--radius-sm);
    transition: var(--transition-fast);
    font-size: 13px;
}

.tema-option:hover, .dil-option:hover, .font-option:hover {
    background: var(--gold);
    color: #0a0a0a;
}

.tema-option span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    border: 1px solid var(--glass-border);
}

.header-main {
    padding: 12px 0;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(16px, 4vw, 40px);
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.logo img {
    height: 32px;
    width: auto;
}

.search-box {
    flex: 1;
    max-width: 480px;
    position: relative;
}

.search-box input {
    width: 100%;
    padding: 12px 50px 12px 18px;
    background: transparent;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    font-size: 13px;
    color: var(--text);
    transition: var(--transition);
    font-family: inherit;
}

.search-box input::placeholder {
    color: var(--text-muted);
}

.search-box input:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px var(--gold-glow);
}

.search-box button {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: var(--gold);
    border: none;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: var(--transition-fast);
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box button:hover {
    color: var(--gold-light);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.header-action {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    color: var(--text-secondary);
    font-size: 13px;
    cursor: pointer;
    transition: var(--transition-fast);
    position: relative;
}

.header-action:hover {
    background: var(--glass);
    color: var(--gold);
}

.header-action i {
    font-size: 16px;
}

.cart-icon { position: relative; }

.cart-count {
    position: absolute;
    top: 0;
    right: 4px;
    background: var(--gold);
    color: #0a0a0a;
    font-size: 9px;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
}

/* Navigation Menu */
.nav-menu {
    border-top: 1px solid var(--glass-border);
    background: var(--glass);
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 0;
    margin: 0;
}

.nav-links a {
    display: block;
    padding: 14px 0;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: var(--transition-fast);
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width 0.3s ease;
}

.nav-links a:hover {
    color: var(--gold);
}

.nav-links a:hover::after {
    width: 100%;
}

/* User Menu */
.user-menu { position: relative; }
.user-menu-btn {
    background: transparent;
    border: 1px solid var(--glass-border);
    color: var(--text-secondary);
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition-fast);
    font-family: inherit;
}
.user-menu-btn:hover {
    border-color: var(--gold);
    color: var(--gold);
}
.user-menu-btn:hover .fa-chevron-down {
    transform: rotate(180deg);
}
.user-menu-btn .fa-chevron-down {
    font-size: 10px;
    transition: transform 0.2s ease;
}
.user-menu-btn i:first-child { font-size: 18px; color: var(--gold); }
.user-avatar-img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
}
.user-menu-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}
.user-menu-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    min-width: 220px;
    z-index: 100;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    animation: dropIn 0.2s ease;
    padding-top: 6px;
    margin-top: 0;
}
.user-menu-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    height: 6px;
}
.user-menu:hover .user-menu-dropdown,
.user-menu.active .user-menu-dropdown { display: block; }
.user-menu-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: var(--glass);
    border-bottom: 1px solid var(--glass-border);
}
.user-menu-header i { font-size: 28px; color: var(--gold); }
.user-menu-header div { display: flex; flex-direction: column; }
.user-menu-header strong { font-size: 13px; color: var(--text); font-family: 'Cormorant Garamond', serif; }
.user-menu-header span { font-size: 11px; color: var(--text-muted); }
.user-menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    color: var(--text-secondary);
    font-size: 13px;
    transition: var(--transition-fast);
    border-bottom: 1px solid var(--glass-border);
}
.user-menu-item:last-child { border-bottom: none; }
.user-menu-item:hover { background: var(--glass); color: var(--gold); }
.user-menu-item i { width: 16px; text-align: center; font-size: 14px; }
.user-menu-logout { color: #ef4444; }
.user-menu-logout:hover { background: rgba(239, 68, 68, 0.1); color: #ef4444; }

.mobile-toggle {
    display: none;
    font-size: 20px;
    cursor: pointer;
    background: transparent;
    border: 1px solid var(--glass-border);
    color: var(--text);
    padding: 8px 10px;
    border-radius: var(--radius-sm);
    transition: var(--transition-fast);
    align-items: center;
    justify-content: center;
}
.mobile-toggle:hover { border-color: var(--gold); color: var(--gold); }

/* Hero */
.hero {
    margin-top: var(--header-height);
    min-height: calc(100vh - var(--header-height));
    display: flex;
    align-items: center;
    position: relative;
    padding: clamp(80px, 12vw, 120px) 0;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 60%;
    height: 120%;
    background: radial-gradient(circle at 60% 40%, rgba(201, 169, 110, 0.08), transparent 50%);
    filter: blur(60px);
}

.hero-content {
    max-width: 640px;
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid var(--gold);
    color: var(--gold);
    padding: 8px 20px;
    border-radius: var(--radius-sm);
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 28px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.hero h1 {
    font-size: clamp(2.8rem, 8vw, 5rem);
    line-height: 1.05;
    margin-bottom: 24px;
    color: var(--text);
    font-style: italic;
}

.hero h1 span {
    color: var(--gold);
    position: relative;
}

.hero h1 span::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--gradient-gold);
    animation: goldLine 3s ease-in-out infinite;
}

@keyframes goldLine {
    0%, 100% { transform: scaleX(1); }
    50% { transform: scaleX(0.7); }
}

.hero p {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: var(--text-secondary);
    margin-bottom: 36px;
    line-height: 1.8;
    max-width: 480px;
    font-weight: 300;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-visual {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: clamp(300px, 35vw, 450px);
    height: clamp(300px, 35vw, 450px);
    z-index: 1;
}

.hero-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--glass-border);
    animation: rotate 30s linear infinite;
}

.hero-circle-2 {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    border-radius: 50%;
    border: 1px solid var(--gold);
    opacity: 0.2;
    animation: rotate 25s linear infinite reverse;
}

.hero-floating-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 20px;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(10px);
}

@keyframes floatIcon {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(10deg); }
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.hero-stats {
    display: flex;
    gap: clamp(32px, 5vw, 60px);
    margin-top: 50px;
    flex-wrap: wrap;
}

.stat-item { position: relative; }

.stat-item::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 36px;
    background: var(--glass-border);
}

.stat-item:last-child::after { display: none; }

.stat-item h3 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: var(--gold);
    font-family: 'Cormorant Garamond', serif;
}

.stat-item p {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 4px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

/* Features */
.features {
    padding: clamp(80px, 12vw, 120px) 0;
    position: relative;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature-box {
    background: transparent;
    border: 1px solid var(--glass-border);
    padding: clamp(28px, 4vw, 36px) clamp(20px, 3vw, 28px);
    text-align: center;
    transition: var(--transition);
    position: relative;
}

.feature-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background: var(--gold);
    transition: width 0.4s ease;
}

.feature-box:hover {
    border-color: var(--gold);
    transform: translateY(-4px);
    box-shadow: var(--shadow-gold);
}

.feature-box:hover::before {
    width: 100%;
}

.feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--gold);
    transition: var(--transition);
}

.feature-box:hover .feature-icon {
    transform: scale(1.1);
}

.feature-box h4 {
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    margin-bottom: 10px;
    color: var(--text);
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
}

.feature-box p {
    font-size: clamp(12px, 1.5vw, 13px);
    color: var(--text-secondary);
    line-height: 1.7;
    font-weight: 300;
}

/* Products */
.products {
    padding: clamp(80px, 12vw, 120px) 0;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: clamp(50px, 8vw, 70px);
}

.section-header h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 12px;
    color: var(--text);
    font-style: italic;
}

.section-header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: var(--gold);
    margin: 16px auto 0;
    animation: lineExpand 2s ease-in-out infinite;
}

@keyframes lineExpand {
    0%, 100% { width: 60px; opacity: 1; }
    50% { width: 100px; opacity: 0.6; }
}

.section-header p {
    color: var(--text-secondary);
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    max-width: 500px;
    margin: 16px auto 0;
    font-weight: 300;
}

.recently-viewed {
    padding: 80px 0;
    border-top: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
}

.recently-viewed .section-header h2 i {
    color: var(--gold);
    font-size: 0.8em;
    margin-right: 8px;
    font-style: normal;
}

.products-filter {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: clamp(8px, 1.5vw, 10px) clamp(18px, 3vw, 24px);
    border: 1px solid var(--glass-border);
    background: transparent;
    border-radius: var(--radius-sm);
    font-size: clamp(11px, 1.5vw, 12px);
    font-weight: 500;
    color: var(--text-secondary);
    cursor: pointer;
    transition: var(--transition-fast);
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.filter-btn.active {
    background: var(--gold);
    color: #0a0a0a;
    border-color: var(--gold);
}

.filter-btn:hover:not(.active) {
    border-color: var(--gold);
    color: var(--gold);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: clamp(20px, 3vw, 28px);
}

.product-card {
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition);
    position: relative;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold);
    box-shadow: var(--shadow-gold-lg);
}

.product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--gold);
    color: #0a0a0a;
    padding: 4px 12px;
    border-radius: var(--radius-sm);
    font-size: 10px;
    font-weight: 700;
    z-index: 2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.product-image {
    height: clamp(200px, 25vw, 280px);
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
}

.product-image::before {
    content: 'kisiyeozel.org';
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    font-weight: 600;
    color: rgba(201,169,110,0.5);
    background: rgba(0,0,0,0.4);
    padding: 3px 6px;
    border-radius: 3px;
    z-index: 3;
    pointer-events: none;
    letter-spacing: 0.5px;
}

.product-image img {
    max-width: 85%;
    max-height: 85%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .product-image img {
    transform: scale(1.06);
}

.product-actions {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    display: flex;
    gap: 8px;
    opacity: 0;
    transition: var(--transition);
    z-index: 5;
}

.product-card:hover .product-actions {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.product-action-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--surface);
    border: 1px solid var(--glass-border);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
    font-size: 14px;
    transition: var(--transition-fast);
}

.product-action-btn:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: #0a0a0a;
    transform: scale(1.1);
}

.product-fav-btn.active {
    background: #ef4444;
    border-color: #ef4444;
    color: white;
}

.product-info {
    padding: clamp(18px, 3vw, 24px);
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-category {
    font-size: 10px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

.product-title {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: var(--text);
    margin-bottom: 10px;
    line-height: 1.35;
    font-family: 'Cormorant Garamond', serif;
    transition: var(--transition-fast);
}

.product-card:hover .product-title {
    color: var(--gold);
}

.product-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 12px;
}

.product-rating .fa-star { color: var(--gold); font-size: 11px; }
.product-rating .fa-star.empty { color: var(--text-muted); }
.product-rating span { margin-left: 6px; font-weight: 500; color: var(--text); font-size: 12px; }

.product-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    font-size: 11px;
    color: var(--text-muted);
}

.product-meta i { font-size: 10px; margin-right: 3px; }

.product-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.product-tag { padding: 3px 8px; background: transparent; border: 1px solid var(--glass-border); border-radius: var(--radius-sm); font-size: 10px; color: var(--text-muted); text-decoration: none; transition: 0.2s; font-weight: 500; font-family: 'Montserrat', sans-serif; letter-spacing: 0.05em; }
.product-tag:hover { border-color: var(--gold); color: var(--gold); }

.product-desc {
    color: var(--text-secondary);
    font-size: 13px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    line-height: 1.6;
    font-weight: 300;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid var(--glass-border);
    gap: 12px;
    flex-wrap: wrap;
}

.product-price {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 600;
    color: var(--gold);
    font-family: 'Cormorant Garamond', serif;
}

.product-price span {
    font-size: 12px;
    color: var(--text-muted);
    text-decoration: line-through;
    margin-left: 6px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.product-btn {
    padding: 8px 18px;
    background: transparent;
    border: 1px solid var(--gold);
    color: var(--gold);
    border-radius: var(--radius-sm);
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-fast);
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.product-btn:hover {
    background: var(--gold);
    color: #0a0a0a;
}

/* Banner */
.banner {
    padding: clamp(80px, 12vw, 120px) 0;
    background: var(--secondary);
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
}

.banner-bg-pattern {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(201, 169, 110, 0.08), transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(201, 169, 110, 0.06), transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(201, 169, 110, 0.04), transparent 70%);
    animation: bannerGlow 10s ease-in-out infinite;
}

@keyframes bannerGlow {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.05); }
}

.banner-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: var(--glass);
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 32px;
    animation: pulseIcon 3s ease-in-out infinite;
    gap: 4px;
}

@keyframes pulseIcon {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 var(--gold-glow); }
    50% { transform: scale(1.05); box-shadow: 0 0 0 12px transparent; }
}

.banner h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    margin-bottom: 16px;
    color: var(--text);
    font-style: italic;
}

.banner p {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    color: var(--text-secondary);
    margin-bottom: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}

/* Footer */
footer {
    background: var(--secondary);
    padding: clamp(60px, 8vw, 80px) 0 30px;
    border-top: 1px solid var(--glass-border);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: clamp(30px, 5vw, 50px);
    margin-bottom: 50px;
}

.footer-brand .logo { margin-bottom: 20px; }
.footer-brand .logo img { height: 40px; width: auto; }
.footer-brand p {
    color: var(--text-secondary);
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 1.8;
    font-weight: 300;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 40px;
    height: 40px;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    font-size: 14px;
    transition: var(--transition-fast);
}

.social-link:hover {
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-2px);
}

.footer-col { }

.footer-title {
    font-size: 12px;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: var(--text-secondary);
    font-size: 14px;
    transition: var(--transition-fast);
    font-weight: 300;
}

.footer-links a:hover {
    color: var(--gold);
    padding-left: 4px;
}

.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid var(--glass-border);
    text-align: center;
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 300;
}

/* Radio Player */
.radio-player {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9997;
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
}

.radio-minimized {
    padding: 10px 12px;
    border-radius: var(--radius-full);
}

.radio-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gold);
    border: none;
    color: #0a0a0a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: var(--transition-fast);
    flex-shrink: 0;
}

.radio-btn:hover { transform: scale(1.1); }

.radio-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.radio-name {
    font-size: 12px;
    font-weight: 600;
    color: var(--text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.radio-status {
    font-size: 10px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.radio-controls {
    display: flex;
    align-items: center;
    gap: 6px;
}

.radio-volume-icon {
    color: var(--text-muted);
    cursor: pointer;
    font-size: 14px;
}

.radio-volume {
    width: 60px;
    height: 3px;
    -webkit-appearance: none;
    background: var(--glass-border);
    border-radius: 2px;
    outline: none;
}

.radio-volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold);
    cursor: pointer;
}

.radio-visualizer {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 20px;
}

.radio-bar {
    width: 3px;
    background: var(--gold);
    border-radius: 2px;
    animation: radioBar 0.8s ease-in-out infinite alternate;
}

.radio-bar:nth-child(1) { height: 8px; animation-delay: 0s; }
.radio-bar:nth-child(2) { height: 14px; animation-delay: 0.2s; }
.radio-bar:nth-child(3) { height: 10px; animation-delay: 0.4s; }
.radio-bar:nth-child(4) { height: 16px; animation-delay: 0.1s; }

@keyframes radioBar {
    0% { height: 4px; }
    100% { height: 20px; }
}

.radio-minimized .radio-info,
.radio-minimized .radio-controls,
.radio-minimized .radio-visualizer { display: none; }

.bg-equalizer {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.bg-equalizer.active { opacity: 0.03; }

.bg-eq-bar {
    position: absolute;
    bottom: 0;
    width: 2px;
    background: var(--gold);
    animation: eqBar 1s ease-in-out infinite alternate;
}

@keyframes eqBar {
    0% { height: var(--eq-height, 50px); }
    100% { height: calc(var(--eq-height, 50px) * 0.3); }
}

/* Personalize Panel */
#personalizeTrigger {
    background: var(--gold) !important;
    border: none !important;
    color: #0a0a0a !important;
    padding: 8px 14px !important;
    border-radius: var(--radius-sm) !important;
    font-size: 11px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: 0.2s !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

#personalizeTrigger:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 4px 20px var(--gold-glow) !important;
}

#personalizeTrigger i {
    animation: wandSpin 3s ease-in-out infinite;
}

@keyframes wandSpin {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    75% { transform: rotate(-10deg); }
}

.personalize-panel {
    position: fixed;
    top: 0;
    right: -420px;
    width: 400px;
    max-width: 90vw;
    height: 100vh;
    background: var(--surface);
    border-left: 1px solid var(--glass-border);
    z-index: 10000;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    box-shadow: var(--shadow-lg);
}

.personalize-panel.active { right: 0; }

.personalize-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    backdrop-filter: blur(4px);
}

.personalize-overlay.active { display: block; }

.panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid var(--glass-border);
    position: sticky;
    top: 0;
    background: var(--surface);
    z-index: 1;
}

.panel-header h3 {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
}

.panel-close {
    background: transparent;
    border: 1px solid var(--glass-border);
    color: var(--text);
    width: 32px;
    height: 32px;
    border-radius: var(--radius-sm);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-fast);
}

.panel-close:hover { border-color: var(--gold); color: var(--gold); }

.panel-section {
    padding: 20px;
    border-bottom: 1px solid var(--glass-border);
}

.panel-section-title {
    font-size: 11px;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.name-input-group { display: flex; gap: 8px; }
.name-input-group input {
    flex: 1;
    padding: 10px 14px;
    background: transparent;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    color: var(--text);
    font-size: 14px;
    font-family: inherit;
}
.name-input-group input:focus { outline: none; border-color: var(--gold); }
.name-input-group button {
    padding: 10px 16px;
    background: var(--gold);
    border: none;
    border-radius: var(--radius-sm);
    color: #0a0a0a;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.name-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: var(--glass);
    border-radius: var(--radius-sm);
}

.name-display span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: var(--gold);
    font-style: italic;
}

.name-display button {
    background: transparent;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 4px;
}

.name-display button:hover { color: var(--gold); }

.color-picker-group { display: flex; align-items: center; gap: 12px; }
.color-picker-group input[type="color"] {
    width: 40px;
    height: 40px;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    background: transparent;
    cursor: pointer;
    padding: 2px;
}

.color-presets { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.color-preset {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition-fast);
}
.color-preset:hover { transform: scale(1.15); border-color: var(--text); }

.birthday-input {
    width: 100%;
    padding: 10px 14px;
    background: transparent;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    color: var(--text);
    font-size: 14px;
    font-family: inherit;
}
.birthday-input:focus { outline: none; border-color: var(--gold); }

.note-textarea {
    width: 100%;
    padding: 12px 14px;
    background: transparent;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    color: var(--text);
    font-size: 14px;
    font-family: inherit;
    resize: vertical;
    min-height: 100px;
}
.note-textarea:focus { outline: none; border-color: var(--gold); }

.note-display {
    padding: 14px;
    background: var(--glass);
    border-radius: var(--radius-sm);
    color: var(--text-secondary);
    font-style: italic;
    line-height: 1.6;
}

.favorites-list { display: flex; flex-direction: column; gap: 8px; }

/* Search Dropdown */
.search-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    padding: 6px;
    z-index: 1000;
    box-shadow: var(--shadow-lg);
    max-height: 380px;
    overflow-y: auto;
}

.search-result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: var(--radius-sm);
    text-decoration: none;
    color: var(--text);
    transition: var(--transition-fast);
}

.search-result-item:hover { background: var(--glass); }
.search-result-item img { width: 44px; height: 44px; object-fit: cover; border-radius: var(--radius-sm); }
.search-result-placeholder { width: 44px; height: 44px; background: var(--glass); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 16px; }
.search-result-info { display: flex; flex-direction: column; }
.search-result-name { font-size: 13px; font-weight: 500; }
.search-result-price { font-size: 12px; color: var(--gold); font-weight: 600; }

/* Mobile Responsive */
@media (max-width: 768px) {
    :root {
        --header-height: auto;
    }
    
    body {
        overflow-x: hidden;
        padding-top: 130px !important;
    }
    
    .container {
        padding: 0 16px;
    }
    
    .mobile-toggle {
        display: flex;
    }
    
    .nav-menu {
        display: none;
    }
    
    .header-top .header-controls {
        display: none;
    }
    
    .header-top-bar {
        flex-direction: column;
        gap: 0;
    }
    
    .news-ticker {
        width: 100%;
    }
    
    .news-ticker-item {
        font-size: 11px !important;
    }
    
    .header-main {
        padding: 10px 0;
    }
    
    .header-content {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .logo img {
        height: 28px;
    }
    
    .search-box {
        order: 3;
        flex: 1 1 100%;
        max-width: 100%;
    }
    
    .header-actions {
        gap: 2px;
    }
    
    .header-action {
        padding: 8px;
    }
    
    .header-action span {
        display: none;
    }
    
    .cart-count {
        font-size: 9px;
        width: 14px;
        height: 14px;
    }
    
    .hero {
        margin-top: 0;
        min-height: auto;
        padding: 40px 0;
    }
    
    .hero h1 {
        font-size: clamp(2rem, 10vw, 3rem);
    }
    
    .hero p {
        font-size: 0.95rem;
        margin-bottom: 24px;
    }
    
    .hero-badge {
        font-size: 10px;
        padding: 6px 14px;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .hero-buttons .btn {
        width: 100%;
        justify-content: center;
    }
    
    .hero-stats {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .stat-item::after {
        display: none;
    }
    
    .hero-visual {
        display: none;
    }
    
    #goldParticles {
        display: none;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .products-filter {
        gap: 6px;
    }
    
    .filter-btn {
        padding: 8px 14px;
        font-size: 11px;
    }
    
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .product-image {
        height: 180px;
        padding: 16px;
    }
    
    .product-info {
        padding: 14px;
    }
    
    .product-title {
        font-size: 0.95rem;
    }
    
    .product-desc {
        display: none;
    }
    
    .product-stats {
        display: none;
    }
    
    .product-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .product-btn {
        width: 100%;
        text-align: center;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .radio-player {
        bottom: 16px;
        right: 16px;
        left: 16px;
        justify-content: center;
    }
    
    .personalize-panel {
        width: 100%;
        max-width: 100%;
    }
    
    #personalizeTrigger span {
        display: none;
    }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes dropIn {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Page Transition */
#pageTransition {
    position: fixed;
    inset: 0;
    z-index: 999999;
    pointer-events: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#pageTransition.active {
    pointer-events: all;
}

#pageTransition::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--primary);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
}

#pageTransition.active::before {
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.transition-text {
    position: relative;
    z-index: 2;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 6vw, 4rem);
    font-style: italic;
    color: transparent;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    background-clip: text;
    opacity: 0;
    transform: translateY(30px) scale(0.9);
    letter-spacing: 0.05em;
}

#pageTransition.active .transition-text {
    animation: textReveal 1.8s ease forwards;
    animation-delay: 0.4s;
}

@keyframes textReveal {
    0% { opacity: 0; transform: translateY(30px) scale(0.9); filter: blur(10px); }
    30% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
    70% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
    100% { opacity: 0; transform: translateY(-30px) scale(1.05); filter: blur(10px); }
}

.transition-line-top,
.transition-line-bottom {
    position: absolute;
    left: 10%;
    right: 10%;
    height: 1px;
    background: var(--gradient-gold);
    z-index: 2;
    transform: scaleX(0);
}

.transition-line-top {
    top: 40%;
}

.transition-line-bottom {
    bottom: 40%;
}

#pageTransition.active .transition-line-top {
    animation: lineExpand 1.4s ease forwards;
    animation-delay: 0.3s;
}

#pageTransition.active .transition-line-bottom {
    animation: lineExpand 1.4s ease forwards;
    animation-delay: 0.5s;
}

@keyframes lineExpand {
    0% { transform: scaleX(0); opacity: 0; }
    40% { transform: scaleX(1); opacity: 1; }
    100% { transform: scaleX(1); opacity: 0; }
}

/* Exit animation */
#pageTransition.exit::before {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
}

/* Cart Page */
.cart-page {
    padding: 150px 0 80px;
    min-height: 100vh;
}

.cart-container {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: start;
}

.cart-items {
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.cart-header {
    display: grid;
    grid-template-columns: 2fr 100px 100px 100px 50px;
    gap: 16px;
    padding: 16px 24px;
    background: var(--glass);
    border-bottom: 1px solid var(--glass-border);
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cart-item {
    display: grid;
    grid-template-columns: 2fr 100px 100px 100px 50px;
    gap: 16px;
    padding: 24px;
    border-bottom: 1px solid var(--glass-border);
    align-items: center;
    transition: var(--transition-fast);
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item:hover {
    background: var(--glass);
}

.cart-product {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cart-product-img {
    width: 80px;
    height: 80px;
    background: var(--secondary);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.cart-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-product-info h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 4px;
}

.cart-price {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
}

.cart-qty {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: var(--secondary);
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}

.cart-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    color: var(--text-muted);
    font-size: 14px;
    transition: var(--transition-fast);
}

.cart-remove:hover {
    background: rgba(239, 68, 68, 0.1);
    border-color: #ef4444;
    color: #ef4444;
}

.cart-summary {
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    padding: 32px;
    position: sticky;
    top: 150px;
}

.cart-summary h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--glass-border);
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 14px;
    color: var(--text-secondary);
}

.summary-row.total {
    padding-top: 16px;
    margin-top: 8px;
    border-top: 1px solid var(--glass-border);
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
}

.summary-row.total span:last-child {
    color: var(--gold);
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
}

/* Cart Item Custom */
.cart-item-custom {
    margin-top: 12px;
    padding: 12px 16px;
    background: var(--secondary);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
}

.cart-item-custom h5 {
    font-size: 12px;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cart-item-custom .custom-detail {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 13px;
    color: var(--text-secondary);
}

.cart-item-custom .custom-detail i {
    color: var(--gold);
    width: 14px;
    font-size: 11px;
}

.cart-item-custom .custom-color {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--glass-border);
}

.cart-item-custom .custom-photo img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    border: 1px solid var(--glass-border);
}

/* Checkout Page */
.checkout-page {
    padding: 150px 0 80px;
    min-height: 100vh;
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: start;
}

.checkout-form-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.checkout-section {
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    padding: 32px;
}

.checkout-section h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkout-section h3 i {
    color: var(--gold);
    font-size: 18px;
}

.checkout-summary {
    position: sticky;
    top: 150px;
}

.summary-products {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--glass-border);
    max-height: 300px;
    overflow-y: auto;
}

.summary-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.summary-product-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.summary-product-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}

.summary-product-qty {
    font-size: 12px;
    color: var(--text-muted);
}

.summary-product-price {
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: var(--secondary);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: var(--transition-fast);
    font-size: 15px;
    color: var(--text);
}

.checkbox-label:hover {
    border-color: var(--gold);
}

.checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: var(--gold);
    cursor: pointer;
}

/* Payment Options */
.payment-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.payment-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: var(--secondary);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: var(--transition-fast);
}

.payment-option:hover {
    border-color: var(--gold);
}

.payment-option.active {
    border-color: var(--gold);
    background: rgba(201, 169, 110, 0.05);
}

.payment-option input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: var(--gold);
    cursor: pointer;
    flex-shrink: 0;
}

.payment-option-content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.payment-option-content i {
    font-size: 24px;
    color: var(--gold);
    width: 32px;
    text-align: center;
}

.payment-option-content div {
    display: flex;
    flex-direction: column;
}

.payment-option-content strong {
    font-size: 15px;
    color: var(--text);
    font-weight: 600;
}

.payment-option-content span {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 2px;
}

/* Summary Product Image */
.summary-product-img {
    width: 50px;
    height: 50px;
    background: var(--secondary);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.summary-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.summary-product {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}

/* Featured Products */
.featured-products {
    padding: 80px 0;
    background: var(--secondary);
}

/* Products Page */
.products-page {
    padding: 150px 0 80px;
    min-height: 100vh;
}

.page-header {
    text-align: center;
    margin-bottom: 48px;
}

.page-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 600;
    color: var(--text);
    margin-bottom: 12px;
}

.page-title i {
    color: var(--gold);
    margin-right: 8px;
}

.page-subtitle {
    font-size: 16px;
    color: var(--text-muted);
    max-width: 500px;
    margin: 0 auto;
}

/* Guestbook Page */
.guestbook-page {
    padding: 150px 0 80px;
    min-height: 100vh;
}

.guestbook-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 40px;
    align-items: start;
}

.guestbook-form-section {
    position: sticky;
    top: 150px;
}

.guestbook-form .form-group {
    margin-bottom: 16px;
}

.guestbook-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 6px;
}

.guestbook-form input,
.guestbook-form textarea {
    width: 100%;
    padding: 12px 16px;
    background: var(--secondary);
    border: 1px solid var(--glass-border);
    border-radius: 10px;
    color: var(--text);
    font-size: 14px;
    font-family: inherit;
    transition: var(--transition-fast);
}

.guestbook-form input:focus,
.guestbook-form textarea:focus {
    outline: none;
    border-color: var(--gold);
}

.guestbook-messages-section {
    display: flex;
    flex-direction: column;
}

.guestbook-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.guestbook-item {
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    padding: 24px;
    transition: var(--transition-fast);
}

.guestbook-item:hover {
    border-color: var(--gold);
    background: var(--glass);
}

.guestbook-item-header {
    margin-bottom: 12px;
}

.guestbook-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.guestbook-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--gold);
}

.guestbook-avatar-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gradient-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #0a0a0a;
    flex-shrink: 0;
}

.guestbook-author div {
    display: flex;
    flex-direction: column;
}

.guestbook-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
}

.guestbook-date {
    font-size: 12px;
    color: var(--text-muted);
}

.guestbook-message {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin: 0;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 80px 20px;
}

.empty-state i {
    font-size: 64px;
    color: var(--text-muted);
    margin-bottom: 24px;
    opacity: 0.5;
}

.empty-state h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    color: var(--text);
    margin-bottom: 12px;
}

.empty-state p {
    color: var(--text-muted);
    margin-bottom: 24px;
}

/* Utility */
.text-gold { color: var(--gold); }
.text-muted { color: var(--text-muted); }
.text-secondary { color: var(--text-secondary); }
.border-gold { border-color: var(--gold); }