html,
        body {
            max-width: 100%;
            overflow-x: hidden;
            overflow-x: clip;
        }

        body {
            background: #0a0f1a;
            min-height: 100vh;
        }

        .blog-hero {
            background: #0a0f1a;
            background-image:
                linear-gradient(135deg, rgba(26, 42, 108, 0.8) 0%, rgba(10, 15, 26, 0.9) 50%, rgba(178, 31, 31, 0.6) 100%),
                radial-gradient(ellipse at top left, rgba(253, 187, 45, 0.15) 0%, transparent 50%),
                radial-gradient(ellipse at bottom right, rgba(178, 31, 31, 0.2) 0%, transparent 50%);
            padding: 110px 0 44px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .blog-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('<?php echo $pageImage; ?>') center/cover;
            opacity: 0.1;
            filter: blur(30px);
        }

        .blog-hero .container {
            position: relative;
            z-index: 2;
            max-width: 1240px;
        }

        .back-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            color: rgba(255,255,255,0.8);
            text-decoration: none;
            margin-bottom: 2rem;
            padding: 0.6rem 1.2rem;
            background: rgba(255,255,255,0.1);
            border-radius: 50px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }

        .back-btn:hover {
            background: rgba(253, 187, 45, 0.2);
            color: #fdbb2d;
            border-color: rgba(253, 187, 45, 0.4);
        }

        .blog-category {
            display: inline-block;
            padding: 0.4rem 1rem;
            background: linear-gradient(135deg, #fdbb2d, #ff6b35);
            color: #111;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .blog-title {
            font-size: clamp(1.72rem, 2.7vw + 0.85rem, 3.35rem);
            color: #fff;
            margin-bottom: 1rem;
            line-height: 1.14;
            max-width: min(32ch, 95%);
            margin-left: auto;
            margin-right: auto;
            text-shadow: 0 2px 20px rgba(0,0,0,0.3);
            padding: 0 1rem;
            text-wrap: balance;
        }

        .blog-standfirst {
            max-width: min(82ch, 96%);
            margin: 0 auto 1.25rem;
            padding: 0 1rem;
            color: rgba(255,255,255,0.78);
            font-size: clamp(0.97rem, 0.42vw + 0.78rem, 1.12rem);
            line-height: 1.68;
            text-wrap: pretty;
        }

        .blog-meta {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0.7rem;
            flex-wrap: wrap;
            color: rgba(255,255,255,0.8);
            font-size: 0.9rem;
        }

        .blog-meta span {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.42rem 0.75rem;
            border-radius: 999px;
            border: 1px solid rgba(255,255,255,0.16);
            background: rgba(255,255,255,0.06);
        }

        .blog-meta i {
            color: #fdbb2d;
        }

        .blog-content-wrapper {
            width: 100%;
            max-width: 1260px;
            margin: -40px auto 60px;
            padding: 0 clamp(1rem, 3vw, 2rem);
            position: relative;
            z-index: 3;
        }

        .blog-featured-image {
            width: 100%;
            max-height: 600px;
            border-radius: clamp(12px, 2vw, 24px);
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0,0,0,0.4);
            margin-bottom: 2rem;
            background: #1a1f2e;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .article-layout {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 310px;
            gap: 1.5rem;
            align-items: start;
        }

        .article-layout > * {
            min-width: 0;
        }

        .article-sidebar {
            position: sticky;
            top: 108px;
            display: grid;
            gap: 1rem;
            align-self: start;
            max-height: calc(100vh - 124px);
            overflow-y: auto;
            overflow-x: visible;
            overscroll-behavior: contain;
            padding-right: 0.32rem;
            scrollbar-gutter: stable;
            scrollbar-width: thin;
            scrollbar-color: rgba(253, 187, 45, 0.5) rgba(255, 255, 255, 0.1);
        }

        .article-sidebar::-webkit-scrollbar {
            width: 7px;
        }

        .article-sidebar::-webkit-scrollbar-track {
            background: rgba(255,255,255,0.08);
            border-radius: 999px;
        }

        .article-sidebar::-webkit-scrollbar-thumb {
            background: rgba(253, 187, 45, 0.45);
            border-radius: 999px;
        }

        .article-aside-card {
            background: rgba(255,255,255,0.04);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255,255,255,0.09);
            border-radius: 20px;
            padding: 1.2rem;
            box-shadow: 0 12px 28px rgba(0,0,0,0.18);
        }

        .article-aside-label {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            font-size: 0.78rem;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: rgba(253, 187, 45, 0.84);
            margin-bottom: 0.85rem;
        }

        .article-facts {
            display: grid;
            gap: 0.8rem;
        }

        .article-fact {
            display: flex;
            gap: 0.75rem;
            align-items: flex-start;
            color: rgba(255,255,255,0.8);
            line-height: 1.55;
        }

        .article-fact i {
            color: #fdbb2d;
            margin-top: 0.2rem;
        }

        .article-fact strong {
            display: block;
            color: #fff;
            font-size: 0.95rem;
            margin-bottom: 0.18rem;
        }

        .article-toc {
            display: grid;
            gap: 0.55rem;
        }

        .toc-empty {
            margin: 0;
            color: rgba(255,255,255,0.6);
            line-height: 1.6;
            font-size: 0.92rem;
        }

        .article-toc-list {
            display: grid;
            gap: 0.45rem;
        }

        .article-toc-link {
            display: block;
            color: rgba(255,255,255,0.74);
            text-decoration: none;
            line-height: 1.5;
            border-left: 2px solid rgba(255,255,255,0.08);
            padding: 0.18rem 0 0.18rem 0.85rem;
            transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
        }

        .article-toc-link:hover,
        .article-toc-link.active {
            color: #fdbb2d;
            border-left-color: rgba(253, 187, 45, 0.68);
            transform: translateX(3px);
        }

        .article-toc-link.level-h3 {
            padding-left: 1.35rem;
            font-size: 0.92rem;
            color: rgba(255,255,255,0.64);
        }

        .article-sidebar-cta p {
            margin: 0 0 1rem;
            color: rgba(255,255,255,0.74);
            line-height: 1.65;
        }

        .article-sidebar-links {
            display: grid;
            gap: 0.65rem;
        }

        .article-sidebar-link {
            display: inline-flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.75rem;
            padding: 0.85rem 1rem;
            border-radius: 14px;
            text-decoration: none;
            font-weight: 600;
            transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
        }

        .article-sidebar-link.primary {
            color: #111;
            background: linear-gradient(135deg, #fdbb2d, #ff6b35);
        }

        .article-sidebar-link.secondary {
            color: #fff;
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.12);
        }

        .article-sidebar-link:hover {
            transform: translateY(-2px);
        }

        .blog-featured-image img {
            width: 100%;
            height: auto;
            max-height: 600px;
            object-fit: contain;
            display: block;
        }

        .blog-article {
            background: rgba(255,255,255,0.03);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(253, 187, 45, 0.15);
            border-radius: clamp(12px, 2vw, 24px);
            padding: clamp(1.5rem, 4vw, 4rem);
            box-shadow:
                0 10px 40px rgba(0,0,0,0.2),
                0 0 0 1px rgba(255,255,255,0.05),
                inset 0 1px 0 rgba(255,255,255,0.1);
            position: relative;
            overflow-x: hidden;
            overflow-x: clip;
        }

        .blog-article::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #fdbb2d, #ff6b35, #fdbb2d);
            border-radius: clamp(12px, 2vw, 24px) clamp(12px, 2vw, 24px) 0 0;
        }

        .blog-content {
            color: rgba(255,255,255,0.92);
            font-size: clamp(1rem, 1.1vw + 0.5rem, 1.2rem);
            line-height: 1.9;
            max-width: 100%;
        }

        .blog-content,
        .blog-content * {
            box-sizing: border-box;
        }

        .blog-content > * {
            max-width: 100%;
        }

        .blog-content p {
            margin-bottom: 1.5rem;
        }

        .blog-content p,
        .blog-content li,
        .blog-content h1,
        .blog-content h2,
        .blog-content h3,
        .blog-content h4,
        .blog-content blockquote,
        .blog-content a,
        .blog-content code,
        .blog-content kbd,
        .blog-content samp,
        .blog-content figcaption,
        .blog-content td,
        .blog-content th,
        .blog-standfirst,
        .audio-player-title,
        .audio-player-subtitle {
            overflow-wrap: anywhere;
            word-break: break-word;
        }

        .blog-content video,
        .blog-content canvas,
        .blog-content svg,
        .blog-content figure,
        .blog-content .mermaid {
            max-width: 100%;
        }

        .blog-content iframe {
            width: 100%;
            height: auto;
            aspect-ratio: 16 / 9;
            max-width: 100%;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            border: none;
            margin: 2rem 0;
            display: block;
        }

        .blog-content .mermaid {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .blog-content h2 {
            color: #fdbb2d;
            font-size: 1.8rem;
            margin: 2.5rem 0 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid rgba(253, 187, 45, 0.3);
        }

        .blog-content h3 {
            color: #fff;
            font-size: 1.4rem;
            margin: 2rem 0 1rem;
        }

        .blog-content h2.heading-with-anchor,
        .blog-content h3.heading-with-anchor,
        .blog-content h4.heading-with-anchor {
            scroll-margin-top: 120px;
        }

        .blog-content .heading-anchor-link {
            display: inline-flex;
            align-items: center;
            margin-left: 0.55rem;
            color: rgba(253, 187, 45, 0.75);
            border-bottom: none;
            opacity: 0;
            transition: opacity 0.2s ease, color 0.2s ease;
            vertical-align: middle;
        }

        .blog-content .heading-anchor-link:hover,
        .blog-content .heading-anchor-link:focus-visible {
            color: #fdbb2d;
            opacity: 1;
            outline: none;
        }

        .blog-content h2:hover .heading-anchor-link,
        .blog-content h3:hover .heading-anchor-link,
        .blog-content h4:hover .heading-anchor-link,
        .blog-content h2:focus-within .heading-anchor-link,
        .blog-content h3:focus-within .heading-anchor-link,
        .blog-content h4:focus-within .heading-anchor-link {
            opacity: 1;
        }

        .blog-content ul, .blog-content ol {
            margin: 1.5rem 0;
            padding-left: 1.5rem;
        }

        .blog-content li {
            margin-bottom: 0.75rem;
            color: rgba(255,255,255,0.85);
        }

        .blog-content a {
            color: #fdbb2d;
            text-decoration: none;
            border-bottom: 1px solid rgba(253, 187, 45, 0.3);
            transition: all 0.3s ease;
        }

        .blog-content a:hover {
            border-bottom-color: #fdbb2d;
        }

        .blog-content img {
            max-width: 100%;
            height: auto;
            max-height: 600px;
            width: auto;
            display: block;
            margin: 2rem auto;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            object-fit: contain;
        }

        .blog-content pre {
            background: #1a1f2e;
            border-radius: 12px;
            padding: 1.5rem;
            overflow-x: auto;
            white-space: pre;
            max-width: 100%;
            margin: 2rem 0;
            border: 1px solid rgba(255,255,255,0.1);
        }

        .blog-content code {
            font-family: 'Fira Code', 'Consolas', monospace;
            font-size: 0.9rem;
        }

        .blog-content blockquote {
            border-left: 4px solid #fdbb2d;
            background: rgba(253, 187, 45, 0.1);
            padding: 1.5rem;
            margin: 2rem 0;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: rgba(255,255,255,0.9);
        }

        .blog-tags {
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(255,255,255,0.1);
        }

        .blog-tags-title {
            color: rgba(255,255,255,0.6);
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }

        .tag {
            display: inline-block;
            padding: 0.5rem 1rem;
            background: rgba(253, 187, 45, 0.15);
            color: #fdbb2d;
            border-radius: 25px;
            font-size: 0.9rem;
            margin-right: 0.5rem;
            margin-bottom: 0.5rem;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 1px solid rgba(253, 187, 45, 0.3);
        }

        .tag:hover {
            background: rgba(253, 187, 45, 0.25);
            transform: translateY(-2px);
        }

        .author-card {
            display: flex;
            align-items: center;
            gap: 1.5rem;
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 16px;
            padding: 2rem;
            margin-top: 3rem;
        }

        .author-image {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #fdbb2d;
        }

        .author-info h4 {
            color: #fff;
            font-size: 1.2rem;
            margin-bottom: 0.3rem;
        }

        .author-info h4 a {
            color: inherit;
            text-decoration: none;
        }

        .author-info h4 a:hover {
            text-decoration: underline;
            text-decoration-color: rgba(253, 187, 45, 0.6);
        }

        .author-info .role {
            color: #fdbb2d;
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }

        .author-info p {
            color: rgba(255,255,255,0.7);
            font-size: 0.95rem;
            line-height: 1.5;
        }

        .author-contact {
            margin-top: 0.6rem;
            font-size: 0.9rem;
        }

        .author-contact a {
            color: #fdbb2d;
            text-decoration: none;
        }

        .author-contact a:hover {
            text-decoration: underline;
        }

        .social-share {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-top: 2rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(255,255,255,0.1);
        }

        .social-share-title {
            color: rgba(255,255,255,0.6);
            font-size: 0.9rem;
        }

        .share-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .share-btn.twitter { background: #1DA1F2; }
        .share-btn.linkedin { background: #0077B5; }
        .share-btn.facebook { background: #4267B2; }
        .share-btn.copy { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); }

        .share-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.3);
        }

        .related-posts {
            max-width: 1260px;
            margin: 0 auto 60px;
            padding: 0 clamp(1rem, 3vw, 2rem);
        }

        .related-posts-title {
            color: #fff;
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
            text-align: left;
        }

        .related-posts-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 1.5rem;
        }

        .related-card {
            background: rgba(255,255,255,0.03);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 12px;
            overflow: hidden;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .related-card:hover {
            transform: translateY(-5px);
            border-color: rgba(253, 187, 45, 0.3);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        .related-card img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }

        .related-card-content {
            padding: 1rem;
        }

        .related-card h4 {
            color: #fff;
            font-size: 1rem;
            margin-bottom: 0.5rem;
            line-height: 1.4;
        }

        .related-card .date {
            color: rgba(255,255,255,0.5);
            font-size: 0.85rem;
        }

        @media (max-width: 992px) {
            .blog-title {
                font-size: clamp(1.58rem, 3.2vw, 2.55rem);
                max-width: 27ch;
            }

            .blog-standfirst {
                max-width: min(70ch, 96%);
                line-height: 1.65;
            }

            .article-layout {
                grid-template-columns: 1fr;
            }

            .blog-article {
                order: 2;
            }

            .article-sidebar {
                position: static;
                order: 1;
                max-height: none;
                overflow: visible;
                padding-right: 0;
            }
        }

        @media (max-width: 768px) {
            .blog-hero {
                padding: 96px 0 32px;
            }

            .blog-content-wrapper {
                padding-left: max(0.85rem, env(safe-area-inset-left));
                padding-right: max(0.85rem, env(safe-area-inset-right));
            }

            .blog-title {
                font-size: clamp(1.34rem, 5.1vw, 2.02rem);
                padding: 0 1rem;
                max-width: 20ch;
                line-height: 1.2;
            }

            .blog-standfirst {
                margin-bottom: 1.2rem;
                font-size: 0.95rem;
                line-height: 1.63;
            }

            .blog-article {
                padding: 1.5rem;
                border-radius: 12px;
            }

            .blog-content {
                font-size: 1rem;
            }

            .blog-content h1 {
                font-size: clamp(1.42rem, 6.4vw, 1.9rem);
                line-height: 1.24;
            }

            .blog-content h2 {
                font-size: 1.4rem;
            }

            .blog-content h3 {
                font-size: 1.2rem;
            }

            .blog-content ul,
            .blog-content ol {
                margin: 1.2rem 0;
                margin-left: 0;
                padding-left: 1rem;
            }

            .blog-content pre {
                padding: 1rem;
                border-radius: 10px;
            }

            .blog-content th,
            .blog-content td {
                padding: 0.75rem;
                min-width: 96px;
            }

            .blog-meta {
                gap: 0.55rem;
                font-size: 0.84rem;
            }

            .author-card {
                flex-direction: column;
                text-align: center;
                padding: 1.5rem;
            }

            .author-image {
                width: 70px;
                height: 70px;
            }

            .social-share {
                flex-wrap: wrap;
                gap: 0.75rem;
                align-items: center;
            }

            .share-btn {
                flex: 0 0 auto;
                width: 44px;
                height: 44px;
                min-width: 44px;
                box-sizing: border-box;
            }

            .related-posts-grid {
                grid-template-columns: 1fr;
            }

            .blog-featured-image {
                border-radius: 12px;
                margin-bottom: 1.5rem;
            }

            .back-btn {
                font-size: 0.85rem;
                padding: 0.5rem 1rem;
            }

            .article-aside-card {
                padding: 1rem;
            }
        }

        @media (max-width: 480px) {
            .blog-title {
                font-size: clamp(1.14rem, 7.1vw, 1.62rem);
                max-width: 18ch;
                line-height: 1.24;
            }

            .blog-content-wrapper {
                padding-left: max(0.7rem, env(safe-area-inset-left));
                padding-right: max(0.7rem, env(safe-area-inset-right));
            }

            .blog-standfirst {
                font-size: 0.93rem;
                line-height: 1.62;
            }

            .blog-article {
                padding: 1rem;
            }

            .blog-content {
                font-size: 0.95rem;
                line-height: 1.7;
            }

            .blog-content h1 {
                font-size: clamp(1.28rem, 7.8vw, 1.68rem);
                line-height: 1.26;
            }

            .blog-content ul,
            .blog-content ol {
                padding-left: 0.9rem;
            }

            .blog-content pre {
                padding: 0.85rem;
            }

            .blog-content th,
            .blog-content td {
                min-width: 88px;
                padding: 0.62rem;
            }

            .blog-meta {
                flex-direction: row;
                justify-content: center;
                gap: 0.45rem;
            }

            .blog-meta span {
                padding: 0.36rem 0.62rem;
                font-size: 0.8rem;
            }

            .tag {
                padding: 0.4rem 0.8rem;
                font-size: 0.8rem;
            }
        }

        .blog-content strong {
            color: #fdbb2d;
            font-weight: 700;
        }

        .blog-content em {
            font-style: italic;
            color: rgba(255,255,255,0.9);
        }

        .blog-content table {
            width: 100%;
            display: block;
            max-width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            table-layout: auto;
            border-collapse: collapse;
            margin: 2rem 0;
            background: rgba(255,255,255,0.03);
            border-radius: 8px;
            white-space: normal;
        }

        .blog-content th, .blog-content td {
            padding: 1rem;
            border: 1px solid rgba(255,255,255,0.1);
            text-align: left;
            min-width: 120px;
        }

        .blog-content th {
            background: rgba(253, 187, 45, 0.1);
            color: #fdbb2d;
            font-weight: 600;
        }

        .blog-content hr {
            border: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            margin: 3rem 0;
        }

        .blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4 {
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            color: #fff;
            line-height: 1.3;
        }

        .blog-content h2 { font-size: 1.8rem; color: #fdbb2d; border-bottom: 1px solid rgba(253,187,45,0.2); padding-bottom: 0.5rem; }
        .blog-content h3 { font-size: 1.5rem; }
        .blog-content h4 { font-size: 1.2rem; font-weight: 600; color: rgba(255,255,255,0.9); }

        .blog-content ul { list-style-type: disc; margin-left: 1.5rem; }
        .blog-content ol { list-style-type: decimal; margin-left: 1.5rem; }
        .blog-content li { margin-bottom: 0.5rem; padding-left: 0.5rem; }

        .audio-player-container {
            background: linear-gradient(135deg, rgba(26, 42, 108, 0.4) 0%, rgba(253, 187, 45, 0.15) 100%);
            border: 1px solid rgba(253, 187, 45, 0.3);
            border-radius: 16px;
            padding: 1.5rem;
            margin-bottom: 2rem;
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(10px);
        }

        .audio-player-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #fdbb2d, #ff6b35, #fdbb2d);
            border-radius: 16px 16px 0 0;
        }

        .audio-player-header {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1rem;
        }

        .audio-player-icon {
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, #fdbb2d, #ff6b35);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #111;
            font-size: 1.4rem;
            flex-shrink: 0;
            box-shadow: 0 4px 15px rgba(253, 187, 45, 0.4);
            animation: iconPulse 2s ease-in-out infinite;
        }

        @keyframes iconPulse {
            0%, 100% { box-shadow: 0 4px 15px rgba(253, 187, 45, 0.4); }
            50% { box-shadow: 0 4px 25px rgba(253, 187, 45, 0.6); }
        }

        .audio-player-info {
            flex: 1;
            min-width: 0;
        }

        .audio-player-title {
            color: #fff;
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 0.25rem;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

        .audio-player-title .emoji {
            font-size: 1.2rem;
        }

        .audio-player-subtitle {
            color: rgba(255,255,255,0.7);
            font-size: 0.85rem;
        }

        .audio-controls {
            display: flex;
            align-items: center;
            gap: 1rem;
            background: rgba(0,0,0,0.3);
            border-radius: 12px;
            padding: 0.75rem 1rem;
        }

        .play-btn {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, #fdbb2d, #ff6b35);
            border: none;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #111;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .play-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 0 20px rgba(253, 187, 45, 0.5);
        }

        .play-btn:active {
            transform: scale(0.95);
        }

        .progress-container {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .progress-bar {
            width: 100%;
            height: 6px;
            background: rgba(255,255,255,0.2);
            border-radius: 3px;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #fdbb2d, #ff6b35);
            border-radius: 3px;
            width: 0%;
            transition: width 0.1s linear;
        }

        .time-display {
            display: flex;
            justify-content: space-between;
            font-size: 0.75rem;
            color: rgba(255,255,255,0.6);
            font-family: 'Fira Code', monospace;
        }

        .volume-control {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .volume-btn {
            background: none;
            border: none;
            color: rgba(255,255,255,0.7);
            font-size: 1rem;
            cursor: pointer;
            padding: 0.25rem;
            transition: color 0.3s;
        }

        .volume-btn:hover {
            color: #fdbb2d;
        }

        .volume-slider {
            width: 60px;
            height: 4px;
            -webkit-appearance: none;
            background: rgba(255,255,255,0.2);
            border-radius: 2px;
            outline: none;
        }

        .volume-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 12px;
            height: 12px;
            background: #fdbb2d;
            border-radius: 50%;
            cursor: pointer;
        }

        .speed-btn {
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.2);
            color: rgba(255,255,255,0.8);
            font-size: 0.7rem;
            padding: 0.3rem 0.5rem;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: 600;
        }

        .speed-btn:hover {
            background: rgba(253, 187, 45, 0.2);
            border-color: rgba(253, 187, 45, 0.4);
            color: #fdbb2d;
        }

        .waveform {
            display: flex;
            align-items: center;
            gap: 2px;
            height: 20px;
        }

        .waveform .bar {
            width: 3px;
            background: linear-gradient(to top, #fdbb2d, #ff6b35);
            border-radius: 2px;
            animation: wave 1s ease-in-out infinite;
        }

        .waveform .bar:nth-child(1) { height: 60%; animation-delay: 0s; }
        .waveform .bar:nth-child(2) { height: 100%; animation-delay: 0.1s; }
        .waveform .bar:nth-child(3) { height: 40%; animation-delay: 0.2s; }
        .waveform .bar:nth-child(4) { height: 80%; animation-delay: 0.3s; }
        .waveform .bar:nth-child(5) { height: 50%; animation-delay: 0.4s; }

        .waveform.paused .bar {
            animation: none;
            height: 30% !important;
            opacity: 0.5;
        }

        @keyframes wave {
            0%, 100% { transform: scaleY(0.5); }
            50% { transform: scaleY(1); }
        }

        .btn-generate-audio {
            background: linear-gradient(135deg, #fdbb2d, #ff6b35);
            color: #111;
            border: none;
            padding: 0.75rem 1.5rem;
            border-radius: 25px;
            cursor: pointer;
            font-weight: 700;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(253, 187, 45, 0.3);
        }

        .btn-generate-audio:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 25px rgba(253, 187, 45, 0.5);
        }

        .audio-loading {
            color: rgba(255,255,255,0.8);
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .audio-loading i {
            animation: spin 1s linear infinite;
            color: #fdbb2d;
        }

        @keyframes spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .hidden-audio {
            display: none;
        }

        @media (max-width: 600px) {
            .audio-controls {
                flex-wrap: wrap;
                gap: 0.75rem;
            }

            .volume-control {
                display: none;
            }

            .speed-btn {
                order: 3;
            }
        }

        body.post-redesign {
            --ws-ink: #211b17;
            --ws-ink-soft: #5d5147;
            --ws-paper: #f8f1e5;
            --ws-paper-strong: #fffaf1;
            --ws-panel: rgba(255, 251, 244, 0.88);
            --ws-accent: #c76b31;
            --ws-accent-2: #0f6f74;
            --ws-line: rgba(33, 27, 23, 0.16);
            --ws-shadow-lg: 0 24px 80px rgba(49, 35, 22, 0.16);
            --ws-shadow-md: 0 16px 42px rgba(49, 35, 22, 0.12);
            font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
            color: var(--ws-ink);
            min-height: 100vh;
            background:
                radial-gradient(1400px 680px at -10% -8%, rgba(199, 107, 49, 0.18), transparent 58%),
                radial-gradient(1000px 620px at 108% -4%, rgba(15, 111, 116, 0.14), transparent 52%),
                linear-gradient(180deg, #f8f0e3 0%, #f3e9d9 48%, #efe5d4 100%);
            position: relative;
            overflow-x: hidden;
        }

        body.post-redesign::before {
            content: '';
            position: fixed;
            inset: 0;
            pointer-events: none;
            opacity: 0.22;
            background-image:
                repeating-linear-gradient(90deg, rgba(46, 36, 28, 0.03) 0, rgba(46, 36, 28, 0.03) 1px, transparent 1px, transparent 34px),
                repeating-linear-gradient(0deg, rgba(46, 36, 28, 0.02) 0, rgba(46, 36, 28, 0.02) 1px, transparent 1px, transparent 34px);
            z-index: 0;
        }

        body.post-redesign .navbar {
            background: linear-gradient(135deg, rgba(20, 15, 12, 0.95), rgba(34, 23, 15, 0.92)) !important;
            border-bottom-color: rgba(199, 107, 49, 0.35) !important;
        }

        body.post-redesign .blog-hero {
            background: transparent;
            padding: 130px 0 74px;
            text-align: left;
            position: relative;
            overflow: hidden;
        }

        body.post-redesign .blog-hero::before {
            content: '';
            position: absolute;
            width: clamp(240px, 30vw, 420px);
            height: clamp(240px, 30vw, 420px);
            top: 36px;
            left: auto;
            right: -80px;
            bottom: auto;
            border-radius: 50%;
            background: conic-gradient(from 160deg, rgba(199, 107, 49, 0.25), rgba(15, 111, 116, 0.18), rgba(199, 107, 49, 0.25));
            opacity: 0.45;
            filter: blur(12px);
            z-index: 1;
        }

        body.post-redesign .blog-hero::after {
            content: '';
            position: absolute;
            top: auto;
            left: 0;
            right: 0;
            bottom: 0;
            height: 180px;
            background: linear-gradient(180deg, rgba(248, 240, 227, 0), rgba(248, 240, 227, 0.78));
            z-index: 1;
        }

        body.post-redesign .blog-hero .container,
        body.post-redesign .blog-content-wrapper,
        body.post-redesign .related-posts {
            position: relative;
            z-index: 2;
        }

        body.post-redesign .blog-hero .container {
            max-width: 1240px;
        }

        body.post-redesign .back-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.55rem;
            margin-bottom: 1.6rem;
            padding: 0.62rem 1rem;
            border-radius: 999px;
            text-decoration: none;
            border: 1px solid var(--ws-line);
            color: var(--ws-ink-soft);
            background: rgba(255, 255, 255, 0.62);
            backdrop-filter: blur(8px);
            font-weight: 600;
            transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
        }

        body.post-redesign .back-btn:hover {
            transform: translateY(-2px);
            color: var(--ws-accent);
            border-color: rgba(199, 107, 49, 0.5);
        }

        body.post-redesign .blog-category {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            background: linear-gradient(120deg, rgba(199, 107, 49, 0.16), rgba(15, 111, 116, 0.14));
            border: 1px solid rgba(199, 107, 49, 0.35);
            color: var(--ws-ink);
            padding: 0.42rem 0.9rem;
            border-radius: 999px;
            font-size: 0.78rem;
            letter-spacing: 0.1em;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }

        body.post-redesign .blog-title {
            margin: 0 0 1.2rem;
            padding: 0;
            max-width: 18ch;
            font-family: 'Bodoni Moda', 'Times New Roman', serif;
            font-size: clamp(2.2rem, 4.2vw, 4.45rem);
            font-weight: 700;
            line-height: 1.06;
            letter-spacing: -0.02em;
            color: var(--ws-ink);
            text-shadow: none;
        }

        body.post-redesign .blog-standfirst {
            margin: 0 0 1.6rem;
            max-width: 68ch;
            padding: 0;
            color: var(--ws-ink-soft);
            font-size: clamp(1rem, 1vw + 0.5rem, 1.17rem);
            line-height: 1.86;
        }

        body.post-redesign .blog-meta {
            justify-content: flex-start;
            gap: 0.75rem;
            color: var(--ws-ink-soft);
            font-size: 0.86rem;
        }

        body.post-redesign .blog-meta span {
            padding: 0.46rem 0.8rem;
            border-radius: 999px;
            border: 1px solid rgba(33, 27, 23, 0.14);
            background: rgba(255, 255, 255, 0.66);
            font-weight: 600;
            letter-spacing: 0.01em;
        }

        body.post-redesign .blog-meta i {
            color: var(--ws-accent);
        }

        body.post-redesign .blog-content-wrapper {
            max-width: 1260px;
            margin: -14px auto 58px;
            padding: 0 clamp(1rem, 3vw, 2rem);
        }

        body.post-redesign .blog-featured-image {
            margin-bottom: 1.7rem;
            border-radius: 26px;
            border: 1px solid var(--ws-line);
            background: rgba(255, 255, 255, 0.72);
            box-shadow: var(--ws-shadow-lg);
            overflow: hidden;
            max-height: none;
        }

        body.post-redesign .blog-featured-image img {
            width: 100%;
            height: auto;
            max-height: none;
            object-fit: cover;
            display: block;
        }

        body.post-redesign .article-layout {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 320px;
            gap: 1.6rem;
            align-items: start;
        }

        body.post-redesign .blog-article {
            background: linear-gradient(180deg, rgba(255, 252, 247, 0.95), rgba(251, 246, 238, 0.9));
            border: 1px solid var(--ws-line);
            border-radius: 28px;
            box-shadow: var(--ws-shadow-lg);
            padding: clamp(1.2rem, 3vw, 3.25rem);
            position: relative;
            overflow: hidden;
        }

        body.post-redesign .blog-article::before {
            content: '';
            position: absolute;
            inset: 0 auto auto 0;
            width: 100%;
            height: 7px;
            background: linear-gradient(90deg, var(--ws-accent), #e9b25a, var(--ws-accent-2));
        }

        body.post-redesign .blog-content {
            color: #2c2520;
            font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
            font-size: clamp(1rem, 0.35vw + 0.92rem, 1.11rem);
            line-height: 1.88;
            letter-spacing: 0.004em;
        }

        body.post-redesign .blog-content p {
            margin-bottom: 1.45rem;
        }

        body.post-redesign .blog-content p,
        body.post-redesign .blog-content li,
        body.post-redesign .blog-content a,
        body.post-redesign .blog-content code,
        body.post-redesign .blog-content td,
        body.post-redesign .blog-content th,
        body.post-redesign .blog-content blockquote {
            overflow-wrap: anywhere;
            word-break: break-word;
        }

        body.post-redesign .blog-content p:first-of-type::first-letter {
            font-family: 'Bodoni Moda', 'Times New Roman', serif;
            float: left;
            font-size: 3.25em;
            line-height: 0.78;
            margin-right: 0.12em;
            margin-top: 0.09em;
            color: var(--ws-accent);
            font-weight: 700;
        }

        body.post-redesign .blog-content h1,
        body.post-redesign .blog-content h2,
        body.post-redesign .blog-content h3,
        body.post-redesign .blog-content h4 {
            font-family: 'Bodoni Moda', 'Times New Roman', serif;
            color: #1f1915;
            margin-top: 2.5rem;
            margin-bottom: 0.9rem;
            line-height: 1.22;
        }

        body.post-redesign .blog-content h2 {
            font-size: clamp(1.55rem, 1.4vw + 1rem, 2.2rem);
            border-bottom: 1px solid rgba(199, 107, 49, 0.35);
            padding-bottom: 0.46rem;
        }

        body.post-redesign .blog-content h3 {
            font-size: clamp(1.3rem, 1.1vw + 0.95rem, 1.72rem);
        }

        body.post-redesign .blog-content h4 {
            font-size: 1.18rem;
        }

        body.post-redesign .blog-content .heading-anchor-link {
            color: rgba(199, 107, 49, 0.75);
        }

        body.post-redesign .blog-content .heading-anchor-link:hover,
        body.post-redesign .blog-content .heading-anchor-link:focus-visible {
            color: var(--ws-accent);
        }

        body.post-redesign .blog-content a {
            color: #8f4f24;
            border-bottom: 1px solid rgba(143, 79, 36, 0.32);
            text-underline-offset: 3px;
            text-decoration-thickness: 1px;
        }

        body.post-redesign .blog-content a:hover {
            color: var(--ws-accent);
            border-bottom-color: rgba(199, 107, 49, 0.58);
        }

        body.post-redesign .blog-content ul,
        body.post-redesign .blog-content ol {
            margin: 1.2rem 0 1.4rem;
            padding-left: 1.3rem;
        }

        body.post-redesign .blog-content li {
            margin-bottom: 0.55rem;
            color: #342c26;
        }

        body.post-redesign .blog-content img {
            border-radius: 18px;
            margin: 1.75rem auto;
            border: 1px solid rgba(33, 27, 23, 0.12);
            box-shadow: 0 20px 42px rgba(46, 35, 23, 0.15);
        }

        body.post-redesign .blog-content pre {
            background: linear-gradient(180deg, #16141a, #131118);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 16px;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 36px rgba(0, 0, 0, 0.26);
            padding: 1.2rem;
            max-width: 100%;
            overflow-x: auto;
            white-space: pre;
        }

        body.post-redesign .blog-content code,
        body.post-redesign .time-display {
            font-family: 'JetBrains Mono', 'Consolas', monospace;
            font-size: 0.86rem;
        }

        body.post-redesign .blog-content :not(pre) > code {
            background: rgba(33, 27, 23, 0.08);
            border: 1px solid rgba(33, 27, 23, 0.12);
            border-radius: 7px;
            padding: 0.14rem 0.38rem;
            color: #7d3f1d;
        }

        body.post-redesign .blog-content blockquote {
            margin: 1.8rem 0;
            border-left: 4px solid var(--ws-accent);
            border-radius: 0 16px 16px 0;
            background: linear-gradient(90deg, rgba(199, 107, 49, 0.11), rgba(199, 107, 49, 0.03));
            color: #43372f;
            font-style: normal;
            position: relative;
        }

        body.post-redesign .blog-content blockquote::before {
            content: '"';
            position: absolute;
            left: 12px;
            top: 8px;
            font-family: 'Bodoni Moda', serif;
            font-size: 2.2rem;
            color: rgba(199, 107, 49, 0.44);
            line-height: 1;
        }

        body.post-redesign .blog-content table {
            width: 100%;
            display: block;
            max-width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            background: rgba(255, 255, 255, 0.72);
            border: 1px solid var(--ws-line);
            border-radius: 14px;
            margin: 1.6rem 0;
        }

        body.post-redesign .blog-content th {
            background: rgba(199, 107, 49, 0.12);
            color: #5d3117;
            font-weight: 700;
        }

        body.post-redesign .blog-content th,
        body.post-redesign .blog-content td {
            border-color: rgba(33, 27, 23, 0.12);
        }

        body.post-redesign .blog-content hr {
            background: linear-gradient(90deg, transparent, rgba(199, 107, 49, 0.5), transparent);
            margin: 2.8rem 0;
        }

        body.post-redesign .blog-content .mermaid {
            max-width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            background: rgba(255, 252, 246, 0.9);
            border: 1px solid var(--ws-line);
            border-radius: 14px;
            padding: 1rem;
        }

        body.post-redesign .audio-player-container,
        body.post-redesign .article-aside-card,
        body.post-redesign .author-card,
        body.post-redesign .related-card {
            background: var(--ws-panel);
            border: 1px solid var(--ws-line);
            box-shadow: var(--ws-shadow-md);
        }

        body.post-redesign .audio-player-container {
            border-radius: 20px;
            margin-bottom: 1.4rem;
            backdrop-filter: blur(14px);
        }

        body.post-redesign .audio-player-container::before {
            background: linear-gradient(90deg, var(--ws-accent), #e3af5f, var(--ws-accent-2));
        }

        body.post-redesign .audio-player-title,
        body.post-redesign .audio-player-subtitle,
        body.post-redesign .audio-loading,
        body.post-redesign .time-display,
        body.post-redesign .volume-btn,
        body.post-redesign .speed-btn {
            color: var(--ws-ink);
        }

        body.post-redesign .audio-controls {
            background: rgba(255, 255, 255, 0.62);
            border: 1px solid rgba(33, 27, 23, 0.12);
        }

        body.post-redesign .play-btn,
        body.post-redesign .btn-generate-audio {
            background: linear-gradient(135deg, var(--ws-accent), #e2a44f);
            color: #1d1713;
            box-shadow: 0 10px 24px rgba(199, 107, 49, 0.28);
        }

        body.post-redesign .progress-bar,
        body.post-redesign .volume-slider {
            background: rgba(33, 27, 23, 0.18);
        }

        body.post-redesign .progress-fill,
        body.post-redesign .waveform .bar {
            background: linear-gradient(90deg, var(--ws-accent), var(--ws-accent-2));
        }

        body.post-redesign .speed-btn {
            border-color: rgba(33, 27, 23, 0.18);
            background: rgba(255, 255, 255, 0.68);
        }

        body.post-redesign .article-sidebar {
            top: 104px;
            display: grid;
            gap: 0.95rem;
        }

        body.post-redesign .article-aside-card {
            border-radius: 20px;
            padding: 1.05rem;
        }

        body.post-redesign .article-aside-label {
            color: #7d3f1d;
            font-weight: 700;
        }

        body.post-redesign .article-fact,
        body.post-redesign .toc-empty,
        body.post-redesign .article-sidebar-cta p {
            color: #4f433a;
        }

        body.post-redesign .article-fact strong,
        body.post-redesign .article-sidebar-cta strong {
            color: var(--ws-ink);
        }

        body.post-redesign .article-toc-link {
            color: #5d5147;
            border-left-color: rgba(33, 27, 23, 0.18);
        }

        body.post-redesign .article-toc-link:hover,
        body.post-redesign .article-toc-link.active {
            color: var(--ws-accent);
            border-left-color: var(--ws-accent);
        }

        body.post-redesign .article-sidebar-link.primary {
            background: linear-gradient(135deg, var(--ws-accent), #e3af5f);
            color: #1d1713;
        }

        body.post-redesign .article-sidebar-link.secondary {
            color: var(--ws-ink);
            border-color: rgba(33, 27, 23, 0.18);
            background: rgba(255, 255, 255, 0.58);
        }

        body.post-redesign .blog-tags,
        body.post-redesign .social-share {
            border-top: 1px solid rgba(33, 27, 23, 0.14);
        }

        body.post-redesign .blog-tags-title,
        body.post-redesign .social-share-title {
            color: var(--ws-ink-soft);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            font-size: 0.76rem;
        }

        body.post-redesign .tag {
            border-radius: 999px;
            border: 1px solid rgba(33, 27, 23, 0.2);
            background: rgba(255, 255, 255, 0.74);
            color: #5d3117;
            font-weight: 600;
            margin-right: 0.4rem;
            margin-bottom: 0.4rem;
        }

        body.post-redesign .tag:hover {
            transform: translateY(-1px);
            border-color: rgba(199, 107, 49, 0.52);
            background: rgba(199, 107, 49, 0.12);
        }

        body.post-redesign .social-share {
            gap: 0.72rem;
            flex-wrap: wrap;
        }

        body.post-redesign .share-btn {
            border-radius: 999px;
            width: auto;
            height: auto;
            padding: 0.55rem 0.85rem;
            color: #fef9f1;
            box-shadow: none;
        }

        body.post-redesign .share-btn.copy {
            color: var(--ws-ink);
            border: 1px solid rgba(33, 27, 23, 0.16);
            background: rgba(255, 255, 255, 0.72);
        }

        body.post-redesign .author-card {
            border-radius: 22px;
            margin-top: 2.4rem;
        }

        body.post-redesign .author-image {
            border-color: rgba(199, 107, 49, 0.5);
            box-shadow: 0 10px 22px rgba(31, 24, 18, 0.2);
        }

        body.post-redesign .author-info h4,
        body.post-redesign .author-info h4 a {
            color: var(--ws-ink);
        }

        body.post-redesign .author-info .role,
        body.post-redesign .author-contact a {
            color: #7d3f1d;
        }

        body.post-redesign .author-info p {
            color: #4f433a;
        }

        body.post-redesign .related-posts {
            max-width: 1260px;
            margin-bottom: 70px;
        }

        body.post-redesign .related-posts-title {
            font-family: 'Bodoni Moda', 'Times New Roman', serif;
            color: var(--ws-ink);
            font-size: clamp(1.6rem, 2vw + 0.65rem, 2.25rem);
        }

        body.post-redesign .related-posts-grid {
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 1.1rem;
        }

        body.post-redesign .related-card {
            border-radius: 18px;
            overflow: hidden;
            transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
        }

        body.post-redesign .related-card:hover {
            transform: translateY(-4px);
            border-color: rgba(199, 107, 49, 0.45);
            box-shadow: 0 20px 46px rgba(47, 34, 21, 0.16);
        }

        body.post-redesign .related-card img {
            height: 170px;
            object-fit: cover;
        }

        body.post-redesign .related-card-content {
            padding: 1rem;
        }

        body.post-redesign .related-card h4 {
            color: var(--ws-ink);
            margin: 0 0 0.45rem;
            line-height: 1.38;
        }

        body.post-redesign .related-card .date {
            color: var(--ws-ink-soft);
        }

        @media (max-width: 1100px) {
            body.post-redesign .article-layout {
                grid-template-columns: 1fr;
            }

            body.post-redesign .blog-article {
                order: 2;
            }

            body.post-redesign .article-sidebar {
                position: static;
                top: auto;
                order: 1;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                max-height: none;
                overflow: visible;
                padding-right: 0;
            }
        }

        @media (max-width: 768px) {
            body.post-redesign .blog-hero {
                padding: 104px 0 46px;
                text-align: center;
            }

            body.post-redesign .blog-title,
            body.post-redesign .blog-standfirst {
                max-width: none;
            }

            body.post-redesign .blog-meta {
                justify-content: center;
            }

            body.post-redesign .blog-content-wrapper {
                margin-top: -6px;
                padding: 0 0.9rem;
            }

            body.post-redesign .blog-featured-image {
                border-radius: 18px;
            }

            body.post-redesign .blog-article {
                border-radius: 20px;
                padding: 1.05rem;
            }

            body.post-redesign .article-sidebar {
                grid-template-columns: 1fr;
            }

            body.post-redesign .author-card {
                padding: 1.2rem;
                gap: 1rem;
            }

            body.post-redesign .share-btn {
                flex: 0 0 auto;
                width: 44px;
                height: 44px;
                min-width: 44px;
                border-radius: 50%;
                box-sizing: border-box;
            }
        }

        @media (max-width: 480px) {
            body.post-redesign .blog-title {
                font-size: clamp(1.65rem, 9.2vw, 2.28rem);
            }

            body.post-redesign .blog-meta span {
                width: 100%;
                justify-content: center;
            }

            body.post-redesign .audio-player-container {
                padding: 1rem;
            }

            body.post-redesign .audio-controls {
                padding: 0.7rem;
            }
        }

        body.post-cinematic {
            --pc-bg-0: #060a12;
            --pc-bg-1: #0b1323;
            --pc-bg-2: #111d33;
            --pc-panel-0: rgba(15, 22, 37, 0.86);
            --pc-panel-1: rgba(10, 16, 28, 0.94);
            --pc-line: rgba(255, 243, 216, 0.14);
            --pc-line-strong: rgba(253, 187, 45, 0.42);
            --pc-text: rgba(255, 245, 225, 0.96);
            --pc-muted: rgba(255, 236, 204, 0.76);
            --pc-accent: #fdbb2d;
            --pc-accent-2: #ff7f45;
            background:
                radial-gradient(1180px 560px at 10% 0%, rgba(253, 187, 45, 0.18), transparent 64%),
                radial-gradient(920px 520px at 96% 8%, rgba(255, 127, 69, 0.14), transparent 62%),
                linear-gradient(180deg, var(--pc-bg-0), var(--pc-bg-1) 44%, var(--pc-bg-2));
            color: var(--pc-text);
            font-family: 'Manrope', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            overflow-x: hidden;
            overflow-x: clip;
        }

        body.post-cinematic .blog-hero {
            background:
                linear-gradient(136deg, rgba(7, 11, 20, 0.94), rgba(15, 22, 38, 0.9), rgba(18, 16, 12, 0.84)),
                radial-gradient(circle at 10% 6%, rgba(253, 187, 45, 0.24), transparent 44%),
                radial-gradient(circle at 90% 10%, rgba(255, 127, 69, 0.2), transparent 44%);
            border-bottom: 1px solid rgba(232, 184, 91, 0.28);
        }

        body.post-cinematic .back-btn,
        body.post-cinematic .blog-meta span,
        body.post-cinematic .tag,
        body.post-cinematic .article-aside-card,
        body.post-cinematic .audio-controls,
        body.post-cinematic .speed-btn,
        body.post-cinematic .volume-btn {
            border-color: var(--pc-line);
            background: linear-gradient(136deg, rgba(255, 245, 225, 0.08), rgba(253, 187, 45, 0.1));
            color: var(--pc-text);
        }

        body.post-cinematic .blog-category {
            border-color: rgba(253, 187, 45, 0.38);
            color: #ffd27d;
            background: rgba(253, 187, 45, 0.14);
        }

        body.post-cinematic .blog-title,
        body.post-cinematic .blog-content h1,
        body.post-cinematic .blog-content h2,
        body.post-cinematic .blog-content h3,
        body.post-cinematic .blog-content h4,
        body.post-cinematic .related-posts-title,
        body.post-cinematic .author-info h4,
        body.post-cinematic .author-info h4 a {
            color: #ffe7bb;
            font-family: 'Bodoni Moda', 'Times New Roman', serif;
            letter-spacing: 0.01em;
        }

        body.post-cinematic .blog-standfirst,
        body.post-cinematic .blog-meta,
        body.post-cinematic .blog-content,
        body.post-cinematic .blog-content p,
        body.post-cinematic .blog-content li,
        body.post-cinematic .article-fact,
        body.post-cinematic .toc-empty,
        body.post-cinematic .article-sidebar-cta p,
        body.post-cinematic .author-info p,
        body.post-cinematic .author-info .role,
        body.post-cinematic .related-card .date,
        body.post-cinematic .blog-tags-title,
        body.post-cinematic .social-share-title {
            color: var(--pc-muted);
        }

        body.post-cinematic .blog-featured-image,
        body.post-cinematic .blog-article,
        body.post-cinematic .audio-player-container,
        body.post-cinematic .article-aside-card,
        body.post-cinematic .author-card,
        body.post-cinematic .related-card {
            border: 1px solid var(--pc-line);
            background: linear-gradient(156deg, var(--pc-panel-0), var(--pc-panel-1));
            box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
        }

        body.post-cinematic .blog-article::before,
        body.post-cinematic .audio-player-container::before {
            background: linear-gradient(90deg, #ffe3a7, #fdbb2d, #ff8c4f);
        }

        body.post-cinematic .blog-content h2 {
            border-bottom-color: rgba(253, 187, 45, 0.34);
        }

        body.post-cinematic .blog-content a,
        body.post-cinematic .article-toc-link.active,
        body.post-cinematic .article-toc-link:hover,
        body.post-cinematic .author-contact a {
            color: #ffd27d;
            border-bottom-color: rgba(253, 187, 45, 0.4);
        }

        body.post-cinematic .blog-content :not(pre) > code {
            background: rgba(253, 187, 45, 0.12);
            border-color: rgba(253, 187, 45, 0.34);
            color: #ffe4af;
        }

        body.post-cinematic .blog-content pre {
            border-color: rgba(255, 248, 232, 0.14);
            background: linear-gradient(180deg, #16141a, #131118);
        }

        body.post-cinematic .blog-content table,
        body.post-cinematic .blog-content .mermaid {
            border-color: var(--pc-line);
            background: rgba(12, 20, 34, 0.86);
        }

        body.post-cinematic .blog-content th {
            background: rgba(253, 187, 45, 0.18);
            color: #ffe7bf;
        }

        body.post-cinematic .blog-content blockquote {
            border-left-color: #fdbb2d;
            background: linear-gradient(90deg, rgba(253, 187, 45, 0.12), rgba(253, 187, 45, 0.04));
            color: var(--pc-muted);
        }

        body.post-cinematic .play-btn,
        body.post-cinematic .btn-generate-audio,
        body.post-cinematic .article-sidebar-link.primary {
            background: linear-gradient(140deg, #ffe3a7 0%, #fdbb2d 46%, #ff8c4f 100%);
            color: #1a1206;
            border: 1px solid rgba(232, 184, 91, 0.54);
            box-shadow: 0 12px 30px rgba(253, 187, 45, 0.28);
        }

        body.post-cinematic .article-sidebar-link.secondary {
            border-color: var(--pc-line);
            color: var(--pc-text);
            background: rgba(255, 245, 225, 0.08);
        }

        body.post-cinematic .share-btn.copy {
            color: var(--pc-text);
            border-color: var(--pc-line);
            background: rgba(255, 245, 225, 0.08);
        }

        body.post-cinematic .tag:hover,
        body.post-cinematic .related-card:hover,
        body.post-cinematic .article-sidebar-link.primary:hover,
        body.post-cinematic .article-sidebar-link.secondary:hover,
        body.post-cinematic .share-btn:hover,
        body.post-cinematic .play-btn:hover,
        body.post-cinematic .btn-generate-audio:hover {
            border-color: var(--pc-line-strong);
        }

        body.post-cinematic .back-btn:focus-visible,
        body.post-cinematic .blog-content a:focus-visible,
        body.post-cinematic .heading-anchor-link:focus-visible,
        body.post-cinematic .article-toc-link:focus-visible,
        body.post-cinematic .article-sidebar-link:focus-visible,
        body.post-cinematic .share-btn:focus-visible,
        body.post-cinematic .tag:focus-visible,
        body.post-cinematic .play-btn:focus-visible,
        body.post-cinematic .btn-generate-audio:focus-visible,
        body.post-cinematic .volume-btn:focus-visible,
        body.post-cinematic .speed-btn:focus-visible {
            outline: 2px solid rgba(253, 187, 45, 0.84);
            outline-offset: 2px;
            box-shadow: 0 0 0 4px rgba(253, 187, 45, 0.16);
        }

        @media (max-width: 1400px) {
            body.post-cinematic .blog-content-wrapper,
            body.post-cinematic .related-posts {
                max-width: 1220px;
            }
        }

        @media (max-width: 1200px) {
            body.post-cinematic .article-layout {
                grid-template-columns: 1fr;
            }

            body.post-cinematic .blog-article {
                order: 2;
            }

            body.post-cinematic .article-sidebar {
                position: static;
                top: auto;
                order: 1;
                max-height: none;
                overflow: visible;
                padding-right: 0;
            }
        }

        @media (max-width: 992px) {
            body.post-cinematic .blog-content-wrapper {
                padding: 0 0.95rem;
            }
        }

        @media (max-width: 768px) {
            body.post-cinematic .blog-hero {
                padding-top: 102px;
            }

            body.post-cinematic .blog-title,
            body.post-cinematic .blog-standfirst,
            body.post-cinematic .blog-meta {
                text-align: center;
                justify-content: center;
            }

            body.post-cinematic .social-share {
                justify-content: center;
                gap: 0.65rem;
            }

            body.post-cinematic .share-btn {
                flex: 0 0 auto;
                width: 44px;
                height: 44px;
                min-width: 44px;
                border-radius: 50%;
                box-sizing: border-box;
            }
        }

        @media (max-width: 480px) {
            body.post-cinematic .blog-content-wrapper {
                padding: 0 0.7rem;
            }

            body.post-cinematic .blog-article {
                padding: 0.95rem;
                border-radius: 18px;
            }

            body.post-cinematic .blog-meta span {
                width: 100%;
                justify-content: center;
            }

            body.post-cinematic .share-btn {
                flex: 0 0 auto;
                width: 44px;
                height: 44px;
                min-width: 44px;
            }
        }

        @media (max-width: 360px) {
            body.post-cinematic .blog-title {
                font-size: clamp(1.42rem, 10vw, 2rem);
            }

            body.post-cinematic .blog-content {
                font-size: 0.95rem;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            body.post-cinematic *,
            body.post-cinematic *::before,
            body.post-cinematic *::after {
                animation: none !important;
                transition: none !important;
            }
        }
