/* ==========================================================================
   PREMIUM LUXURY DESIGN SYSTEM
   ========================================================================== */
   :root {
    --bg-dark: #0f172a;       /* Zengin Gece Mavisi / Siyah */
    --gold: #c5a880;          /* Mat Premium Altın */
    --gold-hover: #b3946c;    /* Koyu Altın */
    --text-main: #334155;     /* Yumuşak Charcoal */
    --text-muted: #64748b;    /* Açık Gri Gövde */
    --white: #ffffff;
    --light-bg: #f8fafc;      /* Premium Soft Arka Plan */
    --font-serif: 'Playfair Display', serif;
    --font-sans: 'Plus Jakarta Sans', sans-serif;
    --transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); /* Akıcı Apple tarzı geçiş efekti */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-sans);
    background-color: var(--white);
    color: var(--text-main);
    line-height: 1.7;
    overflow-x: hidden;
}

/* ==========================================================================
   HEADER & NAVBAR (Lüks Şeffaf Tasarım)
   ========================================================================== */
.premium-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-b: 1px solid rgba(15, 23, 42, 0.05);
    transition: var(--transition);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 25px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.brand-logo img {
    max-height: 50px;
    width: auto;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-text .main-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--bg-dark);
}

.logo-text .sub-title {
    font-size: 11px;
    letter-spacing: 5px;
    color: var(--gold);
    font-weight: 500;
}

.premium-nav {
    display: flex;
    align-items: center;
    gap: 45px;
}

.nav-link {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--bg-dark);
    text-decoration: none;
    position: relative;
    padding: 5px 0;
    transition: var(--transition);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--gold);
    transition: var(--transition);
}

.nav-link:hover::after, .nav-link.active::after {
    width: 100%;
}

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

/* Öne Çıkan İletişim Butonu */
.highlight-link {
    background-color: var(--bg-dark);
    color: var(--white) !important;
    padding: 10px 24px !important;
    border-radius: 50px;
}

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

.highlight-link::after { display: none; }

/* Mobil Menü Butonu */
.luxury-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.luxury-menu-toggle .bar {
    width: 28px;
    height: 2px;
    background-color: var(--bg-dark);
    transition: var(--transition);
}

/* ==========================================================================
   HERO SECTION (Katalog Tipi Giriş Alanı)
   ========================================================================== */
.hero-luxury {
    min-height: 95vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 120px 40px 60px 40px;
    background-color: var(--light-bg);
}

.hero-bg-cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background-image: linear-gradient(to right, var(--light-bg) 0%, rgba(15,23,42,0.1) 100%);
    background-color: #e2e8f0; /* Müşterinin kaliteli görseli burayı kaplayacak */
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 5;
}

.hero-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--gold);
    margin-bottom: 25px;
}

.hero-title {
    font-family: var(--font-serif);
    font-size: 68px;
    line-height: 1.15;
    color: var(--bg-dark);
    font-weight: 400;
    margin-bottom: 30px;
}

.italic-gold {
    font-style: italic;
    color: var(--gold);
}

.hero-subtitle {
    font-size: 25px;
    color: var(--text-muted);
    max-width: 600px;
    margin-bottom: 45px;
}

.hero-actions {
    display: flex;
    gap: 20px;
}

/* Lüks Butonlar */
.btn-luxury {
    display: inline-block;
    padding: 18px 38px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 4px;
    transition: var(--transition);
}

.btn-gold {
    background-color: var(--bg-dark);
    color: var(--white);
}

.btn-gold:hover {
    background-color: var(--gold);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(197, 168, 128, 0.25);
}

.btn-outline {
    border: 1px solid rgba(15, 23, 42, 0.15);
    color: var(--bg-dark);
}

.btn-outline:hover {
    border-color: var(--bg-dark);
    background-color: var(--bg-dark);
    color: var(--white);
    transform: translateY(-3px);
}

/* ==========================================================================
   FEATURES (Üretim Gücü & Kartlar)
   ========================================================================== */
.features-luxury {
    padding: 140px 40px;
    background-color: var(--white);
}

.container-luxury {
    max-width: 1400px;
    margin: 0 auto;
}

.section-intro {
    margin-bottom: 70px;
}

.pre-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--gold);
    display: block;
    margin-bottom: 15px;
}

.serif-title {
    font-family: var(--font-serif);
    font-size: 42px;
    color: var(--bg-dark);
    font-weight: 400;
}

.luxury-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.feature-luxury-card {
    background-color: var(--light-bg);
    padding: 60px 45px;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.02);
    position: relative;
    transition: var(--transition);
}

.card-number {
    position: absolute;
    top: 40px;
    right: 45px;
    font-family: var(--font-serif);
    font-size: 24px;
    color: rgba(15, 23, 42, 0.05);
    font-weight: 700;
}

.card-icon-wrap {
    font-size: 28px;
    color: var(--gold);
    margin-bottom: 35px;
}

.feature-luxury-card h3 {
    font-size: 20px;
    color: var(--bg-dark);
    margin-bottom: 20px;
    font-weight: 600;
}

.feature-luxury-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.8;
}

