/*
Theme Name: Gunes Kuyumcu Modern
Author: Hüseyin Kayışlı
Version: 1.5
*/
body { font-family: 'Montserrat', sans-serif; background-color: #0c0c0c; color: #fff; }
h1, h2, h3, .brand-font { font-family: 'Playfair Display', serif; }
.gold-gradient { 
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}
.gold-text { color: #D4AF37; }
body {
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
    background-color: #fff;
    margin: 0;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

/* Masaüstü ve Mobil Görsel Ayarı */
.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .hero-slider { height: 90vh; }
    .desktop-only { display: none; }
}

@media (min-width: 769px) {
    .mobile-only { display: none; }
}

.gold-text { color: #D4AF37; }