:root {
    --mag-accent: #cf3f3b;
    --mag-accent-dark: #a92d2a;
    --mag-ink: #171717;
    --mag-muted: #727272;
    --mag-line: #e5e5e5;
    --mag-panel: #f5f5f5;
    --mag-dark: #252525;
    --mag-width: 1120px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #171717;
    color: var(--mag-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

body > main {
    background: #fff;
}

.container {
    max-width: var(--mag-width);
}

a {
    color: inherit;
}

.top-strip {
    background: #1d1d1d;
    border: 0;
    color: #bbb;
    font-size: 12px;
    letter-spacing: .03em;
    min-height: 34px;
    padding: 7px 0;
}

.theme-switch {
    color: #ddd;
}

.site-header {
    background: #fff;
    border: 0;
    box-shadow: none;
}

.header-grid {
    grid-template-columns: minmax(220px, 340px) 1fr auto auto;
    min-height: 132px;
    padding-bottom: 22px;
    padding-top: 22px;
}

.header-grid.without-header-ad {
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.site-search-button {
    display: none !important;
}

.brand {
    align-items: center;
    color: var(--mag-ink);
    display: inline-flex;
    gap: 14px;
    text-decoration: none;
}

.brand:hover {
    color: var(--mag-ink);
}

.brand-mark {
    align-items: center;
    background: var(--mag-accent);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 54px;
    font-size: 17px;
    font-weight: 900;
    height: 54px;
    justify-content: center;
    letter-spacing: -.04em;
}

.brand-copy {
    display: flex;
    flex-direction: column;
}

.brand-copy strong {
    color: var(--mag-accent);
    font-family: "Arial Narrow", Impact, sans-serif;
    font-size: clamp(34px, 5vw, 58px);
    font-stretch: condensed;
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: .86;
    text-transform: uppercase;
}

.brand-copy small {
    color: #4d4d4d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .21em;
    margin-top: 8px;
    text-transform: uppercase;
}

.site-logo {
    max-height: 86px;
    max-width: 390px;
}

.header-ad {
    background: #f5f5f5;
    border: 1px solid #ededed;
    min-height: 76px;
}

.main-nav {
    background: var(--mag-dark);
    border-bottom: 5px solid var(--mag-accent);
    box-shadow: none;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.main-nav .container {
    padding-left: 12px;
    padding-right: 12px;
}

.nav-row {
    min-height: 48px;
}

.home-tab,
.desktop-menu > a,
.nav-parent {
    border-left: 1px solid #353535;
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    min-height: 48px;
    padding: 15px 16px !important;
    text-transform: uppercase;
}

.home-tab {
    background: var(--mag-accent);
    border-left: 0;
}

.home-icon {
    display: none;
}

.home-label {
    display: inline;
}

.desktop-menu > a:hover,
.nav-parent:hover,
.nav-dropdown:hover > .nav-parent {
    background: #383838;
}

.nav-dropdown-menu {
    background: #2a2a2a;
    border: 0;
    border-top: 3px solid var(--mag-accent);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .3);
    min-width: 210px;
}

.nav-dropdown-menu a {
    border-bottom: 1px solid #3d3d3d;
    color: #eee;
    font-size: 12px;
    font-weight: 700;
    padding: 11px 15px;
    text-transform: uppercase;
}

.nav-dropdown-menu a:hover {
    background: var(--mag-accent);
    color: #fff;
}

.search-box {
    display: none;
}

.breaking-bar {
    background: #f5f5f5;
    border: 0;
    border-bottom: 1px solid #dedede;
    color: #3b3b3b;
}

.breaking-bar strong {
    background: var(--mag-accent);
    color: #fff;
    font-size: 11px;
    letter-spacing: .06em;
    padding: 8px 13px;
    text-transform: uppercase;
}

.ticker a {
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.magazine-home {
    background: #fff;
    padding: 26px 0 10px;
}

.magazine-layout {
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 2fr) minmax(270px, 1fr);
}

.magazine-main,
.magazine-sidebar {
    min-width: 0;
}

.magazine-hero {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 2fr) minmax(210px, .92fr);
    margin-bottom: 30px;
}

.magazine-lead,
.hero-side-card {
    background: #111;
    overflow: hidden;
    position: relative;
}

.magazine-lead {
    min-height: 420px;
}

.magazine-lead > a,
.hero-side-card > a {
    display: block;
    height: 100%;
    position: relative;
}

.magazine-lead img,
.hero-side-card img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    transition: transform .35s ease;
    width: 100%;
}

.magazine-lead:hover img,
.hero-side-card:hover img {
    transform: scale(1.025);
}

.magazine-overlay,
.magazine-lead > a::after,
.hero-side-card > a::after {
    background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, .88) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.magazine-lead-copy,
.hero-side-card > a > div {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 24px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.story-kicker {
    background: var(--mag-accent);
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    margin-bottom: 10px;
    padding: 4px 8px;
    text-transform: uppercase;
}

.magazine-lead h1 {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 3.3vw, 43px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.08;
    margin: 0;
}

.magazine-lead p {
    color: rgba(255, 255, 255, .84);
    font-size: 13px;
    margin: 12px 0 0;
    max-width: 620px;
}

.magazine-hero-side {
    display: grid;
    gap: 14px;
    grid-template-rows: repeat(2, 1fr);
}

.hero-side-card {
    min-height: 203px;
}

.hero-side-card > a > div {
    padding: 16px;
}

.hero-side-card h2 {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.18;
    margin: 0;
}

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

.magazine-category-block,
.latest-band {
    border-top: 0;
}

.magazine-heading {
    align-items: center;
    border-bottom: 3px solid var(--mag-accent);
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    min-height: 33px;
}

.magazine-heading h2 {
    color: #181818;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .01em;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.magazine-heading a {
    color: var(--mag-accent);
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 7px;
    text-decoration: none;
    text-transform: uppercase;
}

.category-lead-story {
    border-bottom: 1px solid var(--mag-line);
    margin-bottom: 5px;
    padding-bottom: 13px;
}

.category-lead-story a,
.category-story-list article a {
    display: grid;
    gap: 13px;
    grid-template-columns: 112px minmax(0, 1fr);
    text-decoration: none;
}

.category-lead-story img {
    height: 82px;
    object-fit: cover;
    width: 112px;
}

.category-lead-story h3,
.category-story-list h3,
.latest-card-grid h3 {
    color: #171717;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    margin: 0;
}

.category-lead-story h3 {
    font-size: 18px;
    line-height: 1.22;
}

.category-lead-story time,
.category-story-list time {
    color: #969696;
    display: block;
    font-size: 10px;
    margin-top: 7px;
    text-transform: uppercase;
}

.category-story-list article {
    border-bottom: 1px solid #ededed;
    padding: 11px 0;
}

.category-story-list article:last-child {
    border-bottom: 0;
}

.category-story-list article a {
    grid-template-columns: 80px minmax(0, 1fr);
}

.category-story-list img {
    height: 58px;
    object-fit: cover;
    width: 80px;
}

.category-story-list h3 {
    font-size: 14px;
    line-height: 1.27;
}

.magazine-sidebar {
    align-self: start;
}

.magazine-sidebar-sticky {
    min-width: 0;
}

.sidebar-widget {
    background: #f6f6f6;
    border: 1px solid #ececec;
    margin-bottom: 24px;
    padding: 14px;
}

.sidebar-widget .magazine-heading {
    margin-bottom: 13px;
}

.sidebar-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.sidebar-search-form input {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    font-size: 12px;
    min-width: 0;
    padding: 10px 11px;
}

.sidebar-search-form button {
    background: var(--mag-accent);
    border: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 0 13px;
    text-transform: uppercase;
}

.magazine-ranked-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.magazine-ranked-list li {
    align-items: flex-start;
    border-bottom: 1px solid #e2e2e2;
    display: grid;
    gap: 12px;
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 11px 0;
}

.magazine-ranked-list li:last-child {
    border-bottom: 0;
}

.magazine-ranked-list li > span {
    color: var(--mag-accent);
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

.magazine-ranked-list a {
    color: #202020;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

.sidebar-category-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sidebar-category-links a {
    border-bottom: 1px solid #e2e2e2;
    color: #2a2a2a;
    font-size: 11px;
    font-weight: 800;
    padding: 9px 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.sidebar-category-links a:hover {
    color: var(--mag-accent);
}

.magazine-tags a {
    background: #333;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.latest-band {
    margin-top: 34px;
}

.latest-card-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.latest-card-grid a {
    text-decoration: none;
}

.latest-card-grid img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    width: 100%;
}

.latest-card-grid span {
    color: var(--mag-accent);
    display: block;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .06em;
    margin-top: 8px;
    text-transform: uppercase;
}

.latest-card-grid h3 {
    font-size: 15px;
    line-height: 1.25;
    margin-top: 4px;
}

.magazine-media-section {
    background: #fff;
    padding: 26px 0 44px;
}

.category-archive,
.article-page,
.search-page,
.contact-page,
.page-view {
    background: #fff;
}

.archive-heading,
.section-title {
    border-color: var(--mag-accent) !important;
}

.archive-heading h1,
.article-title,
.page-title {
    font-family: Georgia, "Times New Roman", serif;
}

.archive-heading a,
.archive-parent-link a {
    color: var(--mag-accent);
}

.article-meta,
.breadcrumb-wrap {
    color: var(--mag-muted);
}

.btn-accent,
.like-button {
    background: var(--mag-accent) !important;
    border-color: var(--mag-accent) !important;
    color: #fff !important;
}

.site-footer {
    background: #292929;
    border: 0;
    color: #d4d4d4;
    margin-top: 0 !important;
    padding-top: 38px;
}

.site-footer h3,
.site-footer h4 {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.site-footer h4 {
    border-bottom: 3px solid var(--mag-accent);
    font-size: 13px;
    padding-bottom: 9px;
}

.footer-links a,
.site-footer p {
    color: #c7c7c7;
}

.footer-admin-button {
    border-color: #777;
    color: #fff;
}

.copyright {
    border-top: 1px solid #555;
    color: #a7a7a7;
}

.mobile-top-menu,
.mobile-bottom-menu {
    background: #252525;
}

@media (max-width: 991.98px) {
    body {
        background: #fff;
    }

    .header-grid {
        min-height: 92px;
        padding-bottom: 14px;
        padding-top: 14px;
    }

    .brand-copy strong {
        font-size: 36px;
    }

    .brand-copy small {
        letter-spacing: .11em;
    }

    .brand-mark {
        flex-basis: 44px;
        font-size: 14px;
        height: 44px;
    }

    .main-nav {
        display: none;
    }

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

    .magazine-sidebar {
        display: grid;
        gap: 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sidebar-widget {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .top-strip {
        display: none;
    }

    .magazine-home {
        padding-top: 14px;
    }

    .magazine-hero {
        grid-template-columns: 1fr;
    }

    .magazine-lead {
        min-height: 370px;
    }

    .magazine-hero-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
    }

    .hero-side-card {
        min-height: 200px;
    }

    .magazine-section-grid,
    .magazine-sidebar {
        grid-template-columns: 1fr;
    }

    .latest-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .header-grid {
        min-height: 78px;
    }

    .brand {
        gap: 8px;
    }

    .brand-mark {
        flex-basis: 37px;
        font-size: 12px;
        height: 37px;
    }

    .brand-copy strong {
        font-size: 27px;
    }

    .brand-copy small {
        font-size: 7px;
        margin-top: 5px;
    }

    .magazine-lead {
        min-height: 320px;
    }

    .magazine-lead-copy {
        padding: 18px;
    }

    .magazine-lead p {
        display: none;
    }

    .magazine-hero-side {
        grid-template-columns: 1fr;
    }

    .category-lead-story a {
        grid-template-columns: 105px minmax(0, 1fr);
    }

    .latest-card-grid {
        grid-template-columns: 1fr;
    }

    .site-footer {
        padding-bottom: 68px;
    }
}

/* Complete light/dark theme and mobile contrast overrides */
html[data-theme="dark"] {
    --mag-ink: #edf1f5;
    --mag-muted: #aab3bf;
    --mag-line: #303640;
    --mag-panel: #181c22;
    color-scheme: dark;
}

html[data-theme="light"] {
    color-scheme: light;
}

.ad-slot .adsbygoogle {
    display: block;
    min-height: 90px;
    width: 100%;
}

.ad-slot:empty {
    display: none !important;
}

.mobile-top-menu a,
.mobile-bottom-menu a,
.mobile-bottom-menu span,
.mobile-bottom-menu small {
    color: #f8fafc !important;
}

.mobile-scroll a {
    border-right-color: #454545;
}

html[data-theme="dark"] body,
html[data-theme="dark"] body > main,
html[data-theme="dark"] main,
html[data-theme="dark"] .magazine-home,
html[data-theme="dark"] .magazine-media-section,
html[data-theme="dark"] .category-archive,
html[data-theme="dark"] .article-page,
html[data-theme="dark"] .search-page,
html[data-theme="dark"] .contact-page,
html[data-theme="dark"] .page-view,
html[data-theme="dark"] .content-page {
    background: #0f1115;
    color: #edf1f5;
}

html[data-theme="dark"] .site-header,
html[data-theme="dark"] .mobile-search-box,
html[data-theme="dark"] .site-drawer,
html[data-theme="dark"] .live-search-panel {
    background: #15191f;
    border-color: #303640;
    color: #edf1f5;
}

html[data-theme="dark"] .brand,
html[data-theme="dark"] .brand:hover,
html[data-theme="dark"] .site-menu-button,
html[data-theme="dark"] .site-search-button,
html[data-theme="dark"] .drawer-nav a,
html[data-theme="dark"] .live-search-panel a {
    color: #edf1f5;
}

html[data-theme="dark"] .brand-copy small,
html[data-theme="dark"] .live-search-panel small {
    color: #aab3bf;
}

html[data-theme="dark"] .header-ad,
html[data-theme="dark"] .ad-slot {
    background: repeating-linear-gradient(45deg, #1d222a, #1d222a 10px, #191e25 10px, #191e25 20px);
    border-color: #343b46;
    color: #aab3bf;
}

html[data-theme="dark"] .breaking-bar {
    background: #21170f;
    border-bottom-color: #713312;
    color: #f5ede7;
}

html[data-theme="dark"] .ticker a {
    color: #f5ede7;
}

html[data-theme="dark"] .ticker-divider {
    background: #ff6a21;
}

html[data-theme="dark"] .magazine-heading h2,
html[data-theme="dark"] .category-lead-story h3,
html[data-theme="dark"] .category-story-list h3,
html[data-theme="dark"] .latest-card-grid h3,
html[data-theme="dark"] .magazine-ranked-list a,
html[data-theme="dark"] .sidebar-category-links a,
html[data-theme="dark"] .article-title,
html[data-theme="dark"] .page-title,
html[data-theme="dark"] .archive-heading h1,
html[data-theme="dark"] .archive-lead-card h2,
html[data-theme="dark"] .archive-side-card h3,
html[data-theme="dark"] .archive-bottom-card h3,
html[data-theme="dark"] .news-card h3,
html[data-theme="dark"] .section-title,
html[data-theme="dark"] .static-page-head h1,
html[data-theme="dark"] .video-card strong,
html[data-theme="dark"] .story-row,
html[data-theme="dark"] .comment-item,
html[data-theme="dark"] .post-stats span,
html[data-theme="dark"] .post-stats a {
    color: #edf1f5;
}

html[data-theme="dark"] .category-lead-story,
html[data-theme="dark"] .category-story-list article,
html[data-theme="dark"] .magazine-ranked-list li,
html[data-theme="dark"] .sidebar-category-links a,
html[data-theme="dark"] .story-row,
html[data-theme="dark"] .comment-item,
html[data-theme="dark"] .static-page-head,
html[data-theme="dark"] .pagination-wrap {
    border-color: #303640;
}

html[data-theme="dark"] .sidebar-widget,
html[data-theme="dark"] .section-block,
html[data-theme="dark"] .static-page-card,
html[data-theme="dark"] .news-card,
html[data-theme="dark"] .empty-state,
html[data-theme="dark"] .alert-light,
html[data-theme="dark"] .modal-content {
    background: #181c22;
    border-color: #303640;
    color: #edf1f5;
}

html[data-theme="dark"] .sidebar-search-form input,
html[data-theme="dark"] .mobile-search-box .form-control,
html[data-theme="dark"] .search-page-form .form-control,
html[data-theme="dark"] .search-filter-form .form-control,
html[data-theme="dark"] .search-filter-form .form-select,
html[data-theme="dark"] .comment-form .form-control,
html[data-theme="dark"] .contact-form .form-control,
html[data-theme="dark"] .newsletter-form .form-control {
    background: #10141a;
    border-color: #39414c;
    color: #edf1f5;
}

html[data-theme="dark"] .sidebar-search-form input::placeholder,
html[data-theme="dark"] .mobile-search-box .form-control::placeholder,
html[data-theme="dark"] .form-control::placeholder {
    color: #929cab;
}

html[data-theme="dark"] .article-meta,
html[data-theme="dark"] .breadcrumb-wrap,
html[data-theme="dark"] .category-lead-story time,
html[data-theme="dark"] .category-story-list time,
html[data-theme="dark"] .news-card p,
html[data-theme="dark"] .muted,
html[data-theme="dark"] .text-muted,
html[data-theme="dark"] figcaption {
    color: #aab3bf !important;
}

html[data-theme="dark"] .article-content,
html[data-theme="dark"] .article-content p,
html[data-theme="dark"] .article-content li,
html[data-theme="dark"] .article-content h1,
html[data-theme="dark"] .article-content h2,
html[data-theme="dark"] .article-content h3,
html[data-theme="dark"] .article-content h4,
html[data-theme="dark"] .article-content blockquote {
    background-color: transparent !important;
    color: #edf1f5 !important;
}

html[data-theme="dark"] .site-drawer .drawer-head,
html[data-theme="dark"] .site-drawer a,
html[data-theme="dark"] .live-search-panel a {
    border-color: #303640;
}

html[data-theme="dark"] .mobile-top-menu,
html[data-theme="dark"] .mobile-bottom-menu {
    background: #171b21;
    border-color: #343b46;
}

@media (max-width: 991.98px) {
    .header-grid,
    .header-grid.without-header-ad {
        grid-template-columns: minmax(0, 1fr) auto auto;
    }

    html[data-theme="dark"] body {
        background: #0f1115;
    }
}

/* Professional article, true 16:9 media and cache-refresh release */
.brand {
    min-width: 0;
}

.site-logo {
    display: block;
    height: auto;
    max-height: 86px;
    max-width: min(390px, 100%);
    object-fit: contain;
    object-position: left center;
    width: auto;
}

.magazine-lead,
.hero-side-card {
    aspect-ratio: 16 / 9;
    min-height: 0 !important;
    overflow: hidden;
}

.magazine-lead > a,
.hero-side-card > a {
    display: block;
    height: 100%;
    width: 100%;
}

.magazine-lead img,
.hero-side-card img,
.category-lead-story img,
.category-story-list img,
.latest-card-grid img,
.archive-lead-card img,
.archive-side-card img,
.archive-bottom-card img,
.news-card img,
.story-row img,
.article-image img {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
}

.magazine-lead img,
.hero-side-card img {
    height: 100% !important;
    width: 100%;
}

.category-lead-story img,
.category-story-list img,
.latest-card-grid img,
.archive-lead-card img,
.archive-side-card img,
.archive-bottom-card img,
.news-card img,
.story-row img,
.article-image img {
    height: auto !important;
}

.news-card-read-more {
    align-items: center;
    color: var(--mag-accent, #d9433f);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 6px;
    letter-spacing: .04em;
    margin-top: 12px;
    text-transform: uppercase;
}

.news-card-read-more:hover {
    color: #a91f28;
}

.desktop-menu a,
.mobile-top-menu a,
.mobile-bottom-menu a,
.mobile-bottom-menu span,
.mobile-bottom-menu small {
    color: #f8fafc !important;
}

html[data-theme="light"] .mobile-top-menu,
html[data-theme="light"] .mobile-bottom-menu,
html[data-theme="dark"] .mobile-top-menu,
html[data-theme="dark"] .mobile-bottom-menu {
    background: #1f1f1f;
    border-color: #3c3c3c;
}

html[data-theme="light"] .breaking-bar {
    background: #f7f7f7;
    color: #252525;
}

html[data-theme="light"] .breaking-bar .ticker a {
    color: #252525 !important;
}

html[data-theme="dark"] .breaking-bar .ticker a {
    color: #f5ede7 !important;
}

.article-header {
    border-bottom: 1px solid var(--mag-line, #e1e1e1);
    margin-bottom: 26px;
    padding-bottom: 22px;
}

.article-header .story-kicker {
    background: var(--mag-accent, #d9433f);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 14px;
    padding: 7px 10px;
    text-transform: uppercase;
}

.article-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 62px);
    letter-spacing: -.035em;
    line-height: 1.03;
    margin: 0;
}

.article-deck {
    color: var(--mag-muted, #666);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.55;
    margin: 18px 0 0;
}

.article-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 8px 18px;
    letter-spacing: .02em;
    margin-top: 20px;
}

.article-image {
    margin: 0 0 28px;
}

.article-image img {
    border-radius: 3px;
    display: block;
    width: 100%;
}

.article-image figcaption {
    border-bottom: 1px solid var(--mag-line, #e1e1e1);
    color: var(--mag-muted, #666);
    font-size: 12px;
    padding: 9px 2px;
}

.article-content {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    line-height: 1.82;
}

.article-content p,
.article-content ul,
.article-content ol,
.article-content blockquote {
    margin-bottom: 1.35em;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    line-height: 1.2;
    margin: 1.7em 0 .55em;
}

.article-content a {
    color: var(--mag-accent, #d9433f);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.article-content img,
.article-content iframe,
.article-content video {
    height: auto;
    max-width: 100%;
}

.article-content blockquote {
    border-left: 5px solid var(--mag-accent, #d9433f);
    font-size: 1.12em;
    font-style: italic;
    padding: 10px 0 10px 22px;
}

.article-engagement-card {
    background: var(--mag-panel, #fff);
    border: 1px solid var(--mag-line, #e1e1e1);
    border-top: 4px solid var(--mag-accent, #d9433f);
    box-shadow: 0 12px 34px rgba(20, 20, 20, .08);
}

.engagement-summary {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    padding: 18px;
}

.engagement-metric {
    align-items: center;
    color: var(--mag-ink, #242424);
    display: flex;
    gap: 10px;
    min-width: 0;
}

.engagement-metric:hover {
    color: var(--mag-accent, #d9433f);
}

.engagement-metric svg,
.professional-like-button svg,
.share-icon svg {
    fill: currentColor;
    flex: 0 0 auto;
    height: 22px;
    width: 22px;
}

.engagement-metric span {
    display: grid;
    line-height: 1.1;
}

.engagement-metric strong {
    font-size: 18px;
}

.engagement-metric small {
    color: var(--mag-muted, #666);
    font-size: 10px;
    font-weight: 700;
    margin-top: 4px;
    text-transform: uppercase;
}

.professional-like-button {
    align-items: center;
    background: var(--mag-accent, #d9433f);
    border: 0;
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
}

.professional-like-button:hover,
.professional-like-button.is-liked {
    background: #a91f28;
}

.article-share-panel {
    align-items: center;
    border-top: 1px solid var(--mag-line, #e1e1e1);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 18px;
}

.share-panel-copy {
    display: grid;
    min-width: 145px;
}

.share-panel-copy strong {
    font-size: 14px;
}

.share-panel-copy small {
    color: var(--mag-muted, #666);
    font-size: 11px;
    margin-top: 3px;
}

.share-icon-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.share-icon {
    align-items: center;
    background: #30343a;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 0;
    transition: transform .18s ease, opacity .18s ease;
    width: 42px;
}

.share-icon:hover {
    color: #fff;
    opacity: .88;
    transform: translateY(-2px);
}

.share-icon.facebook { background: #1877f2; }
.share-icon.x { background: #111; }
.share-icon.whatsapp { background: #1eaa59; }
.share-icon.telegram { background: #229ed9; }
.share-icon.linkedin { background: #0a66c2; }
.share-icon.print { background: #59636f; }
.share-icon.native-share { display: none; }
.share-icon.native-share.is-supported { display: inline-flex; }

.share-icon.copy-link {
    border-radius: 22px;
    gap: 6px;
    padding: 0 14px;
    width: auto;
}

.share-icon.copy-link span {
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.editorial-note {
    align-items: center;
    background: #fff8e8;
    border-left: 4px solid #e3a008;
    color: #3d3420;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 6px;
    padding: 15px 18px;
}

.editorial-note strong {
    margin-right: 5px;
}

.editorial-note p {
    flex-basis: 100%;
    margin: 0 0 2px;
}

.editorial-note a {
    color: #9b381f;
    font-weight: 800;
}

.professional-comments {
    background: var(--mag-panel, #fff);
    border: 1px solid var(--mag-line, #e1e1e1);
    padding: clamp(18px, 4vw, 30px);
}

.comments-heading {
    align-items: flex-end;
    border-bottom: 3px solid var(--mag-accent, #d9433f);
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 13px;
}

.comments-heading .eyebrow {
    color: var(--mag-accent, #d9433f);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.comments-heading h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 4vw, 34px);
    line-height: 1;
    margin: 5px 0 0;
}

.comments-heading h2 small {
    color: var(--mag-muted, #666);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.comments-heading > a {
    color: var(--mag-accent, #d9433f);
    font-size: 12px;
    font-weight: 800;
}

.comment-list {
    display: grid;
    gap: 14px;
}

.comment-card {
    display: grid;
    gap: 14px;
    grid-template-columns: 46px minmax(0, 1fr);
}

.comment-avatar {
    align-items: center;
    background: var(--mag-accent, #d9433f);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 17px;
    font-weight: 900;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.comment-body {
    background: #f7f7f7;
    border: 1px solid var(--mag-line, #e1e1e1);
    padding: 14px 16px;
}

.comment-body header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 12px;
    justify-content: space-between;
}

.comment-body time {
    color: var(--mag-muted, #666);
    font-size: 11px;
}

.comment-body p {
    line-height: 1.65;
    margin: 8px 0 0;
}

.comments-empty {
    background: #f7f7f7;
    border: 1px dashed #bbb;
    padding: 22px;
    text-align: center;
}

.comments-empty p {
    color: var(--mag-muted, #666);
    margin: 6px 0 0;
}

.comment-compose {
    border-top: 1px solid var(--mag-line, #e1e1e1);
    margin-top: 24px;
    padding-top: 24px;
}

.comment-form-heading h3 {
    font-size: 22px;
    margin: 0;
}

.comment-form-heading p {
    color: var(--mag-muted, #666);
    font-size: 12px;
    margin: 5px 0 17px;
}

.comment-compose .form-label {
    font-size: 12px;
    font-weight: 800;
}

.comment-compose .form-control {
    border-radius: 2px;
    min-height: 46px;
}

.comment-compose textarea.form-control {
    min-height: 140px;
}

html[data-theme="dark"] .article-engagement-card,
html[data-theme="dark"] .professional-comments {
    background: #181c22;
    border-color: #303640;
    box-shadow: none;
}

html[data-theme="dark"] .engagement-metric,
html[data-theme="dark"] .comments-heading h2,
html[data-theme="dark"] .comment-form-heading h3,
html[data-theme="dark"] .comment-body strong {
    color: #edf1f5;
}

html[data-theme="dark"] .article-share-panel,
html[data-theme="dark"] .comment-compose,
html[data-theme="dark"] .article-header {
    border-color: #303640;
}

html[data-theme="dark"] .comment-body,
html[data-theme="dark"] .comments-empty {
    background: #10141a;
    border-color: #39414c;
    color: #edf1f5;
}

html[data-theme="dark"] .editorial-note {
    background: #2b2415;
    border-color: #d39a24;
    color: #f3e6c6;
}

html[data-theme="dark"] .editorial-note a {
    color: #ffbd75;
}

@media (max-width: 991.98px) {
    .site-logo {
        max-height: 64px;
        max-width: min(300px, calc(100vw - 190px));
    }

    .magazine-lead,
    .hero-side-card {
        aspect-ratio: 16 / 9;
        min-height: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .engagement-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .engagement-summary form {
        grid-column: 1 / -1;
    }

    .professional-like-button {
        width: 100%;
    }

    .article-share-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .share-icon-list {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .site-logo {
        max-height: 48px;
        max-width: calc(100vw - 174px);
    }

    .magazine-lead-copy,
    .hero-side-copy {
        padding: 16px;
    }

    .magazine-lead-copy h2 {
        font-size: clamp(24px, 7vw, 34px);
    }

    .article-page {
        padding-bottom: 76px !important;
    }

    .article-title {
        font-size: clamp(31px, 10vw, 44px);
    }

    .article-deck {
        font-size: 17px;
    }

    .article-content {
        font-size: 18px;
        line-height: 1.72;
    }

    .engagement-summary {
        gap: 14px 5px;
        padding: 15px 12px;
    }

    .engagement-metric {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

    .engagement-metric span {
        text-align: center;
    }

    .article-share-panel {
        padding: 16px 12px;
    }

    .share-icon {
        height: 40px;
        width: 40px;
    }

    .share-icon.copy-link {
        padding: 0;
        width: 40px;
    }

    .share-icon.copy-link span {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .comments-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .comment-card {
        gap: 9px;
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .comment-avatar {
        height: 38px;
        width: 38px;
    }
}

@media print {
    .article-engagement-card,
    .professional-comments,
    .editorial-note,
    .article-sidebar,
    .mobile-bottom-menu {
        display: none !important;
    }
}

/* First-visit newsletter and SMTP subscription experience */
.newsletter-popup[hidden] {
    display: none !important;
}

.newsletter-popup {
    bottom: 22px;
    display: block;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 22px;
    transition: opacity .22s ease;
    width: min(430px, calc(100vw - 44px));
    z-index: 1035;
}

.newsletter-popup.is-open {
    opacity: 1;
    pointer-events: auto;
}

.newsletter-popup-backdrop {
    display: none;
}

.newsletter-popup-dialog {
    background: #fff;
    border-top: 6px solid var(--mag-accent, #cf3f3b);
    box-shadow: 0 18px 54px rgba(0, 0, 0, .26);
    color: #1b1b1b;
    max-height: calc(100vh - 44px);
    max-width: 430px;
    overflow-y: auto;
    padding: 26px;
    position: relative;
    transform: translateY(20px) scale(.98);
    transition: transform .22s ease;
    width: 100%;
    z-index: 1;
}

.newsletter-popup.is-open .newsletter-popup-dialog {
    transform: translateY(0) scale(1);
}

.newsletter-popup-close {
    align-items: center;
    background: #f0f0f0;
    border: 0;
    border-radius: 50%;
    color: #222;
    display: flex;
    font-size: 24px;
    height: 38px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 38px;
}

.newsletter-popup-brand {
    align-items: center;
    background: var(--mag-accent, #cf3f3b);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    height: 46px;
    justify-content: center;
    margin-bottom: 20px;
    width: 46px;
}

.newsletter-popup-kicker {
    color: var(--mag-accent, #cf3f3b);
    display: block;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.newsletter-popup-dialog h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 4vw, 34px);
    letter-spacing: -.035em;
    line-height: 1.05;
    margin: 0;
}

.newsletter-popup-dialog > p {
    color: #5e6269;
    font-size: 16px;
    line-height: 1.65;
    margin: 14px 0 22px;
}

.newsletter-popup-dialog form > label:first-child,
.newsletter-popup-dialog form > label[for] {
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 7px;
}

.newsletter-popup-form-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.newsletter-popup-form-row input {
    background: #fff;
    border: 1px solid #aeb4bd;
    border-radius: 0;
    color: #202124;
    font-size: 15px;
    min-height: 50px;
    min-width: 0;
    padding: 0 14px;
}

.newsletter-popup-form-row input:focus {
    border-color: var(--mag-accent, #cf3f3b);
    box-shadow: inset 0 0 0 1px var(--mag-accent, #cf3f3b);
    outline: 0;
}

.newsletter-popup-form-row button {
    background: var(--mag-accent, #cf3f3b);
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    min-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
}

.newsletter-popup-form-row button:disabled {
    opacity: .65;
}

.newsletter-consent {
    align-items: flex-start;
    color: #656a72;
    display: flex !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    gap: 8px;
    line-height: 1.45;
    margin: 13px 0 0 !important;
}

.newsletter-consent input {
    margin-top: 2px;
}

.newsletter-consent a {
    color: var(--mag-accent, #cf3f3b);
    font-weight: 800;
}

.newsletter-popup-status,
.newsletter-inline-status {
    flex-basis: 100%;
    font-size: 12px;
    font-weight: 700;
    margin: 9px 0 0;
    min-height: 18px;
}

.newsletter-popup-status.is-success,
.newsletter-inline-status.is-success {
    color: #167341;
}

.newsletter-popup-status.is-error,
.newsletter-inline-status.is-error {
    color: #b3261e;
}

.newsletter-popup-dialog > small {
    color: #7b7f86;
    display: block;
    font-size: 10px;
    margin-top: 5px;
}

.newsletter-status-page {
    min-height: 58vh;
}

.newsletter-status-card {
    background: var(--mag-panel, #fff);
    border: 1px solid var(--mag-line, #e5e5e5);
    border-top: 5px solid var(--mag-accent, #cf3f3b);
    margin: 40px auto;
    max-width: 680px;
    padding: clamp(26px, 5vw, 44px);
    text-align: center;
}

.newsletter-status-card h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 5vw, 44px);
    margin: 12px 0;
}

.newsletter-status-card p {
    color: var(--mag-muted, #727272);
    line-height: 1.7;
    margin: 0 auto 24px;
    max-width: 530px;
}

html[data-theme="dark"] .newsletter-popup-dialog {
    background: #171b21;
    color: #edf1f5;
}

html[data-theme="dark"] .newsletter-popup-close {
    background: #2a3038;
    color: #fff;
}

html[data-theme="dark"] .newsletter-popup-dialog > p,
html[data-theme="dark"] .newsletter-consent,
html[data-theme="dark"] .newsletter-popup-dialog > small {
    color: #aab3bf;
}

@media (max-width: 575.98px) {
    .newsletter-popup {
        bottom: 76px;
        left: 10px;
        right: 10px;
        width: auto;
    }

    .newsletter-popup-dialog {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        padding: 22px 18px 18px;
    }

    .newsletter-popup-form-row {
        grid-template-columns: 1fr;
    }

    .newsletter-popup-form-row button {
        min-height: 48px;
    }
}

@media print {
    .newsletter-popup {
        display: none !important;
    }
}

/* Sticky desktop sidebar: only the page scrolls; the sidebar has no own scrollbar. */
@media (min-width: 992px) {
    [data-smart-sidebar].is-smart-sticky {
        align-self: start;
        position: sticky;
        top: var(--smart-sidebar-top, 88px);
        max-height: none;
        overflow: visible;
        overscroll-behavior: auto;
        scrollbar-gutter: auto;
        padding-right: 0;
    }

    .article-sidebar,
    .category-archive .col-lg-4,
    .search-page .col-lg-4,
    .content-page .col-lg-4,
    .contact-page .col-lg-4 {
        align-self: stretch;
    }
}

@media (max-width: 991.98px) {
    .magazine-sidebar-sticky {
        display: contents;
    }

    [data-smart-sidebar] {
        position: static !important;
        top: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding-right: 0 !important;
    }
}

/* 2026-08-23: headlines above thumbnails + smart page-driven sidebar. */
.magazine-lead,
.hero-side-card {
    aspect-ratio: auto !important;
    background: transparent;
    overflow: visible;
}

.magazine-lead > a,
.hero-side-card > a {
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
    width: 100%;
}

.magazine-lead-copy,
.hero-side-card > a > .hero-side-copy {
    bottom: auto;
    color: #181818;
    left: auto;
    padding: 0 0 10px;
    position: static;
    right: auto;
    top: auto;
    z-index: auto;
}

.magazine-lead h1,
.hero-side-card h2 {
    color: #181818;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.magazine-lead h1 {
    min-height: 2.16em;
}

.hero-side-card h2 {
    min-height: 2.36em;
}

.magazine-lead img,
.hero-side-card img {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    inset: auto;
    object-fit: cover !important;
    position: static;
    width: 100%;
}

.magazine-overlay,
.magazine-lead > a::after,
.hero-side-card > a::after {
    display: none;
}

.magazine-lead-excerpt {
    color: #555 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 13px;
    margin: 10px 0 0 !important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

html[data-theme="dark"] .magazine-lead-copy,
html[data-theme="dark"] .hero-side-card > a > .hero-side-copy,
html[data-theme="dark"] .magazine-lead h1,
html[data-theme="dark"] .hero-side-card h2 {
    color: #f5f5f5;
}

html[data-theme="dark"] .magazine-lead-excerpt {
    color: #b9c0ca !important;
}

@media (min-width: 992px) {
    [data-smart-sidebar].is-smart-sticky {
        position: sticky;
        top: var(--smart-sidebar-top, 88px);
        max-height: none !important;
        overflow: visible !important;
        overscroll-behavior: auto;
        scrollbar-gutter: auto;
    }
}

@media (max-width: 575.98px) {
    .magazine-lead-copy,
    .hero-side-card > a > .hero-side-copy {
        padding: 0 0 9px;
    }

    .magazine-lead h1 {
        font-size: clamp(25px, 7vw, 34px);
    }
}

/* Sidebar content never gets its own scroll area; the document remains the scroller. */
[data-smart-sidebar] .district-cloud.compact {
    max-height: none;
    overflow: visible;
    padding-right: 0;
}


/* 2026-08-23: final page-driven smart sidebar behavior on every public desktop page.
   The document is the only scroller. A tall sidebar moves naturally with the page
   until its bottom is visible, then sticks there. A short sidebar sticks below nav. */
@media (min-width: 992px) {
    .magazine-layout {
        align-items: stretch;
        overflow: visible !important;
    }

    .magazine-sidebar {
        align-self: stretch !important;
        overflow: visible !important;
    }

    .article-sidebar,
    .category-archive .col-lg-4,
    .search-page .col-lg-4,
    .content-page .col-lg-4,
    .contact-page .col-lg-4 {
        align-self: stretch !important;
        overflow: visible !important;
    }

    .sidebar-stack {
        align-content: start;
        height: 100%;
        min-height: 100%;
        overflow: visible !important;
    }

    [data-smart-sidebar],
    [data-smart-sidebar].is-smart-sticky {
        align-self: start;
        height: max-content;
        max-height: none !important;
        overflow: visible !important;
        overscroll-behavior: auto !important;
        padding-right: 0 !important;
        position: sticky;
        scrollbar-gutter: auto !important;
        top: var(--smart-sidebar-top, 88px);
    }
}

@media (max-width: 991.98px) {
    .sidebar-stack {
        height: auto;
        min-height: 0;
    }
}