/* Ortadaki Öne Çıkan Kart */
.feature-luxury-card.featured {
    background-color: var(--bg-dark);
    color: var(--white);
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
}

.feature-luxury-card.featured h3 {
    color: var(--white);
}

.feature-luxury-card.featured p {
    color: #94a3b8;
}

.feature-luxury-card.featured .card-number {
    color: rgba(255, 255, 255, 0.05);
}

.feature-luxury-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05);
    border-color: rgba(197, 168, 128, 0.3);
}

/* ==========================================================================
   PREMIUM FOOTER
   ========================================================================== */
.premium-footer {
    background-color: var(--bg-dark);
    color: var(--white);
    padding: 100px 40px 40px 40px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 80px;
    margin-bottom: 80px;
}

.footer-brand-column h3 {
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.footer-brand-column h3 span {
    color: var(--gold);
}

.footer-brand-column p {
    color: #94a3b8;
    font-size: 14px;
    max-width: 320px;
    margin-bottom: 30px;
}

.footer-socials a {
    color: var(--white);
    font-size: 18px;
    transition: var(--transition);
}

.footer-socials a:hover {
    color: var(--gold);
}

.footer-links-column h4, .footer-contact-column h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 25px;
}

.footer-links-column a {
    display: block;
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 15px;
    transition: var(--transition);
}

.footer-links-column a:hover {
    color: var(--white);
    padding-left: 5px;
}

.footer-contact-column p {
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 15px;
}

.footer-contact-column p i {
    color: var(--gold);
    margin-right: 10px;
}

.footer-bottom-luxury {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.05);
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    color: #64748b;
    text-transform: uppercase;
}

/* ==========================================================================
   MOBİL MENÜ OVERLAY GÖRÜNÜRLÜK AYARLARI
   ========================================================================== */
   .luxury-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--bg-dark);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
}

.luxury-mobile-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.mobile-nav-links {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}

.mobile-nav-links a {
    font-family: var(--font-serif);
    font-size: 32px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: var(--transition);
}

.mobile-nav-links a:hover, .mobile-nav-links a.active {
    color: var(--gold);
    transform: scale(1.05);
}

/* Menü Butonu Aktifleştiğinde X İşareti Olma Efekti */
.luxury-menu-toggle.active .bar:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
    background-color: var(--white);
}
.luxury-menu-toggle.active .bar:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
    background-color: var(--white);
}

/* ==========================================================================
   PRODUCT SHOWCASE (Ürün Vitrini Tasarımı)
   ========================================================================== */
.showcase-luxury {
    padding: 100px 40px 140px 40px;
    background-color: var(--light-bg);
}

.showcase-desc {
    font-size: 15px;
    color: var(--text-muted);
    max-width: 500px;
    margin-top: 15px;
}

.showcase-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 60px;
    align-items: flex-start;
}

.showcase-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: var(--transition);
}

/* Asimetrik lüks duruş için ortadaki kartı hafif aşağı kaydırıyoruz */
.showcase-item.tall {
    margin-top: 40px;
}

.showcase-img-wrap {
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    background-color: #e2e8f0; /* Fotoğraf yokken gri alan */
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.showcase-img-placeholder {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 500;
}

.showcase-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.showcase-item:hover .showcase-img-wrap img {
    transform: scale(1.06);
}

.showcase-info span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
    display: block;
    margin-bottom: 8px;
}

.showcase-info h3 {
    font-family: var(--font-serif);
    font-size: 22px;
    color: var(--bg-dark);
    font-weight: 400;
}

/* ==========================================================================
   PREMIUM WHATSAPP FLOATING BUTTON
   ========================================================================== */
.premium-whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 65px;
    height: 65px;
    background-color: #22c55e;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    box-shadow: 0 15px 35px rgba(34, 197, 94, 0.3);
    z-index: 2000;
    text-decoration: none;
    transition: var(--transition);
}

.premium-whatsapp-float:hover {
    background-color: #16a34a;
    transform: translateY(-5px) scale(1.05);
}

/* Vitrin Mobil Uyumluluk Ayarı */
@media (max-width: 1024px) {
    .showcase-gallery {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .showcase-item.tall {
        margin-top: 0;
    }
    .showcase-img-wrap {
        height: 380px;
    }
}

/* ==========================================================================
   ÜRÜNLER SAYFASI BANNER & YENİ MINIMAL DÜZEN
   ========================================================================== */
   .premium-page-banner {
    padding: 180px 40px 60px 40px;
    background-color: var(--white);
}

.text-center {
    text-align: center;
}

.text-center .banner-subtitle {
    margin: 0 auto;
}

.serif-banner-title {
    font-family: var(--font-serif);
    font-size: 65px;
    color: var(--bg-dark);
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
}

.banner-subtitle {
    font-size: 25xpx;
    color: var(--text-muted);
    max-width: 600px;
}

/* YENİ NESİL MİNİMALİST FİLTRE BAR */
.luxury-filter-bar {
    background-color: var(--white);
    padding: 20px 40px;
    border-top: 1px solid rgba(15, 23, 42, 0.05);
    border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.filter-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.filter-item {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-muted);
    text-decoration: none;
    position: relative;
    padding: 10px 0;
    transition: var(--transition);
}

.filter-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: var(--gold);
    transition: var(--transition);
    transform: translateX(-50%);
}

