/* THE READING ROOM THEME */
body.editorial-theme {
    background-color: #fdfdfb; /* Bone White */
    color: #1a1a1a;
    font-family: 'Montserrat', sans-serif; /* Montserrat for premium feel */
    margin: 0;
    line-height: 1.8;
}

.editorial-container {
    max-width: 750px; /* Balanced for reading and grid layout */
    margin: 0 auto;
    padding: 20px 20px 60px 20px;
}

/* NAV - CLEAN & INTEGRATED */
.editorial-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    background: #0a0a0f; /* Premium dark theme */
    border-bottom: 1px solid rgba(230, 214, 162, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo-wrapper {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 32px; /* Slim profile matching cat-btns */
    width: auto;
}

.nav-status {
    font-size: 10px;
    color: rgba(230, 214, 162, 0.6);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
}

/* PREMIUM BRAND HEADER (TOP MIDDLE) */
.brand-header {
    text-align: center;
    padding: 50px 0 30px 0;
}

.brand-subtitle {
    color: #d4af37; /* Asteria Gold */
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: block;
    margin-bottom: 8px;
}

.brand-main-title {
    color: #1a1a1a;
    font-size: 48px; /* Large fancy lettering */
    font-weight: 300;
    letter-spacing: -1px;
    margin: 0;
}

.brand-divider {
    width: 60px;
    height: 1px;
    background: linear-gradient(to right, transparent, #d4af37, transparent);
    margin: 25px auto;
}

/* CATEGORY GRID (PAGE LOOK) */
.category-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 12px;
    margin-bottom: 60px;
}

.cat-btn {
    height: 42px;
    padding: 5px 10px;
    border-radius: 6px;
    background: linear-gradient(135deg, #1a1625, #0a0a0f); /* Dark box look */
    border: 1px solid rgba(230, 214, 162, 0.2);
    color: #e6d6a2;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
}

.cat-btn.active {
    border-color: rgba(230, 214, 162, 0.8);
    background: linear-gradient(135deg, #2a2438, #0a0a0f);
    box-shadow: 0 0 15px rgba(230, 214, 162, 0.2);
}

.cat-btn span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.cat-btn small {
    font-size: 8px;
    color: rgba(230, 214, 162, 0.5);
}

/* AUDIT CONTENT */
.audit-header {
    text-align: center;
    margin-bottom: 40px;
}

#audit-date {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
}

#editorial-title {
    font-size: 32px;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.audit-content {
    font-size: 18px;
    color: #333;
    margin-bottom: 50px;
}

/* Picks Grid Styling */
.picks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.pick-card {
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease;
}

.pick-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.pick-card img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.pick-card h4 {
    margin: 15px 0 5px 0;
    font-size: 14px;
    text-transform: uppercase;
}

#editorial-text {
    line-height: 1.8;
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 50px;
}

#editorial-text h3 {
    font-size: 1.4rem;
    margin-top: 30px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#editorial-text p {
    margin-bottom: 20px;
}

.brand-text {
    /* Much smaller footprint */
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;             /* Reduced from 18px */
    font-weight: 700;            /* Extra bold to keep it readable at small size */
    letter-spacing: 2px;         /* Tighter but still "airy" */
    text-transform: uppercase;
    display: inline-block;
    
    /* The Gold Gradient */
    background: linear-gradient(
        to right, 
        #bf953f 0%, 
        #fcf6ba 25%, 
        #b38728 50%, 
        #fbf5b7 75%, 
        #aa771c 100%
    );
    
    /* Clipping logic */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    
    /* Smaller shadow for small text */
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    
    /* Vertical alignment fix for small text next to icons */
    vertical-align: middle;
    line-height: 1;
}

/* ================================
   SEO INTRO - READABLE EDITION
================================ */

.seo-intro {
    max-width: 900px;
    margin: 25px auto 35px;
    padding: 20px 24px;

    background: rgba(20, 20, 25, 0.85);
    border: 1px solid rgba(230, 214, 168, 0.25);
    border-radius: 14px;

    backdrop-filter: blur(10px);

    position: relative;

    font-family: 'Montserrat', sans-serif;
}

/* stamp label */
.seo-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(230,214,168,0.5), transparent);
}

/* title */
/* GOLD FOIL EDITORIAL TITLE */
.seo-intro h2 {
    margin: 0 0 10px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;

    background: linear-gradient(
        90deg,
        #ccaa66 0%,
        #fcf6ba 25%,
        #b8a274 50%,
        #fbf5b7 75%,
        #b18539 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
}
/* paragraph (FIXED contrast) */
.seo-intro p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;

    color: #eaeaea; /* <- FIX: readable white */
    opacity: 0.95;
}