/**
 * Nexvia Digital Studio — Vintage Aşk Gazetesi & Düğün Bülteni Stilleri
 * Editorial Layout, Vintage Newsprint Typo & A4 Print Engine
 */

.blk-gazette-wrap {
    position: relative;
    width: 100%;
    margin: 40px 0;
    padding: 20px 10px;
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
}

/* Üst Araç Çubuğu (Toolbar) */
.gazette-toolbar {
    max-width: 820px;
    margin: 0 auto 16px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(18, 21, 30, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 14px;
    padding: 10px 18px;
    backdrop-filter: blur(10px);
}

.toolbar-badge {
    font-size: 0.85rem;
    font-weight: 700;
    color: #d4af37;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-gazette-print {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #d4af37 0%, #aa841c 100%);
    color: #0b0d12;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-gazette-print:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(212, 175, 55, 0.4);
}

/* Gazete Sayfası (The Sheet) */
.gazette-sheet {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 35px;
    border-radius: 6px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease;
}

/* ==========================================================================
   TEMALAR
   ========================================================================== */

/* 1. Lüks Gece & Altın Varak (Dark Gold - Nexvia Default) */
.theme-dark-gold .gazette-sheet {
    background: #0f1219;
    color: #e2e8f0;
    border: 2px solid rgba(212, 175, 55, 0.35);
}
.theme-dark-gold .masthead-top-bar,
.theme-dark-gold .gazette-footer-row {
    color: #94a3b8;
    border-color: rgba(212, 175, 55, 0.2);
}
.theme-dark-gold .gazette-main-name {
    color: #f8fafc;
    text-shadow: 0 2px 10px rgba(212, 175, 55, 0.2);
}
.theme-dark-gold .gazette-double-rule,
.theme-dark-gold .gazette-footer-rule {
    border-color: #d4af37;
}
.theme-dark-gold .lead-headline {
    color: #fff;
}
.theme-dark-gold .drop-cap {
    color: #d4af37;
}
.theme-dark-gold .gazette-pull-quote {
    border-color: #d4af37;
    background: rgba(212, 175, 55, 0.05);
    color: #fef08a;
}
.theme-dark-gold .classified-item,
.theme-dark-gold .gazette-archive-box {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(212, 175, 55, 0.2);
}
.theme-dark-gold .classified-title {
    color: #d4af37;
}

/* 2. Nostaljik Saman Kağıdı (Vintage Parchment) */
.theme-vintage-parchment .gazette-sheet {
    background: #fbf7ee;
    color: #1c1917;
    border: 2px solid #d6ceb8;
}
.theme-vintage-parchment .masthead-top-bar,
.theme-vintage-parchment .gazette-footer-row {
    color: #57534e;
    border-color: #a8a29e;
}
.theme-vintage-parchment .gazette-main-name {
    color: #0c0a09;
}
.theme-vintage-parchment .gazette-double-rule,
.theme-vintage-parchment .gazette-footer-rule {
    border-color: #1c1917;
}
.theme-vintage-parchment .lead-breaking-label {
    background: #991b1b;
    color: #fff;
}
.theme-vintage-parchment .lead-headline {
    color: #0c0a09;
}
.theme-vintage-parchment .drop-cap {
    color: #991b1b;
}
.theme-vintage-parchment .gazette-pull-quote {
    border-color: #991b1b;
    background: #f5eedc;
    color: #1c1917;
}
.theme-vintage-parchment .classified-item,
.theme-vintage-parchment .gazette-archive-box {
    background: #f5eedc;
    border-color: #d6ceb8;
}
.theme-vintage-parchment .classified-title {
    color: #991b1b;
}

/* 3. Minimalist Modern */
.theme-minimal-modern .gazette-sheet {
    background: #ffffff;
    color: #18181b;
    border: 1px solid #e4e4e7;
}
.theme-minimal-modern .gazette-double-rule,
.theme-minimal-modern .gazette-footer-rule {
    border-color: #18181b;
}
.theme-minimal-modern .drop-cap {
    color: #18181b;
}
.theme-minimal-modern .classified-item,
.theme-minimal-modern .gazette-archive-box {
    background: #fafafa;
    border-color: #e4e4e7;
}

/* 4. Resmi Düğün Gazetesi (Wedding Gazette) */
.theme-wedding-gazette .gazette-sheet {
    background: #fffdfa;
    color: #27272a;
    border: 2px solid rgba(225, 29, 72, 0.2);
}
.theme-wedding-gazette .gazette-double-rule,
.theme-wedding-gazette .gazette-footer-rule {
    border-color: #e11d48;
}
.theme-wedding-gazette .drop-cap,
.theme-wedding-gazette .classified-title {
    color: #be123c;
}

/* ==========================================================================
   MİZANPAJ BİLEŞENLERİ
   ========================================================================== */

/* Masthead */
.gazette-masthead-box {
    text-align: center;
    margin-bottom: 24px;
}

.masthead-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 1px solid;
    margin-bottom: 12px;
}