.filter-item:hover, .filter-item.active {
    color: var(--bg-dark);
}

.filter-item.active::after, .filter-item:hover::after {
    width: 40px; /* Zarif, kısa bir çizgi */
}

/* KATALOG ALANI VE TEMİZ GRID */
.catalog-section {
    padding: 80px 40px 140px 40px;
    background-color: var(--white);
}

.products-premium-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2'li devasa ve net lüks grid */
    gap: 60px 40px;
}

/* ÜRÜN KARTI (İnceleme Butonsuz, Saf Estetik) */
.product-luxury-card {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-decoration: none;
}

.p-img-box {
    width: 100%;
    height: 520px; /* Fotoğraflar daha da büyük ve elit görünsün diye büyüttük */
    background-color: var(--light-bg);
    border-radius: 0px; /* Tam kare keskin hatlar lüks markalarda daha klas durur */
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(15, 23, 42, 0.03);
}

.p-img-placeholder {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 500;
    transition: var(--transition);
}

/* Kart Hover Efekti (Sadece yumuşak opaklık ve lüks his) */
.product-luxury-card:hover .p-img-box {
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.04);
}

.product-luxury-card:hover .p-img-placeholder {
    transform: scale(1.03);
    opacity: 0.8;
}

.p-meta {
    position: relative;
}

.p-meta .p-category {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--gold);
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.p-meta .p-title {
    font-family: var(--font-serif); /* Başlıkları da lüks serif fonta çektik */
    font-size: 24px;
    color: var(--bg-dark);
    font-weight: 400;
    display: inline-block;
    transition: var(--transition);
}

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

/* ==========================================================================
   HAKKIMIZDA SAYFASI STİLLERİ
   ========================================================================= */
   .about-luxury-section {
    padding: 60px 40px 120px 40px;
    background-color: var(--white);
}

.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-text-side .serif-title {
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 48px;
    line-height: 1.2;
}

.about-p {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 25px;
    max-width: 620px;
}

/* Dikkat çeken italik kurumsal alıntı */
.highlighted-p {
    font-family: var(--font-serif);
    font-size: 20px;
    font-style: italic;
    color: var(--gold);
    line-height: 1.6;
    border-left: 2px solid var(--gold);
    padding-left: 25px;
    margin-top: 35px;
}

.about-visual-side {
    width: 100%;
}

.about-large-box {
    width: 100%;
    height: 550px;
    background-color: var(--light-bg);
    border: 1px solid rgba(15, 23, 42, 0.04);
    position: relative;
}

/* ==========================================================================
   LÜKS RAKAMLAR / SAYAÇ ALANI
   ========================================================================== */
.stats-luxury-section {
    padding: 100px 40px;
    background-color: var(--bg-dark); /* Koyu asil arka plan */
    color: var(--white);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stat-number {
    font-family: var(--font-serif);
    font-size: 54px;
    color: var(--gold); /* Altın sarısı dev rakamlar */
    font-weight: 400;
}

.stat-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #94a3b8;
}

/* ==========================================================================
   VİZYON & MİSYON STİLLERİ
   ========================================================================= */
   .vision-mission-section {
    padding: 80px 40px;
    background-color: var(--light-bg); /* Hafif soft arka plan */
    border-top: 1px solid rgba(15, 23, 42, 0.04);
}

.vision-mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.vm-card {
    background-color: var(--white);
    padding: 50px 40px;
    border: 1px solid rgba(15, 23, 42, 0.03);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.01);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.vm-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.04);
}

.vm-icon-box {
    font-size: 28px;
    color: var(--gold);
    margin-bottom: 25px;
}

.serif-title-sm {
    font-family: var(--font-serif);
    font-size: 26px;
    color: var(--bg-dark);
    margin-bottom: 15px;
    font-weight: 500;
}

.vm-p {
    font-size: 14.5px;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ==========================================================================
   İLETİŞİM SAYFASI STİLLERİ
   ========================================================================= */
   .contact-luxury-section {
    padding: 80px 40px 120px 40px;
    background-color: var(--white);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: start;
}

.contact-side-p {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-info-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background-color: var(--light-bg);
    border: 1px solid rgba(15, 23, 42, 0.02);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.link-card:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.03);
}

.c-icon-box {
    font-size: 22px;
    color: var(--gold);
    width: 50px;
    height: 50px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(15, 23, 42, 0.02);
}

.c-text-box h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: var(--bg-dark);
}

.c-text-box p {
    font-size: 14.5px;
    color: var(--text-muted);
}

/* ==========================================================================
   PREMIUM İLETİŞİM FORMU
   ========================================================================= */
.contact-form-side {
    background-color: var(--white);
    padding: 50px;
    border: 1px solid rgba(15, 23, 42, 0.04);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.02);
}

.form-title {
    font-family: var(--font-serif);
    font-size: 28px;
    color: var(--bg-dark);
    margin-bottom: 35px;
    font-weight: 500;
}

