    * { margin: 0; padding: 0; box-sizing: border-box; }

    html, body {
        font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        background: #F2EFE5;
        color: #111;
        line-height: 1.6;
    }

    /* Minimal site nav */
    .site-nav {
        background: #F2EFE5;
        border-bottom: 2px solid #D62828;
    }
    .site-nav-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 1.25rem 1.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
    }
    .wordmark {
        font-family: 'Fugaz One', sans-serif;
        font-size: 1.5rem;
        color: #D62828;
        text-decoration: none;
        letter-spacing: 0.01em;
    }
    .wordmark:hover { opacity: 0.85; }
    .nav-links {
        display: flex;
        gap: 1.5rem;
    }
    .nav-links a {
        font-family: 'Space Mono', monospace;
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #111;
        text-decoration: none;
        transition: color 0.15s;
    }
    .nav-links a:hover, .nav-links a.current { color: #D62828; }

    /* Media embeds */
    .embed-wrap {
        position: relative;
        margin: 1.5rem 0;
        background: #111;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .embed-wrap iframe {
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        border: 0;
        display: block;
    }
    .embed-sc {
        padding-bottom: 0;
        height: 166px;
        background: transparent;
    }
    .embed-sc iframe {
        position: static;
        height: 166px;
    }
    .embed-mc {
        padding-bottom: 0;
        height: 120px;
        background: transparent;
    }
    .embed-mc iframe {
        position: static;
        height: 120px;
    }

    .container {
        max-width: 800px;
        margin: 0 auto;
        padding: 2rem 1.5rem;
    }

    .post-header {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-bottom: 2px solid #D62828;
    }

    .post-meta {
        font-family: 'Space Mono', monospace;
        font-size: 0.9rem;
        color: #666;
        margin-bottom: 1rem;
    }

    .post-title {
        font-size: clamp(1.8rem, 5vw, 2.5rem);
        font-weight: 700;
        color: #111;
        margin-bottom: 1rem;
        line-height: 1.2;
    }

    .post-content {
        font-size: 1.05rem;
        line-height: 1.8;
        color: #333;
    }

    .post-content h2 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 1.5rem;
        color: #111;
    }

    .post-content h3 {
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
        font-size: 1.2rem;
        color: #111;
    }

    .post-content p {
        margin-bottom: 1rem;
    }

    .post-content a {
        color: #005F99;
        text-decoration: underline;
    }

    .post-content a:hover {
        color: #D62828;
    }

    .post-content ul, .post-content ol {
        margin-left: 2rem;
        margin-bottom: 1rem;
    }

    .post-content li {
        margin-bottom: 0.5rem;
    }

    .post-content img {
        max-width: 100%;
        height: auto;
        margin: 1.5rem 0;
        border-radius: 4px;
    }

    .post-content iframe {
        max-width: 100%;
        margin: 1.5rem 0;
    }
    /* Re-assert embed-wrap positioning — must beat .post-content iframe above */
    .post-content .embed-wrap iframe {
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        margin: 0;
        border: 0;
        display: block;
    }
    .post-content .embed-sc iframe {
        position: static;
        width: 100%;
        height: 166px;
        margin: 0;
    }
    .post-content .embed-mc iframe {
        position: static;
        width: 100%;
        height: 120px;
        margin: 0;
    }

    .post-tags {
        margin-top: 2rem;
        padding-top: 2rem;
        border-top: 2px solid #eee;
    }

    .tag {
        display: inline-block;
        padding: 0.5rem 1rem;
        background: #f0f0f0;
        border-radius: 20px;
        font-size: 0.85rem;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
        color: #666;
    }

    .post-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 3rem;
        padding-top: 2rem;
        border-top: 2px solid #eee;
    }

    .post-nav a {
        text-decoration: none;
        color: #005F99;
        font-weight: 600;
        transition: color 0.2s;
    }

    .post-nav a:hover {
        color: #D62828;
    }

    .post-nav .nav-center {
        text-align: center;
    }

    .error {
        text-align: center;
        padding: 4rem 2rem;
        color: #d62828;
    }

    footer {
        background: #D62828;
        color: #F2EFE5;
        padding: 48px 40px;
    }
    footer a { color: #F2EFE5; text-decoration: none; }
    footer a:hover { opacity: 0.8; background: #F2EFE5; color: #D62828; }

    @media (max-width: 768px) {
        .container { padding: 1.5rem 1rem; }
        .post-nav { flex-direction: column; gap: 1rem; text-align: center; }
    }
    

    /* year-nav band (extracted from year pages) */
    .year-nav {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 1rem 1.5rem;
            margin: 1.25rem 0 1.75rem;
            background: #111;
            border-left: 4px solid #D62828;
            font-family: 'Space Mono', monospace;
            font-size: 0.85rem;
        }
    
    .year-nav a, .year-nav span {
            text-decoration: none;
            color: #F2EFE5;
            font-weight: 600;
            transition: color 0.2s;
        }
    
    .year-nav a:hover {
            color: #D62828;
        }
    
    .year-nav .current {
            color: #D62828;
            border-bottom: 2px solid #D62828;
            padding-bottom: 2px;
        }

    /* newsletter CTA band (approved 2026-07-09) */
    .newsletter-cta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
        margin-top: 3rem;
        padding: 1.25rem 1.5rem;
        border: 2px solid #111;
    }
    .newsletter-cta .cta-line {
        font-family: 'Space Mono', monospace;
        font-size: 0.85rem;
        color: #111;
    }
    .newsletter-cta .cta-link {
        border: 2px solid #D62828;
        padding: 8px 16px;
        font-family: 'DM Sans', sans-serif;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-decoration: none;
        color: #D62828;
        white-space: nowrap;
        transition: background 0.15s, color 0.15s;
    }
    .newsletter-cta .cta-link:hover {
        background: #D62828;
        color: #F2EFE5;
    }