.gazette-main-name {
    font-size: 3.2rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 10px 0;
}

@media (max-width: 600px) {
    .gazette-main-name { font-size: 2.2rem; }
}

.gazette-sub-tagline {
    font-size: 0.85rem;
    font-style: italic;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.gazette-double-rule {
    border-top: 3px double;
    margin: 12px 0 20px 0;
}

/* Manşet Bölümü */
.gazette-lead-section {
    text-align: center;
    margin-bottom: 28px;
}

.lead-breaking-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px;
    background: #e11d48;
    color: #fff;
    margin-bottom: 10px;
}

.lead-headline {
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

@media (max-width: 600px) {
    .lead-headline { font-size: 1.6rem; }
}

.lead-deck {
    font-size: 1.08rem;
    line-height: 1.6;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
}

/* Gazete Ana Izgara */
.gazette-content-grid {
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 28px;
    align-items: start;
}

@media (max-width: 768px) {
    .gazette-content-grid {
        grid-template-columns: 1fr;
    }
}

/* Fotoğraf */
.gazette-photo-box {
    margin-bottom: 20px;
}

.gazette-img-vintage {
    width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: cover;
    border-radius: 2px;
    filter: grayscale(80%) sepia(20%) contrast(110%);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.gazette-photo-caption {
    font-size: 0.78rem;
    font-style: italic;
    color: #71717a;
    margin-top: 6px;
}

/* Makale */
.gazette-article-body {
    font-size: 0.96rem;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
}

.drop-cap {
    float: left;
    font-size: 3.5rem;
    line-height: 0.8;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 2px;
    font-weight: 900;
}

.gazette-pull-quote {
    border-left: 4px solid;
    padding: 14px 18px;
    margin: 20px 0;
    font-size: 1.05rem;
    font-style: italic;
    line-height: 1.6;
    border-radius: 0 8px 8px 0;
}

/* Küçük Seri İlanlar */
.classifieds-header {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 1.5px solid;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.classifieds-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.classified-item {
    padding: 10px 12px;
    border: 1px solid;
    border-radius: 6px;
}

.classified-title {
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.classified-desc {
    font-size: 0.78rem;
    line-height: 1.5;
    margin: 0;
}

/* Arşiv Mührü */
.gazette-archive-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px dashed;
    border-radius: 8px;
    font-size: 0.78rem;
    line-height: 1.5;
}

.archive-seal {
    font-size: 1.4rem;
    color: #d4af37;
}

/* Alt Dipnot (Footer) */
.gazette-footer-rule {
    border-top: 2px solid;
    margin: 28px 0 10px 0;
}

.gazette-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

@media (max-width: 600px) {
    .gazette-footer-row {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
}

/* ==========================================================================
   YAZDIRMA / A4 BASKI MOTORU (PRINT-READY CSS)
   ========================================================================== */
@media print {
    body {
        background: #fff !important;
        color: #000 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .no-print,
    .gazette-toolbar,
    header,
    footer,
    nav,
    .btn-gazette-print {
        display: none !important;
    }

    .blk-gazette-wrap {
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        border: none !important;
    }

    .gazette-sheet {
        max-width: 100% !important;
        width: 100% !important;
        padding: 15mm !important;
        margin: 0 auto !important;
        box-shadow: none !important;
        border: 2px solid #000 !important;
        background: #fff !important;
        color: #000 !important;
        page-break-inside: avoid;
    }

    .gazette-main-name,
    .lead-headline {
        color: #000 !important;
    }

    .drop-cap,
    .classified-title {
        color: #991b1b !important;
    }

    .gazette-double-rule,
    .gazette-footer-rule {
        border-color: #000 !important;
    }
}