.form-row {
    margin-bottom: 25px;
}

.split-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--bg-dark);
}

.form-group input,
.form-group textarea {
    padding: 16px;
    font-size: 14.5px;
    border: 1px solid #e2e8f0;
    background-color: #f8fafc;
    font-family: inherit;
    color: var(--bg-dark);
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

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

/* Gönder Butonu */
.premium-submit-btn {
    width: 100%;
    padding: 18px;
    background-color: var(--bg-dark);
    color: var(--white);
    border: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.premium-submit-btn:hover {
    background-color: var(--gold);
}

/* Harita Alanı */
.luxury-map-section {
    line-height: 0;
    width: 100%;
}

/* ==========================================================================
   YENİ FORMSUZ DEPARTMAN DÜZENİ STİLLERİ
   ========================================================================= */
   .contact-departments-side {
    background-color: var(--white);
    padding: 20px 0;
}

.dept-main-title {
    font-family: var(--font-serif);
    font-size: 32px;
    color: var(--bg-dark);
    margin-bottom: 20px;
    font-weight: 500;
}

.dept-sub-p {
    font-size: 14.5px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 40px;
}

.departments-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.dept-card {
    background-color: var(--light-bg);
    padding: 35px 30px;
    border: 1px solid rgba(15, 23, 42, 0.03);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.full-width-dept {
    grid-column: span 2; /* Randevu kartı altta tek parça büyük dursun */
    background-color: var(--bg-dark);
    color: var(--white);
}

.dept-tag {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 15px;
    display: inline-block;
}

.dept-card h4 {
    font-family: var(--font-serif);
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.3;
}

.full-width-dept h4 {
    color: var(--white);
}

.dept-card p {
    font-size: 13.5px;
    color: var(--text-muted);
    margin-bottom: 20px;
    line-height: 1.5;
}

.full-width-dept p {
    color: #94a3b8;
}

.dept-link {
    font-size: 14px;
    color: var(--bg-dark);
    text-decoration: none;
    margin-bottom: 8px;
    font-weight: 500;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.dept-link i {
    color: var(--gold);
    font-size: 12px;
}

.dept-link:hover {
    color: var(--gold);
}

/* VIP Randevu Butonu */
.premium-btn-light {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: var(--white);
    color: var(--bg-dark);
    padding: 14px 28px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.premium-btn-light i {
    font-size: 16px;
    color: #25D366; /* Orijinal WhatsApp Yeşili */
}

.premium-btn-light:hover {
    background-color: var(--gold);
    color: var(--white);
}

.premium-btn-light:hover i {
    color: var(--white);
}

/* ==========================================================================
   APPLE STYLE SCROLL REVEAL (SABİT GÖRSEL ÜZERİNE KAYAN YAZI)
   ========================================================================= */

/* İki yapıyı birbirine bağlayan ve animasyonun ömrünü belirleyen ana kapsayıcı */
.luxury-reveal-container {
    position: relative;
    width: 100%;
    padding-bottom: 50px;
}

/* Sayfa ilk açıldığında ekranda sadece resmin görünmesini sağlayan sabit kutu */
.sticky-image-box {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh; /* Ekranı tam boy kaplar, sadece resim görünür */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; /* Yazının arkasında kalması için katman 1 */
    overflow: hidden;
    padding: 0 20px;
}

.sticky-image-box img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    max-height: 75vh; /* Resmin ekrana asilce sığma sınırı */
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

/* 
   Aşağıdan kayarak gelip resmin üzerini kapatacak olan yazı alanı.
   Mesafe hissi yaratmak için margin-top ile resmi geçene kadar pay bırakıyoruz.
*/
.scrolling-banner-content {
    position: relative;
    z-index: 2; /* Resmin üstüne çıkması için katman 2 */
    background-color: #ffffff; /* Yazı alanının arka planı (Kendi rengine göre revize edebilirsin) */
    padding: 140px 0; /* Yazı alanının dik dolgusu */
    margin-top: -20vh; /* Resim tam izlenirken alttan tatlıca baş göstermesi için */
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.1); /* Geçiş anında perde efekti veren hafif gölge */
}

/* İçeriklerin sitenin mevcut yazı stilleriyle ezilmemesi için koruma */
.scrolling-banner-content .serif-banner-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    color: #0f172a;
    margin-top: 15px;
    margin-bottom: 20px;
}

.scrolling-banner-content .italic-gold {
    font-style: italic;
    color: #d4af37; /* Altın sarısı vurgu */
}

/* ==========================================================================
   PREMIUM KATALOG VE RESPONSIVE KART STİLLERİ
   ========================================================================= */

/* Ürün Grid Yapısı - Yan yana dizilimleri dengeler */
.products-premium-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px; /* Kartlar arasındaki nefes alma boşluğu */
    padding: 40px 0;
}

/* Ürün Kartı Genel Kutusu */
.product-luxury-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.product-luxury-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* İŞİN SIRRI OLAN RESİM KUTUSU: Sınırları burası belirler */
.p-img-box {
    width: 100%;
    height: 340px; /* Masaüstü için kartların sabit resim yüksekliği */
    overflow: hidden;
    position: relative;
    background-color: #f8fafc; /* Resim yüklenene kadar lüks soft bir arka plan */
}

/* Resim Etiketinin Kendisi - Asla taşamaz ve ezilmez */
.p-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmi ezmeden, en-boy oranını koruyarak kutuya tam sığdırır */
    object-position: center; /* Fotoğrafı tam ortalayarak keser */
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Fareyle üzerine gelindiğinde hafifçe yakınlaşan lüks efekt */
.product-luxury-card:hover .p-img-box img {
    transform: scale(1.06);
}

/* Görsel olmayan yer tutucu (Placeholder) alanı için sabitleme */
.p-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f5f9;
    color: #94a3b8;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

/* Ürün Alt Bilgi Alanı (Yazılar) */
.p-meta {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1; /* Yazı miktarı değişse bile kart boylarını eşitler */
}

.p-category {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d4af37; /* Lüks altın tonu */
    font-weight: 600;
}

.p-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #0f172a;
    font-weight: 600;
    line-height: 1.4;
}

/* ==========================================================================
   ANASAYFA PREMIUM ÜRÜN VİTRİNİ (SHOWCASE GALLERY)
   ========================================================================= */

   .showcase-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Masaüstünde yan yana tam 3 sütun */
    gap: 40px;
    padding-top: 60px;
    align-items: flex-start;
}

