
/* ═══════════════════════════════════════════════════════════════════
   GLOBAL CONTAINER & PDP WRAPPER (1200PX MAX-WIDTH ON PC)
   ═══════════════════════════════════════════════════════════════════ */
.container,
.pdp-page-wrap,
main.pdp-page-wrap {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
}

.pdp-grid {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* ═══════════════════════════════════════════════════════════════════
   GLOBAL CONTAINER & PDP WRAPPER (1200PX MAX-WIDTH ON PC)
   ═══════════════════════════════════════════════════════════════════ */
.container, .pdp-page-wrap {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
}

.pdp-grid {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* ═══════════════════════════════════════════════════════════════════
   ARTICLE INLINE FEATURED PRODUCT CARD (100% CENTERED ON ALL DEVICES)
   ═══════════════════════════════════════════════════════════════════ */
.article-featured-product-card,
.sidebar-product-box,
.sidebar-widget.sidebar-product-box {
    background: var(--bg-card, #FFFFFF) !important;
    border: 1px solid var(--border-color, #E5E7EB) !important;
    border-radius: 16px !important;
    padding: 28px 24px !important;
    margin: 32px auto !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.article-featured-product-card .card-img-wrap,
.sidebar-product-box > div:first-of-type {
    background: var(--color-beige-subtle, rgba(0,0,0,0.02)) !important;
    border: 1px solid var(--border-subtle, #E5E7EB) !important;
    border-radius: 12px !important;
    padding: 18px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto 16px auto !important;
    box-sizing: border-box !important;
}

.article-featured-product-card .card-img,
.sidebar-product-img {
    height: auto !important;
    max-height: 240px !important;
    width: auto !important;
    max-width: 90% !important;
    min-width: 180px !important;
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain !important;
    filter: drop-shadow(0 6px 16px rgba(0,0,0,0.12)) !important;
}

.article-featured-product-card .card-content-wrap,
.sidebar-product-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
}

.article-featured-product-card .pdp-badge {
    font-size: 11px !important;
    padding: 4px 12px !important;
    margin: 0 auto 10px auto !important;
    display: inline-block !important;
}

.article-featured-product-card .card-title,
.sidebar-product-name {
    font-family: var(--font-display, 'Cinzel', serif) !important;
    font-size: clamp(18px, 3vw, 22px) !important;
    color: var(--text-main, #111827) !important;
    margin: 0 auto 8px auto !important;
    text-align: center !important;
    width: 100% !important;
}

.article-featured-product-card .card-price,
.sidebar-product-price {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: var(--accent, #E0A96D) !important;
    margin: 0 auto 18px auto !important;
    text-align: center !important;
}

.article-featured-product-card .card-btn-stack,
.article-cta-strip > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto !important;
}

.article-featured-product-card .btn,
.article-featured-product-card a.btn,
.sidebar-product-box .btn,
.sidebar-product-box a.btn,
.article-cta-strip .btn,
.article-cta-strip a.btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 13px 20px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    text-align: center !important;
    box-sizing: border-box !important;
    margin: 0 0 10px 0 !important;
}

.article-featured-product-card .btn:last-child,
.article-featured-product-card a.btn:last-child,
.sidebar-product-box .btn:last-child,
.sidebar-product-box a.btn:last-child,
.article-cta-strip .btn:last-child,
.article-cta-strip a.btn:last-child {
    margin-bottom: 0 !important;
}



/* ═══════════════════════════════════════════════════════════════════
   ARTICLE PRODUCT CARDS & CTA STRIPS: CENTERED, BIGGER IMAGE & 1 BTN PER ROW
   ═══════════════════════════════════════════════════════════════════ */
.sidebar-sticky-wrap, .sidebar-widget, .sidebar-product-box, .article-product-card, .product-card-widget, .featured-product-card {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.sidebar-product-box > div,
.sidebar-product-box a,
.sidebar-product-box h4,
.sidebar-product-box p,
.sidebar-product-box span,
.sidebar-widget-title {
    text-align: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.sidebar-product-img,
.article-product-card img,
.product-card-widget img,
.featured-product-img {
    height: auto !important;
    max-height: 250px !important;
    width: auto !important;
    max-width: 90% !important;
    min-width: 180px !important;
    margin: 0 auto 16px auto !important;
    display: block !important;
    object-fit: contain !important;
    filter: drop-shadow(0 6px 16px rgba(0,0,0,0.15)) !important;
}

.sidebar-product-name,
.article-product-card h3,
.article-product-card h4,
.product-card-widget h3,
.product-card-widget h4,
.featured-product-name {
    text-align: center !important;
    font-size: clamp(17px, 2.5vw, 20px) !important;
    font-weight: 700 !important;
    margin: 10px auto 6px auto !important;
    width: 100% !important;
    color: var(--text-main, #111827) !important;
}

.sidebar-product-price,
.article-product-card .price,
.product-card-widget .price {
    text-align: center !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    color: var(--accent, #E0A96D) !important;
    margin: 6px auto 16px auto !important;
    width: 100% !important;
}

.sidebar-product-box .btn,
.sidebar-product-box a.btn,
.article-product-card .btn,
.article-product-card a.btn,
.product-card-widget .btn,
.product-card-widget a.btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 0 10px 0 !important;
    padding: 13px 20px !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
}

.sidebar-product-box .btn:last-child,
.sidebar-product-box a.btn:last-child,
.article-product-card .btn:last-child,
.article-product-card a.btn:last-child {
    margin-bottom: 0 !important;
}

/* Article In-Line CTA Strips (Center Elements & 1 Button Per Row on Mobile) */
.article-cta-strip {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 30px 24px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 36px 0 !important;
}

.article-cta-strip h3,
.article-cta-strip p,
.article-cta-strip span {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.article-cta-strip > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 480px !important;
    margin: 0 auto !important;
}

.article-cta-strip .btn,
.article-cta-strip a.btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
    padding: 13px 22px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-sizing: border-box !important;
}



/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE BREADCRUMBS: ARTICLE/PAGE TITLE ALWAYS ON NEW ROW
   ═══════════════════════════════════════════════════════════════════ */
.article-breadcrumb, .pdp-crumb, .breadcrumb, .breadcrumbs {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px 8px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-bottom: 22px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.article-breadcrumb a, .pdp-crumb a, .breadcrumb a, .breadcrumbs a {
    color: var(--text-muted, #6B7280) !important;
    text-decoration: none !important;
    font-size: 13px !important;
}

.article-breadcrumb > span:last-child,
.pdp-crumb > span:last-child,
.breadcrumb > span:last-child,
.breadcrumbs > span:last-child,
.article-breadcrumb .breadcrumb-current,
.pdp-crumb .pdp-crumb-current {
    flex-basis: 100% !important;
    display: block !important;
    width: 100% !important;
    margin-top: 6px !important;
    font-weight: 700 !important;
    color: var(--text-main, #111827) !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}

/* ═══════════════════════════════════════════════════════════════════
   ARTICLE PRODUCT CARDS & SIDEBAR WIDGETS (CENTERED & 2-ROW BUTTONS)
   ═══════════════════════════════════════════════════════════════════ */
.sidebar-product-box, .article-product-card, .product-card-widget, .featured-product-card, .product-box-compact {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px 20px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    border-radius: 14px !important;
}

.sidebar-product-box .sidebar-product-img,
.article-product-card img,
.product-card-widget img,
.featured-product-img,
.sidebar-product-img {
    height: auto !important;
    max-height: 240px !important;
    width: auto !important;
    max-width: 88% !important;
    margin: 0 auto 16px auto !important;
    display: block !important;
    object-fit: contain !important;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,0.12)) !important;
}

.sidebar-product-box .sidebar-product-name,
.article-product-card h3,
.article-product-card h4,
.product-card-widget h3,
.product-card-widget h4,
.featured-product-name,
.sidebar-product-name {
    text-align: center !important;
    font-size: clamp(17px, 2.5vw, 20px) !important;
    font-weight: 700 !important;
    margin: 8px 0 6px 0 !important;
    width: 100% !important;
}

.sidebar-product-box .sidebar-product-price,
.article-product-card .price,
.product-card-widget .price,
.sidebar-product-price {
    text-align: center !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    margin: 4px 0 16px 0 !important;
    width: 100% !important;
}

.sidebar-product-box .btn,
.sidebar-product-box a.btn,
.article-product-card .btn,
.article-product-card a.btn,
.product-card-widget .btn,
.product-card-widget a.btn {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 0 10px 0 !important;
    padding: 13px 20px !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
}

.sidebar-product-box .btn:last-child,
.sidebar-product-box a.btn:last-child,
.article-product-card .btn:last-child,
.article-product-card a.btn:last-child {
    margin-bottom: 0 !important;
}

/* ═══════════════════════════════════════════════════════════════════
   4-COLUMN TABLES CONVERTED TO MOBILE CARD BOXES
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .article-table-wrap {
        border: none !important;
        background: transparent !important;
        overflow: visible !important;
        margin: 20px 0 !important;
        padding: 0 !important;
    }
    .article-table, table.table-comparison, table.ingredient-table, table.data-table {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        width: 100% !important;
        border: none !important;
        background: transparent !important;
    }
    .article-table thead, table.table-comparison thead, table.ingredient-table thead, table.data-table thead {
        display: none !important;
    }
    .article-table tbody, table.table-comparison tbody, table.ingredient-table tbody, table.data-table tbody {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        width: 100% !important;
    }
    .article-table tr, table.table-comparison tr, table.ingredient-table tr, table.data-table tr {
        display: block !important;
        background: #FFFFFF !important;
        border: 1px solid var(--border-color, #E5E7EB) !important;
        border-radius: 12px !important;
        padding: 16px 18px !important;
        box-shadow: 0 4px 14px rgba(0,0,0,0.04) !important;
        box-sizing: border-box !important;
        width: 100% !important;
        margin-bottom: 12px !important;
    }
    .article-table td, table.table-comparison td, table.ingredient-table td, table.data-table td {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding: 9px 0 !important;
        border-bottom: 1px solid var(--border-subtle, #F3F4F6) !important;
        font-size: 13.5px !important;
        text-align: right !important;
        box-sizing: border-box !important;
        width: 100% !important;
        line-height: 1.5 !important;
    }
    .article-table td:first-child, table.table-comparison td:first-child, table.ingredient-table td:first-child, table.data-table td:first-child {
        font-size: 16px !important;
        font-weight: 800 !important;
        color: var(--text-main, #111827) !important;
        border-bottom: 2px solid var(--border-color, #E5E7EB) !important;
        padding-bottom: 10px !important;
        margin-bottom: 4px !important;
        justify-content: flex-start !important;
        text-align: left !important;
    }
    .article-table td:last-child, table.table-comparison td:last-child, table.ingredient-table td:last-child, table.data-table td:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
    .article-table td[data-label]::before, table.table-comparison td[data-label]::before, table.ingredient-table td[data-label]::before, table.data-table td[data-label]::before {
        content: attr(data-label) ": ";
        font-weight: 700;
        color: var(--text-muted, #6B7280);
        text-align: left;
        flex-shrink: 0;
        font-size: 12.5px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
}


/* =============================================
   ROYAL HONEY PACKETS — ARTICLE & BLOG CSS
   Luxury Dark Theme · Amber Gold · Cinematic
   ============================================= */

/* ---- PAGE HERO ---- */
.page-hero {
    position: relative;
    padding: 6rem 0 5rem;
    background: radial-gradient(ellipse 80% 70% at 50% 0%, #1a1208 0%, #0D0F12 70%);
    overflow: hidden;
    border-bottom: 1px solid rgba(232,148,26,0.12);
}

/* Honeycomb pattern overlay */
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='52'%3E%3Cpolygon points='30,2 58,17 58,47 30,62 2,47 2,17' fill='none' stroke='%23E8941A' stroke-width='0.6'/%3E%3C/svg%3E");
    opacity: 0.05;
    pointer-events: none;
}

/* Gold radial glow top center */
.page-hero::after {
    content: '';
    position: absolute;
    top: -60%;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232,148,26,0.14) 0%, transparent 65%);
    pointer-events: none;
}

.page-hero .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.page-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(232,148,26,0.1);
    border: 1px solid rgba(232,148,26,0.3);
    border-radius: 100px;
    padding: 5px 16px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent-gold, #E8941A);
    margin-bottom: 1.5rem;
}

.page-hero-title {
    font-family: var(--font-display, 'Playfair Display', serif);
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.15;
    margin-bottom: 1.4rem;
    letter-spacing: -0.02em;
}

.page-hero-desc {
    font-size: 1.1rem;
    color: #9CA3AF;
    line-height: 1.75;
    max-width: 640px;
    margin: 0 auto 2rem;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #6B7280;
    flex-wrap: wrap;
}

.breadcrumb a {
    color: #6B7280 !important;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb a:hover {
    color: var(--accent-gold, #E8941A) !important;
    opacity: 1 !important;
}

.breadcrumb .sep {
    color: #374151;
    font-size: 0.7rem;
}

/* ---- ARTICLE LAYOUT ---- */
.content-section {
    padding: 5rem 0 6rem;
    background: var(--bg-primary, #0D0F12);
}

.article-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 4rem;
    align-items: start;
}

/* ---- ARTICLE BODY ---- */
.article-body {
    max-width: 760px;
    margin: 0 auto;
}

.article-body h2 {
    font-family: var(--font-display, 'Playfair Display', serif);
    font-size: 1.75rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 2.8rem 0 1rem;
    line-height: 1.25;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(232,148,26,0.15);
}

.article-body h2:first-child {
    margin-top: 0;
}

.article-body h3 {
    font-family: var(--font-display, 'Playfair Display', serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: #F3F4F6;
    margin: 2rem 0 0.75rem;
    line-height: 1.35;
}

.article-body p {
    font-size: 1rem;
    color: #D1D5DB;
    line-height: 1.85;
    margin-bottom: 1.4rem;
}

.article-body strong {
    color: #FFFFFF;
    font-weight: 700;
}

.article-body a {
    color: var(--accent-gold, #E8941A) !important;
    text-decoration: underline;
    text-decoration-color: rgba(232,148,26,0.35);
    text-underline-offset: 3px;
    transition: color 0.2s, text-decoration-color 0.2s;
}

.article-body a:hover {
    color: #FFD080 !important;
    text-decoration-color: rgba(232,148,26,0.7);
    opacity: 1 !important;
}

.article-body ul,
.article-body ol {
    margin: 0 0 1.4rem 0;
    padding-left: 1.5rem;
}

.article-body li {
    color: #D1D5DB;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.article-body ul li::marker {
    color: var(--accent-gold, #E8941A);
}

/* ---- CALLOUT BOX ---- */
.callout-box {
    position: relative;
    background: linear-gradient(135deg, rgba(232,148,26,0.08), rgba(232,148,26,0.04));
    border: 1px solid rgba(232,148,26,0.3);
    border-left: 4px solid var(--accent-gold, #E8941A);
    border-radius: 0 12px 12px 0;
    padding: 1.5rem 1.8rem;
    margin: 2rem 0;
    font-size: 0.95rem;
    color: #D1D5DB;
    line-height: 1.7;
}

.callout-box::before {
    content: '💡';
    position: absolute;
    top: -14px;
    left: 1.5rem;
    background: #0D0F12;
    padding: 0 6px;
    font-size: 1rem;
}

.callout-box strong {
    color: var(--accent-gold, #E8941A);
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ---- INTERNAL LINKS BOX ---- */
.internal-links-box {
    background: linear-gradient(145deg, #13171D, #0F1318);
    border: 1px solid rgba(232,148,26,0.15);
    border-radius: 16px;
    padding: 2rem;
    margin: 3rem 0;
}

.internal-links-box h3 {
    font-family: var(--font-display, 'Playfair Display', serif);
    font-size: 1.1rem;
    color: #FFFFFF;
    margin: 0 0 1.25rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.internal-links-box h3 span {
    font-size: 1.2rem;
}

.internal-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.internal-link-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background: rgba(232,148,26,0.05);
    border: 1px solid rgba(232,148,26,0.12);
    border-radius: 10px;
    padding: 0.85rem 1.1rem;
    text-decoration: none !important;
    color: #D1D5DB !important;
    font-size: 0.88rem;
    font-weight: 500;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.internal-link-card:hover {
    background: rgba(232,148,26,0.1);
    border-color: rgba(232,148,26,0.35);
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.internal-link-card span:last-child {
    color: var(--accent-gold, #E8941A);
    font-size: 1rem;
    flex-shrink: 0;
}

/* ---- ARTICLE CTA BUTTON ---- */
.article-body .btn-primary,
.article-cta-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #E8941A 0%, #C67700 100%) !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    padding: 14px 32px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    letter-spacing: 0.03em;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 24px rgba(232,148,26,0.3);
    border: none !important;
}

.article-body .btn-primary:hover,
.article-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(232,148,26,0.45);
    opacity: 1 !important;
    color: #fff !important;
}

/* ---- BLOG INDEX HUB ---- */
.blog-hub-hero {
    position: relative;
    padding: 6rem 0 5rem;
    background: radial-gradient(ellipse 80% 70% at 50% 0%, #1a1208 0%, #0D0F12 70%);
    overflow: hidden;
    border-bottom: 1px solid rgba(232,148,26,0.12);
    text-align: center;
}

.blog-hub-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='52'%3E%3Cpolygon points='30,2 58,17 58,47 30,62 2,47 2,17' fill='none' stroke='%23E8941A' stroke-width='0.6'/%3E%3C/svg%3E");
    opacity: 0.05;
    pointer-events: none;
}

.blog-hub-hero::after {
    content: '';
    position: absolute;
    top: -60%;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232,148,26,0.14) 0%, transparent 65%);
    pointer-events: none;
}

.blog-hub-hero .container {
    position: relative;
    z-index: 2;
}

/* Blog article cards */
.blog-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 1.75rem;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
    .article-layout {
        grid-template-columns: 1fr;
    }
    .internal-links-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-hero { padding: 4rem 0 3.5rem; }
    .page-hero-title { font-size: 2rem; }
    .page-hero-desc { font-size: 0.95rem; }
    .article-body h2 { font-size: 1.4rem; }
    .content-section { padding: 3.5rem 0 4.5rem; }
    .internal-links-grid { grid-template-columns: 1fr; }
}


/* ═══════════════════════════════════════════════════════════════════
   ARTICLE & KNOWLEDGE HUB CONTAINER FIXES (1200PX ALIGNED)
   ═══════════════════════════════════════════════════════════════════ */
.article-grid-layout {
    display: grid !important;
    grid-template-columns: 1fr 320px !important;
    gap: 36px !important;
    align-items: flex-start !important;
    max-width: 1200px !important;
    margin: 40px auto 60px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

@media (max-width: 960px) {
    .article-grid-layout {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
}

.article-hero-wrap > div, .article-hero-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.article-wrapper {
    max-width: 860px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
}
