
        /* Waktu.News — sejajarkan header dan menu dengan Home 1050px. */
        .wn-header-menu-container-1050 {
            width: min(1050px, calc(100% - 32px)) !important;
            margin-inline: auto !important;
        }

        @media (max-width: 680px) {
            .wn-header-menu-container-1050 {
                width: min(100% - 20px, 1050px) !important;
            }
        }
    
        /* Memakai ruang kosong bekas brand story untuk area pencarian/command. */
        @media (min-width: 901px) {
            .wn-header-menu-container-1050 .wn-brand-panel {
                grid-template-columns: minmax(300px, 340px) minmax(0, 1fr) !important;
                gap: 12px !important;
            }

            .wn-header-menu-container-1050 .wn-brand-zone {
                padding-right: 0 !important;
            }

            .wn-header-menu-container-1050 .wn-command-zone {
                width: 100%;
                min-width: 0;
            }
        }
    
        /*
        |--------------------------------------------------------------------------
        | Header Home Ringkas Khusus Mobile
        |--------------------------------------------------------------------------
        | Desktop tetap menampilkan logo, pencarian, tautan, dan topik lengkap.
        | Penyederhanaan Home hanya berlaku pada layar maksimal 680px.
        */

        @media (max-width: 680px) {
            .wn-brand-shell.is-home-simple {
                padding: 8px 0 7px;
            }

            .wn-brand-shell.is-home-simple
            .wn-header-menu-container-1050
            .wn-brand-panel.is-home-simple {
                display: flex !important;
                grid-template-columns: none !important;
                align-items: center;
                justify-content: center;
                gap: 0 !important;
                padding: 8px 10px !important;
                border-radius: 20px;
            }

            .wn-brand-shell.is-home-simple
            .wn-brand-panel.is-home-simple
            .wn-brand-zone {
                width: 100%;
                min-width: 0;
                justify-content: center !important;
                padding: 5px 8px !important;
                text-align: center;
            }

            .wn-brand-shell.is-home-simple
            .wn-brand-panel.is-home-simple
            .wn-brand {
                width: 100%;
                justify-content: center;
            }

            .wn-brand-shell.is-home-simple
            .wn-brand-panel.is-home-simple
            .wn-brand-logo {
                width: auto;
                max-width: min(260px, 78vw);
                max-height: 70px;
                object-fit: contain;
                object-position: center center;
            }

            .wn-brand-shell.is-home-simple
            .wn-brand-panel.is-home-simple
            .wn-brand-copy {
                justify-items: center;
                text-align: center;
            }

            .wn-brand-shell.is-home-simple
            .wn-brand-panel.is-home-simple
            .wn-command-zone {
                display: none !important;
            }
        }
    
        /*
        |--------------------------------------------------------------------------
        | Header Ringkas Halaman Kategori — Khusus Mobile
        |--------------------------------------------------------------------------
        | Semua route channels.* menyembunyikan command search hanya pada
        | layar maksimal 680px. Tampilan desktop tetap lengkap.
        */

        @media (max-width: 680px) {
            .wn-brand-shell.is-channel-mobile-simple {
                padding: 8px 0 7px;
            }

            .wn-brand-shell.is-channel-mobile-simple
            .wn-header-menu-container-1050
            .wn-brand-panel.is-channel-mobile-simple {
                display: flex !important;
                grid-template-columns: none !important;
                align-items: center;
                justify-content: center;
                gap: 0 !important;
                padding: 8px 10px !important;
                border-radius: 20px;
            }

            .wn-brand-shell.is-channel-mobile-simple
            .wn-brand-panel.is-channel-mobile-simple
            .wn-brand-zone {
                width: 100%;
                min-width: 0;
                justify-content: center !important;
                padding: 5px 8px !important;
                text-align: center;
            }

            .wn-brand-shell.is-channel-mobile-simple
            .wn-brand-panel.is-channel-mobile-simple
            .wn-brand {
                width: 100%;
                justify-content: center;
            }

            .wn-brand-shell.is-channel-mobile-simple
            .wn-brand-panel.is-channel-mobile-simple
            .wn-brand-logo {
                width: auto;
                max-width: min(260px, 78vw);
                max-height: 70px;
                object-fit: contain;
                object-position: center center;
            }

            .wn-brand-shell.is-channel-mobile-simple
            .wn-brand-panel.is-channel-mobile-simple
            .wn-brand-copy {
                justify-items: center;
                text-align: center;
            }

            .wn-brand-shell.is-channel-mobile-simple
            .wn-brand-panel.is-channel-mobile-simple
            .wn-command-zone {
                display: none !important;
            }
        }
    
        /*
        |--------------------------------------------------------------------------
        | Header Detail Artikel — Khusus Mobile
        |--------------------------------------------------------------------------
        | Route articles.show menyembunyikan command search pada layar
        | maksimal 680px. Tampilan desktop tetap lengkap.
        */

        @media (max-width: 680px) {
            .wn-brand-shell.is-article-mobile-simple {
                padding: 8px 0 7px;
            }

            .wn-brand-shell.is-article-mobile-simple
            .wn-header-menu-container-1050
            .wn-brand-panel.is-article-mobile-simple {
                display: flex !important;
                grid-template-columns: none !important;
                align-items: center;
                justify-content: center;
                gap: 0 !important;
                padding: 8px 10px !important;
                border-radius: 20px;
            }

            .wn-brand-shell.is-article-mobile-simple
            .wn-brand-panel.is-article-mobile-simple
            .wn-brand-zone {
                width: 100%;
                min-width: 0;
                justify-content: center !important;
                padding: 5px 8px !important;
                text-align: center;
            }

            .wn-brand-shell.is-article-mobile-simple
            .wn-brand-panel.is-article-mobile-simple
            .wn-brand {
                width: 100%;
                justify-content: center;
            }

            .wn-brand-shell.is-article-mobile-simple
            .wn-brand-panel.is-article-mobile-simple
            .wn-brand-logo {
                width: auto;
                max-width: min(260px, 78vw);
                max-height: 70px;
                object-fit: contain;
                object-position: center center;
            }

            .wn-brand-shell.is-article-mobile-simple
            .wn-brand-panel.is-article-mobile-simple
            .wn-brand-copy {
                justify-items: center;
                text-align: center;
            }

            .wn-brand-shell.is-article-mobile-simple
            .wn-brand-panel.is-article-mobile-simple
            .wn-command-zone {
                display: none !important;
            }
        }
    
        /*
        |--------------------------------------------------------------------------
        | Header Halaman Statis — Khusus Mobile
        |--------------------------------------------------------------------------
        | Semua route pages.* menyembunyikan command search hanya pada layar
        | maksimal 680px. Tampilan desktop tetap lengkap.
        */

        @media (max-width: 680px) {
            .wn-brand-shell.is-page-mobile-simple {
                padding: 8px 0 7px;
            }

            .wn-brand-shell.is-page-mobile-simple
            .wn-header-menu-container-1050
            .wn-brand-panel.is-page-mobile-simple {
                display: flex !important;
                grid-template-columns: none !important;
                align-items: center;
                justify-content: center;
                gap: 0 !important;
                padding: 8px 10px !important;
                border-radius: 20px;
            }

            .wn-brand-shell.is-page-mobile-simple
            .wn-brand-panel.is-page-mobile-simple
            .wn-brand-zone {
                width: 100%;
                min-width: 0;
                justify-content: center !important;
                padding: 5px 8px !important;
                text-align: center;
            }

            .wn-brand-shell.is-page-mobile-simple
            .wn-brand-panel.is-page-mobile-simple
            .wn-brand {
                width: 100%;
                justify-content: center;
            }

            .wn-brand-shell.is-page-mobile-simple
            .wn-brand-panel.is-page-mobile-simple
            .wn-brand-logo {
                width: auto;
                max-width: min(260px, 78vw);
                max-height: 70px;
                object-fit: contain;
                object-position: center center;
            }

            .wn-brand-shell.is-page-mobile-simple
            .wn-brand-panel.is-page-mobile-simple
            .wn-brand-copy {
                justify-items: center;
                text-align: center;
            }

            .wn-brand-shell.is-page-mobile-simple
            .wn-brand-panel.is-page-mobile-simple
            .wn-command-zone {
                display: none !important;
            }
        }
    
        /* Waktu.News — sejajarkan seluruh isi footer dengan header/menu 1050px. */
        .wn-footer .wn-container,
        .wn-footer .wn-footer-cta-wrap,
        .wn-footer .wn-footer-content,
        .wn-footer .wn-footer-bottom-inner {
            width: min(1050px, calc(100% - 32px)) !important;
            max-width: 1050px !important;
            margin-inline: auto !important;
        }

        @media (max-width: 680px) {
            .wn-footer .wn-container,
            .wn-footer .wn-footer-cta-wrap,
            .wn-footer .wn-footer-content,
            .wn-footer .wn-footer-bottom-inner {
                width: min(100% - 20px, 1050px) !important;
            }
        }
    
        /* Waktu.News — Footer Spasi Media Network v3 */
        .wn-footer {
            margin-top: 62px;
            padding-top: 24px;
        }

        .wn-footer::after {
            right: 12px;
            bottom: 30px;
            color: rgba(255, 255, 255, .012);
            font-size: clamp(92px, 12vw, 178px);
            letter-spacing: -.06em;
        }

        .wn-footer-cta {
            grid-template-columns: minmax(0, 1.45fr) auto;
            gap: 24px;
            align-items: center;
            min-height: 0;
            padding: 24px 26px;
            border-radius: 22px;
        }

        .wn-footer-cta h2 {
            max-width: 600px;
            margin: 8px 0 7px;
            font-size: clamp(27px, 2.65vw, 35px);
            line-height: 1.03;
            letter-spacing: -.04em;
        }

        .wn-footer-cta-copy {
            max-width: 640px;
            font-size: 10.5px;
            line-height: 1.62;
        }

        .wn-footer-cta-actions {
            display: flex;
            width: max-content;
            max-width: none;
            align-items: center;
            justify-content: flex-end;
            gap: 8px;
            flex-wrap: nowrap;
        }

        .wn-footer-cta-button {
            min-width: 108px;
            min-height: 42px;
            padding-inline: 14px;
            border-radius: 12px;
            white-space: nowrap;
        }

        .wn-footer-content {
            padding: 32px 0 16px;
        }

        .wn-footer-grid {
            grid-template-columns:
                minmax(235px, 1.04fr)
                minmax(165px, .72fr)
                minmax(300px, 1.28fr)
                minmax(180px, .78fr);
            gap: 22px;
            align-items: stretch;
        }

        .wn-footer-grid > section {
            display: flex;
            min-width: 0;
            height: 100%;
            flex-direction: column;
            align-items: flex-start;
        }

        .wn-footer-brand {
            gap: 11px;
        }

        .wn-footer-logo img {
            max-width: 190px;
            max-height: 56px;
        }

        .wn-footer-about {
            max-width: 300px;
            font-size: 9.8px;
            line-height: 1.62;
        }

        .wn-footer-contact-list {
            width: 100%;
            gap: 6px;
        }

        .wn-footer-contact {
            width: 100%;
            grid-template-columns: 29px minmax(0, 1fr);
            gap: 8px;
            padding: 7px 8px;
            border-radius: 11px;
        }

        .wn-footer-contact-icon {
            width: 29px;
            height: 29px;
            border-radius: 9px;
            font-size: 10px;
        }

        .wn-footer-contact-label {
            font-size: 7px;
        }

        .wn-footer-contact-value {
            margin-top: 0;
            font-size: 8.8px;
            line-height: 1.35;
            overflow-wrap: anywhere;
        }

        .wn-footer-heading {
            min-height: 40px;
            margin: 0 0 11px;
            padding-bottom: 9px;
            font-size: 12px;
        }

        .wn-footer-heading::after {
            width: 30px;
        }

        .wn-footer-links {
            gap: 7px;
        }

        .wn-footer-rubric-links {
            width: 100%;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 7px 10px;
        }

        .wn-footer-link {
            gap: 6px;
            font-size: 8.9px;
            line-height: 1.35;
        }

        .wn-footer-network-card {
            width: 100%;
            margin-top: 24px;
            padding: 11px;
            border-radius: 13px;
        }

        .wn-footer-network-title {
            margin-top: 4px;
            font-size: 11.5px;
        }

        .wn-footer-network-copy {
            margin-bottom: 7px;
            font-size: 8.3px;
            line-height: 1.5;
        }

        .wn-footer-grid > section:last-child > :last-child {
            width: 100%;
            margin-top: auto;
        }

        .wn-footer-bottom-inner {
            min-height: 54px;
            gap: 14px;
        }

        .wn-footer-legal {
            gap: 7px;
            color: rgba(255, 255, 255, .68);
            font-size: 8.5px;
            line-height: 1.4;
        }

        .wn-footer-socials {
            gap: 6px;
        }

        .wn-footer-social {
            width: 30px;
            height: 30px;
            border-radius: 9px;
        }

        @media (max-width: 1160px) {
            .wn-footer-cta {
                grid-template-columns: 1fr;
                gap: 18px;
            }

            .wn-footer-cta-actions {
                width: auto;
                justify-content: flex-start;
                flex-wrap: wrap;
            }

            .wn-footer-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 28px 24px;
            }

            .wn-footer-rubric-links {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (max-width: 760px) {
            .wn-footer {
                margin-top: 48px;
                padding-top: 20px;
            }

            .wn-footer-cta {
                padding: 21px 18px;
                border-radius: 19px;
            }

            .wn-footer-cta h2 {
                font-size: clamp(24px, 7vw, 31px);
            }

            .wn-footer-cta-actions {
                display: grid;
                grid-template-columns: 1fr;
                width: 100%;
            }

            .wn-footer-cta-button {
                width: 100%;
            }

            .wn-footer-content {
                padding: 28px 0 14px;
            }

            .wn-footer-grid {
                grid-template-columns: 1fr;
                gap: 26px;
            }

            .wn-footer-heading {
                min-height: 0;
            }

            .wn-footer-rubric-links {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .wn-footer-grid > section:last-child > :last-child,
            .wn-footer-network-card {
                margin-top: 14px;
            }

            .wn-footer-bottom-inner {
                min-height: 0;
                padding-block: 15px;
                flex-direction: column;
                align-items: flex-start;
            }
        }

        @media (max-width: 420px) {
            .wn-footer-rubric-links {
                grid-template-columns: 1fr;
            }
        }

        /*
        |--------------------------------------------------------------------------
        | Kembali ke Atas
        |--------------------------------------------------------------------------
        */

        .wn-back-to-top {
            --wn-scroll-progress: 0deg;
            position: fixed;
            z-index: 125;
            right: max(
                18px,
                calc((100vw - 1050px) / 2 - 68px)
            );
            bottom: 22px;
            width: 48px;
            height: 48px;
            display: grid;
            place-items: center;
            padding: 0;
            border: 0;
            border-radius: 16px;
            background:
                conic-gradient(
                    from 0deg,
                    var(--wn-coral)
                        var(--wn-scroll-progress),
                    rgba(21, 33, 63, .14)
                        var(--wn-scroll-progress)
                        360deg
                );
            color: #ffffff;
            box-shadow:
                0 16px 34px rgba(13, 23, 48, .24);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transform:
                translateY(15px)
                scale(.88);
            transition:
                opacity .22s ease,
                visibility .22s ease,
                transform .22s ease,
                box-shadow .22s ease;
        }

        .wn-back-to-top::before {
            content: "";
            position: absolute;
            inset: 3px;
            border-radius: 13px;
            background:
                linear-gradient(
                    145deg,
                    var(--wn-navy),
                    var(--wn-navy-dark)
                );
        }

        .wn-back-to-top.is-visible {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform:
                translateY(0)
                scale(1);
        }

        .wn-back-to-top:hover,
        .wn-back-to-top:focus-visible {
            box-shadow:
                0 18px 38px rgba(240, 79, 69, .32);
            transform:
                translateY(-3px)
                scale(1.03);
            outline: none;
        }

        .wn-back-to-top svg {
            position: relative;
            z-index: 1;
            width: 21px;
            height: 21px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2.2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        @media (max-width: 680px) {
            .wn-back-to-top {
                right: 13px;
                bottom: 13px;
                width: 44px;
                height: 44px;
                border-radius: 14px;
            }

            .wn-back-to-top::before {
                border-radius: 11px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .wn-back-to-top {
                transition: none;
            }
        }
    
        /*
        |--------------------------------------------------------------------------
        | Push Notification Active State
        |--------------------------------------------------------------------------
        | Tombol mengambang hanya untuk pengguna yang belum berlangganan.
        */

        #wn-push-control.is-active,
        #wn-push-control[hidden] {
            display: none !important;
            visibility: hidden !important;
            opacity: 0 !important;
            pointer-events: none !important;
        }
    
        /*
        |--------------------------------------------------------------------------
        | Waktu.News — Mobile Special Hub Strip V2.1
        |--------------------------------------------------------------------------
        */

        .wn-mobile-special-hubs {
            display: none;
        }

        @media (max-width: 680px) {
            .wn-mobile-special-hubs {
                display: block;
                position: relative;
                z-index: 69;
                padding: 0 0 9px;
            }

            .wn-mobile-special-hubs-inner {
                position: relative;
                overflow: hidden;
                padding: 7px 8px;
                border: 1px solid rgba(38, 52, 95, .08);
                border-radius: 15px;
                background: rgba(255, 255, 255, .94);
                box-shadow:
                    0 10px 26px rgba(17, 26, 49, .07);
                backdrop-filter: blur(16px);
            }

            .wn-mobile-special-hub-strip {
                display: flex;
                align-items: center;
                gap: 6px;

                width: 100%;
                max-width: 100%;

                overflow-x: auto;
                overflow-y: hidden;

                padding: 0 2px 1px;

                white-space: nowrap;

                scroll-snap-type: x proximity;
                overscroll-behavior-x: contain;

                -webkit-overflow-scrolling: touch;

                scrollbar-width: none;
            }

            .wn-mobile-special-hub-strip::-webkit-scrollbar {
                display: none;
            }

            .wn-mobile-special-hub-strip
            .wn-topic-chip {
                flex: 0 0 auto;
                min-height: 28px;
                padding-inline: 10px;
                scroll-snap-align: start;
            }
        }
    