    /* --- BLOG PAGE HEADER (Matches Site Theme) --- */
    .page-header {
        position: relative;
        padding: 180px 20px 80px;
        text-align: center;
        background: url('../../media/private pilot background wide.png') center/cover fixed;
        border-bottom: 1px solid var(--border);
    }

    .page-header::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(var(--bg-dark-rgb), 0.7) 0%, rgba(var(--bg-dark-rgb), 0.9) 50%, rgba(var(--bg-dark-rgb), 1) 100%);
        z-index: 1;
    }

    .page-header-content {
        position: relative;
        z-index: 2;
        max-width: 900px;
        margin: auto;
    }

    .page-header h1 {
        font-size: 42px;
        line-height: 1.2;
        margin-bottom: 20px;
        color: var(--text-main);
    }

    /* --- BACK BUTTON STYLES --- */
    .back-link-container {
        max-width: 1100px;
        margin: 20px auto 20px;
        display: flex;
        justify-content: flex-start;
    }

    .back-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--glass);
        border: 1px solid var(--border);
        color: var(--text-main);
        padding: 10px 20px;
        border-radius: 30px;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 0.5px;
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
    }

    .back-btn:hover {
        background: var(--metal-bg);
        background-size: 200% auto;
        color: var(--text-metal);
        border-color: transparent;
        box-shadow: 0 5px 15px var(--accent-glow);
        transform: translateX(-5px);
    }

    .blog-badge {
        background: var(--metal-bg);
        background-size: 200% auto;
        color: var(--text-metal);
        padding: 6px 14px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 30px;
        letter-spacing: 0.5px;
        z-index: 2;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    }

    /* --- NEWSPAPER WRAPPER & SCOPED STYLES --- */
    .newspaper-wrapper {
        padding: 00px 20px 100px;
        position: relative;
        z-index: 2;
    }

    .broadsheet {
        max-width: 1100px;
        margin: 0 auto;
        background-color: #f4f1ea;
        color: #111111;
        font-family: 'Lora', serif;
        line-height: 1.6;
        padding: 60px 70px;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
        border-radius: 4px;
        position: relative;
    }

    .broadsheet * {
        color: #111111;
    }

    .broadsheet .masthead {
        text-align: center;
        border-bottom: 5px solid #111;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .broadsheet .masthead h1 {
        font-family: 'Playfair Display', serif;
        font-size: 65px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0;
        letter-spacing: 2px;
        line-height: 1;
        background: none;
        -webkit-text-fill-color: #111;
    }

    .broadsheet .subhead {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #111;
        border-top: 1px solid #111;
        padding: 8px 0;
        font-size: 13px;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        color: #444;
        margin-bottom: 40px;
    }

    .broadsheet .headline {
        font-family: 'Playfair Display', serif;
        font-size: 52px;
        font-weight: 900;
        text-align: center;
        line-height: 1.1;
        margin: 20px 0;
    }

    .broadsheet .sub-headline {
        font-family: 'Lora', serif;
        font-size: 22px;
        font-style: italic;
        text-align: center;
        color: #444;
        margin-bottom: 40px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .broadsheet .author-line {
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 35px;
        border-top: 2px solid #111;
        border-bottom: 1px solid #111;
        padding: 10px 0;
    }

    .broadsheet .article-body {
        max-width: 850px;      /* Constrains width for perfect eye-tracking */
        margin: 0 auto;        /* Centers the article text */
        text-align: justify;      /* Left align is easier to read on screens than justify */
        font-size: 17px;
        line-height: 1.8;
    }

    .broadsheet h2, .broadsheet h3, .broadsheet .darius-advantage {
        break-inside: auto;
    }

    .broadsheet p {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .broadsheet .drop-cap {
        float: left;
        font-size: 85px;
        line-height: 65px;
        padding-top: 8px;
        padding-right: 12px;
        font-family: 'Playfair Display', serif;
        font-weight: 900;
        color: #111;
    }

    .broadsheet h2 {
        font-family: 'Playfair Display', serif;
        font-size: 28px;
        font-weight: 900;
        border-bottom: 2px solid #111;
        padding-bottom: 5px;
        margin: 50px 0 20px;
        text-align: left;
    }

    .broadsheet h3 {
        font-family: 'Playfair Display', serif;
        font-size: 22px;
        font-style: italic;
        margin: 40px 0 15px;
    }

    /* Darius Advantage Callout Box */
    .broadsheet .darius-advantage {
        background-color: #e6e2d6;
        border: 1px solid #444;
        border-left: 5px solid #111;
        padding: 20px;
        margin: 25px 0;
        font-family: 'Inter', sans-serif;
        font-size: 15px;
        text-align: left;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
        line-height: 1.6;
        overflow: hidden;
    }

    .broadsheet .darius-advantage strong {
        font-family: 'Playfair Display', serif;
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 8px;
        color: #111;
        letter-spacing: 0.5px;
    }

    /* Table Styles */
    .broadsheet .table-container {
        /* Removed column-span as we are now in a single column */
        width: 100%;
        margin: 50px 0;
        border-top: 3px solid #111;
        border-bottom: 3px solid #111;
        padding: 15px 0;
        overflow-x: auto; /* Allows table to scroll left/right on small phones */
    }

    .broadsheet table {
        width: 100%;
        border-collapse: collapse;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
    }

    .broadsheet th,
    .broadsheet td {
        padding: 12px 15px;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }

    .broadsheet th {
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: #111;
        border-bottom: 2px solid #111;
    }

    /* Responsive */
    @media(max-width: 900px) {
        .broadsheet .article-body {
            column-count: 1;
            text-align: justify;
        }

        .broadsheet {
            padding: 30px 20px;
        }

        .broadsheet .masthead h1 {
            font-size: 45px;
        }

        .broadsheet .headline {
            font-size: 36px;
        }

        .broadsheet .table-container {
            overflow-x: auto;
        }

        .broadsheet th,
        .broadsheet td {
            font-size: 13px;
            padding: 10px;
            min-width: 120px;
        }
    }

/* --- NEWSPAPER IMAGE WRAPPING --- */
    .broadsheet .article-figure {
        background: #e6e2d6; /* Matches your darius-advantage box color */
        padding: 8px;
        border: 1px solid #444;
        box-shadow: 2px 4px 10px rgba(0,0,0,0.1);
        margin-bottom: 20px;
    }

    .broadsheet .article-figure img {
        width: 100%;
        height: auto;
        display: block;
        border: 1px solid #111;
        object-fit: cover;
    }

    .broadsheet .article-caption {
        font-family: 'Inter', sans-serif;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #111;
        margin-top: 8px;
        line-height: 1.4;
        border-top: 1px solid #111;
        padding-top: 5px;
    }

    /* Wrap Modifiers - Change these classes to move the image! */
    .img-wrap-left {
        float: left;
        width: 45%;
        margin: 10px 30px 15px 0;
    }

    .img-wrap-right {
        float: right;
        width: 45%;
        margin: 10px 0 15px 30px;
    }

    .img-wrap-full {
        display: block;
        width: 100%;
        margin: 35px 0;
        float: none;
    }

    /* Clearfix to prevent layout breaking at the end of articles */
    .broadsheet .article-body::after {
        content: "";
        clear: both;
        display: table;
    }

    /* Mobile Adjustment: Stop wrapping on small screens */
    @media(max-width: 768px) {
        .img-wrap-left,
        .img-wrap-right {
            float: none;
            width: 100%;
            margin: 25px 0;
        }
    }