.showcase-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform 0.4s ease;
}

/* Ortadaki kartın asimetrik İtalyan tarzı duruşu */
.showcase-item.tall {
    transform: translateY(45px);
}

.showcase-item:hover {
    transform: translateY(-5px);
}

.showcase-item.tall:hover {
    transform: translateY(40px); /* Dengeyi koruyarak hover efekti verir */
}

/* Resim Sınır Kutusu */
.showcase-img-wrap {
    width: 100%;
    height: 460px; /* Vitrin için asil dikey uzunluk */
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    background-color: #f8fafc;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

/* Resim Yönetimi */
.showcase-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmi ezmeden tam sığdırır */
    object-position: center;
    position: relative;
    z-index: 2; /* Resmin gri kutunun üstünde görünmesini sağlar */
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.showcase-item:hover .showcase-img-wrap img {
    transform: scale(1.05);
}

/* Resim Yokken Arkada Duran Lüks Yer Tutucu */
.showcase-img-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f5f9;
    color: #94a3b8;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    z-index: 1;
}

/* Yazı Alanları */
.showcase-info span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #d4af37;
    display: block;
    margin-bottom: 8px;
}

.showcase-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #0f172a;
    font-weight: 500;
    line-height: 1.3;
}

/* ==========================================================================
   ÜRÜNLER SAYFASI - PREMIUM COMING SOON (ÇOK YAKINDA) TASARIMI
   ========================================================================= */

   .catalog-section {
    padding: 100px 0 140px 0;
    background-color: #ffffff; /* Temiz, minimalist beyaz arka plan */
}

.premium-coming-soon-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 40px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.04); /* Çok hafif lüks bir gölge */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Küçük Detay Başlığı */
.cs-badge {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #d4af37; /* Lüks altın rengi */
    text-transform: uppercase;
    margin-bottom: 25px;
    background-color: #fefcf2;
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

/* Ana Başlık */
.cs-title {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    color: #0f172a;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 25px;
}

/* Alt Açıklama */
.cs-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    color: #64748b;
    line-height: 1.8;
    max-width: 650px;
    margin-bottom: 40px;
}

/* Zarif Ayraç Çizgisi */
.cs-divider {
    width: 60px;
    height: 1px;
    background-color: #e2e8f0;
    margin-bottom: 40px;
}

/* Hızlı Aksiyon Kutusu */
.cs-action-note p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #475569;
    margin-bottom: 20px;
}

/* Premium WhatsApp Butonu */
.cs-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #0f172a; /* Lüks siyah buton */
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.15);
}

.cs-btn-whatsapp i {
    font-size: 18px;
    color: #25D366; /* WhatsApp yeşilini sadece ikonda vurguluyoruz */
}

.cs-btn-whatsapp:hover {
    background-color: #d4af37; /* Hover olunca altın sarısı */
    color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.25);
}

.cs-btn-whatsapp:hover i {
    color: #0f172a; /* Altın renginde ikon da siyaha dönsün */
}

