/*
Theme Name: La Naranja Digital - Edición Vintage
Author: La Naranja Digital Team
Description: Tema editorial con estética de periódico clásico venezolano de 3 columnas y navegación completa.
Version: 2.5
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,400&family=Georgia&family=Inter:wght@400;600;700;800&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    background-color: #fcf9f2;
    color: #1a1815;
    font-family: 'Georgia', serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    padding: 20px 10px;
}

.newspaper-container {
    max-width: 1120px;
    margin: 0 auto;
    background-color: #fcf9f2;
    padding: 30px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.06);
    border: 1px solid #dcd1be;
}

/* Encabezado */
.newspaper-header {
    text-align: center;
    border-top: 3px double #1a1815;
    border-bottom: 3px double #1a1815;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
}

.top-meta {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #1a1815;
    padding-bottom: 5px;
    margin-bottom: 12px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.main-newspaper-title {
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: 52px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 4px 0;
    line-height: 1;
}

.main-newspaper-title a {
    color: #1a1815;
    text-decoration: none;
}

.main-newspaper-title a:hover {
    color: #c05621;
}

.motto {
    font-size: 13.5px;
    font-style: italic;
    color: #c05621;
    margin: 4px 0 12px 0;
}

/* Barra de Navegación de Secciones */
.newspaper-nav {
    border-top: 2px solid #1a1815;
    background: #f4ede1;
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.newspaper-nav a {
    color: #1a1815;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 8px;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.newspaper-nav a:hover {
    background: #1a1815;
    color: #ffffff;
}

.newspaper-nav a.active-tab {
    background: #f37021;
    color: #ffffff;
}

/* Titulares y Secciones */
.headline-section {
    text-align: center;
    border-bottom: 2px solid #1a1815;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.kicker, .single-kicker {
    font-family: 'Inter', sans-serif;
    font-size: 11.5px;
    font-weight: 800;
    color: #f37021;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 4px;
}

.main-headline {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    line-height: 1.15;
}

.main-headline a {
    color: inherit;
    text-decoration: none;
}

.sub-headline {
    font-size: 15.5px;
    font-style: italic;
    color: #4a453d;
    margin: 0 auto;
    max-width: 880px;
}

/* Sección Categoría Banner */
.section-banner {
    text-align: center;
    border-bottom: 2px solid #1a1815;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.section-page-title {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 5px 0;
}

.section-desc {
    font-style: italic;
    color: #666;
    margin: 0;
}

.category-article-card {
    border-bottom: 1px solid #c8c0b2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.read-more-link {
    color: #c05621;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.read-more-link:hover {
    text-decoration: underline;
}

/* Grid de 3 Columnas */
.newspaper-grid {
    display: grid;
    grid-template-columns: 1.1fr 1.1fr 0.8fr;
    gap: 25px;
    text-align: justify;
}

@media (max-width: 850px) {
    .newspaper-grid {
        grid-template-columns: 1fr;
    }
}

.col-left, .col-mid {
    border-right: 1px solid #c8c0b2;
    padding-right: 20px;
}

@media (max-width: 850px) {
    .col-left, .col-mid {
        border-right: none;
        border-bottom: 1px solid #c8c0b2;
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.section-badge {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    background: #1a1815;
    color: #fff;
    padding: 3px 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}

.article-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    line-height: 1.2;
}

.article-title a {
    color: inherit;
    text-decoration: none;
}

.article-title a:hover {
    color: #c05621;
}

.article-subtitle {
    font-size: 12px;
    font-weight: bold;
    color: #c05621;
    margin-bottom: 8px;
    display: block;
}

.dropcap {
    float: left;
    font-size: 48px;
    line-height: 0.8;
    padding-right: 8px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #1a1815;
}

.vintage-box {
    background-color: #f4ede1;
    border: 1px solid #dcd1be;
    border-left: 4px solid #f37021;
    padding: 12px;
    margin: 15px 0;
    font-size: 13px;
}

.vintage-box-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    color: #c05621;
    margin-bottom: 5px;
    font-family: 'Inter', sans-serif;
}

.vintage-list {
    padding-left: 18px;
    font-size: 13px;
    margin: 8px 0;
}

.vintage-list li {
    margin-bottom: 6px;
}

.vintage-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
    font-size: 11.5px;
    font-family: 'Inter', sans-serif;
}

.vintage-table th {
    background-color: #1a1815;
    color: #fff;
    padding: 5px 6px;
    text-align: left;
    text-transform: uppercase;
}

.vintage-table td {
    padding: 4px 6px;
    border-bottom: 1px dotted #a89f91;
}

.vintage-table tr:nth-child(even) td {
    background-color: #f3ece0;
}

.signature-block {
    margin-top: 15px;
    border-top: 1px solid #1a1815;
    padding-top: 8px;
    font-size: 12px;
    text-align: center;
    font-style: italic;
}

/* Vista individual de artículo */
.single-article-view {
    max-width: 820px;
    margin: 0 auto;
    padding: 20px 0;
}

.single-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.15;
    margin: 10px 0;
}

.single-meta {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #c8c0b2;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.single-content {
    font-size: 17px;
    line-height: 1.7;
    text-align: justify;
}

.single-content p {
    margin-bottom: 18px;
}

.footer-line {
    border-bottom: 2px solid #1a1815;
    margin: 30px 0 15px 0;
}

.newspaper-footer {
    text-align: center;
    font-size: 11.5px;
    font-family: 'Inter', sans-serif;
    color: #555;
}

.print-btn-bar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.action-btn {
    background: #1a1815;
    color: #fff;
    border: none;
    padding: 7px 15px;
    font-family: 'Inter', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
}

.action-btn:hover {
    background: #f37021;
    color: #fff;
}

.back-home-bar {
    margin-top: 30px;
    border-top: 1px solid #c8c0b2;
    padding-top: 15px;
}

.empty-section-box {
    grid-column: 1 / -1;
    background: #f4ede1;
    border: 1px dashed #c8c0b2;
    padding: 30px;
    text-align: center;
}

/* Publicidad */
.top-ads-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #c8c0b2;
}

@media (max-width: 650px) {
    .top-ads-bar {
        grid-template-columns: 1fr;
    }
}

.top-ad-item {
    background: #f4ede1;
    border: 1px solid #dcd1be;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-ad-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.inline-ad-box {
    background: #f4ede1;
    border: 1px dashed #b8ad9e;
    padding: 15px;
    margin: 22px 0;
    text-align: center;
    clear: both;
}

.inline-ad-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ad-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #887e70;
    margin-bottom: 6px;
}

@media print {
    body {
        background: #fff;
        padding: 0;
    }
    .newspaper-container {
        box-shadow: none;
        border: none;
        padding: 0;
        max-width: 100%;
    }
    .print-btn-bar, .newspaper-nav, .back-home-bar, .top-ads-bar, .inline-ad-box {
        display: none !important;
    }
}

/* Logo Gráfico Principal */
.masthead-logo-container {
    text-align: center;
    margin: 8px 0 4px 0;
}

.main-newspaper-logo, .custom-logo {
    max-width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
    display: inline-block;
    transition: transform 0.2s ease;
}

.main-newspaper-logo:hover, .custom-logo:hover {
    transform: scale(1.01);
}