/* ==========================================================================
   ANASAYFA - PREMIUM MOTO / SLOGAN ALANI (MINIMALIST BRAND STATEMENT)
   ========================================================================= */

   .features-luxury {
    padding: 140px 0; /* Yukarıdan ve aşağıdan asil bir nefes alma boşluğu */
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.luxury-statement-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Sayfa Ortasındaki Logo Ayarı */
.statement-logo-wrap {
    margin-bottom: 35px;
    transition: transform 0.4s ease;
}

.statement-logo-wrap img {
    width: 100px; /* Logoyu odakta tutacak lüks büyüklük */
    height: 100px;
    border-radius: 50%;
    object-fit: contain;
    object-position: center;
    background-color: #faf9fa;
    border: 1px solid rgba(212, 175, 55, 0.3); /* İnce altın çerçeve */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.luxury-statement-box:hover .statement-logo-wrap {
    transform: scale(1.05); /* Logoya hafif bir derinlik efekti */
}

/* Ana Slogan Başlığı */
.serif-statement-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px; /* İddialı ve büyük puntolar */
    font-weight: 400;
    color: #0b0c10;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

/* Küçük "Since 1932" Yazısı */
.statement-since {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 5px; /* Harflerin arası açık, kurumsal duruş */
    color: #8e9aa8;
    text-transform: uppercase;
    position: relative;
    padding-top: 15px;
    display: inline-block;
}

/* Yazının üzerindeki minik lüks çizgi */
.statement-since::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background-color: #d4af37; /* Altın sarısı ayraç */
}

/* ==========================================================================
   ANASAYFA - PREMIUM GİZEMLİ VİTRİN ALANI (SILENCE STATEMENT)
   ========================================================================= */

   .showcase-luxury {
    padding: 160px 0; /* Derinlik hissi veren geniş nefes alma alanı */
    background-color: #f8fafc; /* Üstteki beyaz alandan ayıran çok hafif, lüks füme/gri tonu */
    display: flex;
    align-items: center;
    justify-content: center;
}

.luxury-silence-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Vitrin Logo Ayarı */
.silence-logo-wrap {
    margin-bottom: 35px;
    transition: transform 0.4s ease;
}

.silence-logo-wrap img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: contain;
    object-position: center;
    background-color: #faf9fa;
    border: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.luxury-silence-box:hover .silence-logo-wrap {
    transform: scale(1.05);
}

/* "Sessizlik En Büyük İmzadır" Başlığı */
.serif-silence-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 400;
    color: #0f172a;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

/* "Çok Yakında..." Yazısı */
.silence-coming-soon {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 4px; /* Harf araları açık asil duruş */
    color: #cbd5e1;
    text-transform: uppercase;
    position: relative;
    padding-top: 15px;
    display: inline-block;
}

/* Üstündeki minik lüks çizgi */
.silence-coming-soon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background-color: #d4af37; /* Altın sarısı ayraç */
}

/* ==========================================================================
   ÜRÜNLER SAYFASI - ULTRA MINIMALIST PREPARATION AREA
   ========================================================================= */

   .minimal-products-section {
    min-height: 100vh; /* Sayfanın tamamını kaplasın, footer açığı kalmasın */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding-top: 100px; /* Header'ın altında kalmaması için üst boşluk */
}

.luxury-prep-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Ortadaki Logo Tasarımı */
.prep-logo-wrap {
    margin-bottom: 30px;
}

.prep-logo-wrap img {
    width: 100px; /* İdeal kurumsal büyüklük */
    height: 100px;
    border-radius: 50%;
    object-fit: contain;
    object-position: center;
    background-color: #faf9fa;
    border: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

/* Devasa "Seçilmiş Parçalar Hazırlanıyor..." Başlığı */
.serif-prep-title {
    font-family: 'Playfair Display', serif;
    font-size: 54px; /* Büyük ve iddialı punto */
    color: #0f172a;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 1px;
}

/* Altındaki İnce Tamamlayıcı Çizgi */
.prep-line {
    width: 50px;
    height: 1px;
    background-color: #d4af37; /* Altın sarısı asil detay */
    margin-top: 35px;
}

/* ==========================================================================
   HAKKIMIZDA SAYFASI - YENİ KARAKTER VE LOGO ALANI STILLERI
   ========================================================================= */

   .about-luxury-section {
    padding: 120px 0;
    background-color: #ffffff;
}

/* Sağ taraftaki dairesel logo alanı */
.about-visual-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-statement-logo-wrap img {
    width: 300px; /* Hakkımızda sayfasında daha heybetli bir logo */
    height: 300px;
    border-radius: 50%;
    object-fit: contain;
    object-position: center;
    background-color: #faf9fa;
    border: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.05); /* Lüks gölge efekti */
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-statement-logo-wrap img:hover {
    transform: scale(1.03) rotate(2deg); /* İnce, sanatsal bir esneme */
}

/* Vizyon & Misyon Alanının Minimalist Detayları */
.vision-mission-section {
    padding: 100px 0 140px 0;
    background-color: #f8fafc; /* Hafif kontrast arka plan */
}

.vm-card {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 4px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.02);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.vm-badge {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #d4af37;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.4);
    padding-bottom: 4px;
}

.vm-card .serif-title-sm {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #0f172a;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
}

.vm-p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
}

/* ==========================================================================
   İLETİŞİM SAYFASI - ULTRA MINIMALIST CONNECT AREA
   ========================================================================= */

   .minimal-contact-section {
    min-height: 100vh; /* Ekranın tamamını kaplasın, kaydırma barı çıkmasın */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding-top: 80px;
}

.luxury-connect-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Logo Düzenlemesi */
.connect-logo-wrap {
    margin-bottom: 35px;
}

.connect-logo-wrap img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: contain;
    object-position: center;
    background-color: #faf9fa;
    border: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

/* Ana Başlık Sözü */
.serif-connect-title {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    color: #0f172a;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin-bottom: 45px;
}

/* Mail ve Üst Metin Grubu */
.connect-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.connect-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #94a3b8;
    text-transform: uppercase;
}

/* Lüks Geçişli Mail Linki */
.connect-email {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #d4af37; /* Altın sarısı seçkin vurgu */
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 5px;
    transition: color 0.3s ease;
}

.connect-email::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background-color: rgba(212, 175, 55, 0.4);
    transition: width 0.3s ease;
}

.connect-email:hover {
    color: #0f172a; /* Hover olunca kurumsal siyaha dönsün */
}

.connect-email:hover::after {
    width: 100%; /* Çizgi altına tam yayılsın */
    background-color: #0f172a;
}

/* Alt İnce Çizgi Detayı */
.connect-footer-line {
    width: 40px;
    height: 1px;
    background-color: #cbd5e1;
    margin-top: 60px;
}

/* ==========================================================================
   ANASAYFA - STICKY BANNER ÜZERİ MİSTİK SLOGAN AYARI
   ========================================================================= */

   .sticky-image-box {
    position: relative; /* Yazıyı resmin ortasına hizalamak için şart */
    width: 100%;
    overflow: hidden;
}

/* Yazıyı Resmin Tam Merkezine Alan Sihirli Kutu */
.hero-statement-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Matematiksel olarak tam %100 ortalar */
    width: 90%;
    max-width: 800px;
    text-align: center;
    z-index: 5;
    background-color: rgba(15, 23, 42, 0.4); /* Resim açık renkse yazı kaybolmasın diye hafif lüks bir siyah gölge perdesi */
    padding: 30px 40px;
    border-radius: 4px;
    backdrop-filter: blur(4px); /* Arkadaki resmi hafif flulaştıran ultra lüks efekt */
    border: 1px solid rgba(212, 175, 55, 0.15);
}

/* Müşterinin İstediği O Asil Yazının Font Ayarları */
.italic-gold-statement {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 32px; /* Göze çarpan ama bağırmayan asil büyüklük */
    font-weight: 400;
    color: #d4af37; /* Lüks altın sarısı */
    line-height: 1.5;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Yazıya derinlik katan hafif gölge */
    margin: 0;
}

/* ==========================================================================
   ANASAYFA - STICKY BANNER ALTI MANİFESTO YAZISI
   ========================================================================= */

   .banner-bottom-statement {
    padding-top: 60px;
    padding: 10px 0; /* Yukarıdan ve aşağıdan asil bir nefes alma boşluğu */
    background-color: #ffffff; /* Saf, temiz beyaz arka plan */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f8fafc; /* Alt tarafa çok hafif lüks bir geçiş çizgisi */
}

.italic-gold-statement {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 28px; /* Bağırmayan, rafine ve elit bir büyüklük */
    font-weight: 400;
    color: #d4af37; /* Lüks altın sarısı tonu */
    text-align: center;
    line-height: 1.6;
    letter-spacing: 1px; /* Harflerin arası hafif açık, kurumsal duruş */
    margin: 0 auto;
    max-width: 800px; /* Mobilde ve masaüstünde çok uzun tek satır olup estetiği bozmasın */
}

/* ==========================================================================
   YAZI MOBİL UYUM (RESPONSIVE)
   ========================================================================= */
@media (max-width: 768px) {
    .banner-bottom-statement {
        padding: 40px 20px; /* Mobilde daha kibar bir boşluk */
    }
    
    .italic-gold-statement {
        font-size: 18px; /* Mobilde ekrana tam otursun, taşmasın diye dengeleme */
        line-height: 1.5;
    }
}

/* ==========================================================================
   SLOGAN MOBİL UYUM
   ========================================================================= */
@media (max-width: 768px) {
    .hero-statement-overlay {
        padding: 20px;
        width: 85%;
    }
    
    .italic-gold-statement {
        font-size: 20px; /* Mobilde ekrandan taşmasın diye dengeli küçültme */
        line-height: 1.4;
    }
}

/* ==========================================================================
   İLETİŞİM RESPONSIVE
   ========================================================================= */
@media (max-width: 768px) {
    .serif-connect-title {
        font-size: 28px; /* Mobilde taşma yapmadan şık görünür */
        line-height: 1.3;
        margin-bottom: 35px;
    }
    
    .connect-email {
        font-size: 18px;
    }
}

/* ==========================================================================
   HAKKIMIZDA RESPONSIVE
   ========================================================================= */
@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }
    
    .vm-card {
        align-items: center;
        text-align: center;
    }
    
    .about-statement-logo-wrap img {
        width: 200px;
        height: 200px;
    }
}

/* ==========================================================================
   MOBİL AYARLAR
   ========================================================================= */
@media (max-width: 768px) {
    .serif-prep-title {
        font-size: 36px; /* Mobilde taşma yapmaz, ekrana tam oturur */
    }
    
    .prep-logo-wrap img {
        width: 80px;
        height: 80px;
    }
}

/* ==========================================================================
   VİTRİN SILENCE RESPONSIVE (MOBİL UYUM)
   ========================================================================= */
@media (max-width: 768px) {
    .showcase-luxury {
        padding: 100px 0;
    }
    
    .serif-silence-title {
        font-size: 34px; /* Mobilde kusursuz görünüm */
        line-height: 1.3;
    }
    
    .silence-coming-soon {
        font-size: 12px;
        letter-spacing: 3px;
    }
}



/* ==========================================================================
   MOTO RESPONSIVE (MOBİL UYUM)
   ========================================================================= */
@media (max-width: 768px) {
    .features-luxury {
        padding: 90px 0;
    }
    
    .statement-logo-wrap img {
        width: 75px;
        height: 75px;
    }
    
    .serif-statement-title {
        font-size: 32px; /* Mobilde taşmasın diye dengeli küçültme */
        line-height: 1.3;
    }
    
    .statement-since {
        font-size: 11px;
        letter-spacing: 4px;
    }
}

/* ==========================================================================
   MOBİL UYUM (RESPONSIVE)
   ========================================================================= */
@media (max-width: 768px) {
    .premium-coming-soon-box {
        padding: 50px 20px;
        margin: 0 15px;
    }
    
    .cs-title {
        font-size: 30px;
    }
    
    .cs-subtitle {
        font-size: 14px;
    }
}

/* ==========================================================================
   VİTRİN RESPONSIVE (MOBİL UYUM)
   ========================================================================= */
@media (max-width: 1024px) {
    .showcase-gallery {
        gap: 25px;
    }
    .showcase-img-wrap {
        height: 380px;
    }
    .showcase-item.tall {
        transform: translateY(0); /* Tabletlerde yan yana sığması için asimetriyi kaldırıyoruz */
    }
    .showcase-item.tall:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 768px) {
    .showcase-gallery {
        grid-template-columns: 1fr; /* Mobilde pürüzsüz tek sütun */
        gap: 50px;
    }
    .showcase-img-wrap {
        height: 350px;
    }
}
/* ==========================================================================
   MOBİL VE TABLET UYUMU (RESPONSIVE)
   ========================================================================= */
@media (max-width: 992px) {
    .p-img-box {
        height: 280px; /* Tabletlerde resmi biraz küçültüyoruz */
    }
}

@media (max-width: 768px) {
    .products-premium-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); /* Ekran daralınca kartlar sığar */
        gap: 20px;
        padding: 20px 0;
    }
    
    .p-img-box {
        height: 250px; /* Mobilde dikey alanı yormamak için ideal yükseklik */
    }
    
    .p-title {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    /* Çok küçük telefonlarda yan yana 2 tane sığmıyorsa tekli tam boy yapar */
    .products-premium-grid {
        grid-template-columns: 1fr;
    }
    
    .p-img-box {
        height: 280px;
    }
}

/* Mobil Cihazlar İçin Görsel Ekran Uyumu */
@media (max-width: 768px) {
    .sticky-image-box {
        height: 70vh; /* Mobilde dikey alanı biraz daraltıyoruz ki kullanıcı yorulmasın */
    }
    .sticky-image-box img {
        max-height: 50vh;
    }
    .scrolling-banner-content {
        padding: 80px 0;
        margin-top: -10vh;
    }
    .scrolling-banner-content .serif-banner-title {
        font-size: 32px;
    }
}



/* Mobil Uyum Revize */
@media (max-width: 768px) {
    .departments-grid {
        grid-template-columns: 1fr;
    }
    .full-width-dept {
        grid-column: span 1;
    }
    .dept-main-title {
        font-size: 26px;
    }
}

/* ==========================================================================
   İLETİŞİM MOBİL UYUMLULUK
   ========================================================================= */
@media (max-width: 1024px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .contact-form-side {
        padding: 35px 25px;
    }
}

@media (max-width: 600px) {
    .split-row {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

/* Vizyon & Misyon Mobil Uyum */
@media (max-width: 768px) {
    .vision-mission-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .vm-card {
        padding: 40px 30px;
    }
}

/* ==========================================================================
   HAKKIMIZDA MOBİL UYUMLULUK
   ========================================================================== */
@media (max-width: 1024px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .about-large-box {
        height: 380px;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }
    .about-text-side .serif-title {
        font-size: 36px;
    }
}

/* ==========================================================================
   ÜRÜNLER MOBİL UYUMLULUK REBİZE
   ========================================================================== */
@media (max-width: 1024px) {
    .products-premium-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .p-img-box {
        height: 400px;
    }
    .serif-banner-title {
        font-size: 38px;
    }
    .filter-flex {
        gap: 20px;
    }
}

/* ==========================================================================
   MEDIA QUERIES (Mobil Uyumluluk)
   ========================================================================== */
@media (max-width: 1024px) {
    .hero-title { font-size: 48px; }
    .hero-bg-cover { display: none; }
    .luxury-grid { grid-template-columns: 1fr; gap: 30px; }
    .feature-luxury-card.featured { transform: none; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 768px) {
    .premium-nav { display: none; }
    .luxury-menu-toggle { display: flex; }
    .hero-luxury { padding-top: 160px; text-align: center; }
    .hero-actions { justify-content: center; flex-direction: column; }
    .serif-title { font-size: 32px; }
}