:root {
    --site-bg: #f7f7f4;
    --surface: #ffffff;
    --surface-soft: #f1f4f2;
    --text: #142b29;
    --muted: #6d7a76;
    --primary: #073b3a;
    --accent: #e8a33b;
    --danger: #d83b3b;
    --border: #dbe2df;
    --radius: 16px;
    --shadow: 0 16px 40px rgba(15, 38, 36, .08);
    --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-heading: var(--font-body);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--site-bg);
    color: var(--text);
    font-family: var(--font-body);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body,
button,
input,
textarea,
select {
    font-family: var(--font-body);
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--primary);
}

img {
    display: block;
    max-width: 100%;
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-heading);
    font-weight: 800;
    letter-spacing: -.025em;
}

.site-container {
    width: min(1380px, calc(100% - 64px));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 9999;
    top: 10px;
    left: 10px;
    transform: translateY(-180%);
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    padding: 10px 14px;
}

.skip-link:focus {
    transform: none;
}

.utility-bar {
    min-height: 38px;
    border-bottom: 1px solid var(--border);
    color: var(--muted);
    font-size: .82rem;
}

.utility-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.utility-inner i {
    margin-right: 6px;
}

.utility-links {
    display: flex;
    align-items: center;
    gap: 22px;
}

.utility-links a:hover {
    color: var(--accent);
}

.site-header {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
}

.masthead {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.brand:hover {
    color: inherit;
}

.brand-logo {
    max-width: 270px;
    max-height: 64px;
    object-fit: contain;
}

.brand-mark {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    border-radius: 14px 4px 14px 4px;
    background: var(--accent);
    color: #fff;
    font-size: 1.65rem;
    font-weight: 900;
    line-height: 1;
}

.brand-name {
    color: var(--primary);
    font-size: clamp(1.75rem, 3vw, 2.6rem);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: 1;
}

.header-search {
    width: min(430px, 42vw);
    height: 48px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--surface);
    padding-left: 15px;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.header-search:focus-within {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 20%, transparent);
}

.header-search input {
    min-width: 0;
    height: 44px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
}

.header-search button {
    height: 48px;
    align-self: center;
    border: 0;
    border-radius: 0 11px 11px 0;
    background: var(--primary);
    color: #fff;
    padding-inline: 18px;
    font-weight: 700;
}

.category-nav {
    border-top: 1px solid var(--border);
}

.category-scroll {
    display: flex;
    align-items: center;
    gap: clamp(22px, 3vw, 48px);
    overflow-x: auto;
    scrollbar-width: none;
}

.category-scroll::-webkit-scrollbar {
    display: none;
}

.category-scroll a {
    position: relative;
    flex: 0 0 auto;
    padding: 16px 4px 15px;
    font-size: .94rem;
    font-weight: 700;
}

.category-scroll a::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--accent);
    content: "";
    opacity: 0;
    transform: scaleX(.4);
    transition: opacity .18s ease, transform .18s ease;
}

.category-scroll a.active::after,
.category-scroll a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.top-ad-wrap,
.inline-ad-wrap {
    padding-block: 24px;
}

.ad-unit {
    position: relative;
    width: 100%;
    min-height: 92px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
}

.ad-unit img {
    max-height: 100%;
    margin: auto;
    object-fit: contain;
}

.ad-unit .ad-label {
    position: absolute;
    top: 7px;
    left: 10px;
    color: var(--muted);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .12em;
}

.ad-placeholder {
    min-height: 90px;
    border: 1px dashed #aeb9b5;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .7), rgba(230, 234, 231, .72)),
        repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(0, 0, 0, .018) 8px, rgba(0, 0, 0, .018) 16px);
    color: #747d7a;
}

.ad-placeholder strong {
    font-size: 1.25rem;
    letter-spacing: .04em;
}

.ad-placeholder small {
    margin-top: -24px;
}

.breaking-bar {
    min-height: 54px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto 18px;
    align-items: center;
    gap: 18px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 13px;
    background: var(--surface);
}

.breaking-label {
    align-self: stretch;
    display: grid;
    place-items: center;
    border-radius: 12px 0 0 12px;
    background: var(--accent);
    color: #fff;
    padding-inline: 20px;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .04em;
}

.breaking-bar a {
    min-width: 0;
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breaking-bar time {
    color: var(--muted);
    font-size: .8rem;
}

.breaking-bar > i {
    margin-right: 14px;
}

.home-section {
    padding-block: 22px 16px;
}

.lead-layout {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(280px, 4fr) minmax(280px, 3fr);
    gap: 16px;
    align-items: stretch;
}

.lead-story {
    min-width: 0;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--primary);
    box-shadow: var(--shadow);
}

.lead-image {
    position: relative;
    min-height: 510px;
    display: block;
    overflow: hidden;
}

.lead-image > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.lead-story:hover .lead-image > img {
    transform: scale(1.025);
}

.lead-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 28%, rgba(3, 22, 21, .18) 52%, rgba(3, 22, 21, .98) 100%);
}

.lead-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    padding: 34px;
}

.lead-copy .story-category {
    display: inline-flex;
    margin-bottom: 10px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    padding: 5px 11px;
}

.lead-copy .story-meta {
    color: rgba(255, 255, 255, .8);
}

.lead-copy h1 {
    max-width: 780px;
    margin: 9px 0 10px;
    font-size: clamp(2rem, 3.2vw, 3.4rem);
    line-height: 1.08;
}

.lead-copy p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: .98rem;
}

.secondary-stories {
    min-width: 0;
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.story-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.story-card:hover {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--primary) 34%, var(--border));
    box-shadow: var(--shadow);
}

.story-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: var(--surface-soft);
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .24s ease;
}

.story-card:hover .story-image img {
    transform: scale(1.025);
}

.story-image-fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--primary), color-mix(in srgb, var(--primary) 60%, var(--accent)));
    color: rgba(255, 255, 255, .8);
    font-size: 3rem;
}

.story-card-body {
    padding: 17px;
}

.story-category,
.eyebrow {
    color: var(--accent);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.story-card h3 {
    margin: 6px 0 10px;
    font-size: 1.08rem;
    line-height: 1.3;
}

.story-card h3 a:hover,
.popular-list a:hover {
    color: var(--accent);
}

.story-card p {
    margin: 0 0 13px;
    color: var(--muted);
    font-size: .9rem;
}

.story-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    color: var(--muted);
    font-size: .74rem;
}

.secondary-card {
    display: grid;
    grid-template-columns: 48% minmax(0, 1fr);
}

.secondary-card .story-image {
    height: 100%;
    aspect-ratio: auto;
}

.secondary-card .story-card-body {
    align-self: center;
}

.popular-panel {
    min-width: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
    padding: 24px;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.section-heading h2 {
    position: relative;
    margin: 2px 0 0;
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}

.section-heading h2::after {
    width: 44px;
    height: 4px;
    display: block;
    border-radius: 99px;
    background: var(--accent);
    content: "";
    margin-top: 10px;
}

.section-heading > a {
    color: var(--primary);
    font-size: .9rem;
    font-weight: 800;
}

.section-heading.compact {
    margin-bottom: 8px;
}

.section-heading.compact h2 {
    font-size: 1.55rem;
}

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

.popular-list li {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 0;
    border-bottom: 1px solid var(--border);
}

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

.popular-rank {
    color: var(--accent);
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -.05em;
    line-height: 1;
}

.popular-list a {
    display: block;
    margin-top: 3px;
    font-size: .92rem;
    font-weight: 800;
    line-height: 1.32;
}

.popular-list small {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: .7rem;
}

.inline-ad-wrap {
    padding-block: 18px 22px;
}

.inline-ad-wrap .ad-unit {
    width: min(900px, 100%);
    margin-inline: auto;
}

.latest-section,
.listing-section,
.related-section {
    padding-block: 38px 70px;
}

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

.latest-card .story-card-body {
    min-height: 205px;
}

.listing-hero {
    padding-block: 58px 32px;
}

.listing-hero h1 {
    max-width: 900px;
    margin: 6px 0;
    font-size: clamp(2.1rem, 5vw, 4.4rem);
}

.listing-hero p {
    max-width: 760px;
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 1.05rem;
}

.listing-search {
    max-width: 720px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin-top: 26px;
}

.listing-search input {
    min-width: 0;
    height: 50px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--surface);
    padding-inline: 16px;
    outline: 0;
}

.listing-search input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 20%, transparent);
}

.listing-search button {
    border: 0;
    border-radius: 12px;
    background: var(--primary);
    color: #fff;
    padding-inline: 24px;
    font-weight: 800;
}

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

.listing-card {
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
}

.listing-card .story-image {
    height: 100%;
    min-height: 210px;
    aspect-ratio: auto;
}

.pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pagination {
    --bs-pagination-color: var(--primary);
    --bs-pagination-active-bg: var(--primary);
    --bs-pagination-active-border-color: var(--primary);
    --bs-pagination-focus-box-shadow: 0 0 0 .25rem color-mix(in srgb, var(--accent) 25%, transparent);
}

.empty-state {
    display: grid;
    place-items: center;
    min-height: 360px;
    border: 1px dashed var(--border);
    border-radius: var(--radius);
    background: var(--surface);
    padding: 40px;
    text-align: center;
}

.empty-state > i {
    color: var(--accent);
    font-size: 3rem;
}

.empty-state h1,
.empty-state h2 {
    margin: 12px 0 0;
}

.empty-state p {
    margin: 4px 0;
    color: var(--muted);
}

.full-span {
    grid-column: 1 / -1;
}

.article-page {
    padding-top: 42px;
}

.article-shell {
    display: grid;
    grid-template-columns: minmax(0, 900px) minmax(280px, 340px);
    justify-content: space-between;
    gap: 64px;
}

.article-main {
    min-width: 0;
}

.article-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 26px;
    color: var(--muted);
    font-size: .78rem;
}

.article-breadcrumb i {
    font-size: .64rem;
}

.article-main > h1 {
    margin: 12px 0 14px;
    font-size: clamp(2.25rem, 5.2vw, 4.5rem);
    line-height: 1.08;
}

.article-deck {
    max-width: 820px;
    margin: 0 0 24px;
    color: var(--muted);
    font-size: 1.18rem;
}

.article-byline {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-block: 16px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.author-avatar {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-weight: 900;
}

.article-byline strong,
.article-byline span {
    display: block;
}

.article-byline span {
    color: var(--muted);
    font-size: .78rem;
}

.article-share {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-block: 18px;
    color: var(--muted);
    font-size: .82rem;
}

.article-share a {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: var(--surface);
}

.article-share a:hover {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}

.article-main > .ad-unit {
    margin-block: 24px;
}

.article-figure {
    margin: 24px 0;
}

.article-figure img {
    width: 100%;
    max-height: 580px;
    border-radius: var(--radius);
    object-fit: cover;
}

.article-figure figcaption {
    margin-top: 8px;
    color: var(--muted);
    font-size: .75rem;
}

.article-content {
    color: #2d3a37;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.14rem;
    line-height: 1.9;
}

.article-content p {
    margin: 0 0 1.35em;
}

.article-content h2,
.article-content h3 {
    margin: 1.5em 0 .65em;
    color: var(--text);
}

.article-content a {
    color: var(--primary);
    text-decoration: underline;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}

.article-tags a {
    border-radius: 999px;
    background: var(--surface-soft);
    color: var(--text);
    padding: 5px 11px;
    font-size: .78rem;
    text-decoration: none;
}

.article-tags a:hover {
    background: var(--primary);
    color: #fff;
}

.article-sidebar {
    min-width: 0;
}

.article-sidebar > .ad-unit {
    min-height: 250px;
    margin-bottom: 22px;
}

.sidebar-popular {
    position: sticky;
    top: 20px;
}

.related-section {
    margin-top: 54px;
    border-top: 1px solid var(--border);
}

.static-page {
    padding-block: 60px 90px;
}

.static-page-card {
    width: min(850px, 100%);
    margin-inline: auto;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
    padding: clamp(28px, 6vw, 70px);
}

.static-page-card h1 {
    margin: 6px 0 28px;
    font-size: clamp(2.2rem, 5vw, 4rem);
}

.site-footer {
    border-top: 1px solid color-mix(in srgb, var(--border) 72%, #fff);
    background: var(--primary);
    color: rgba(255, 255, 255, .82);
    padding: 54px 0 22px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 60px;
}

.footer-brand .brand-name {
    color: #fff;
    font-size: 1.8rem;
}

.footer-grid p {
    max-width: 560px;
    margin-top: 20px;
}

.footer-grid h2 {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
}

.footer-links {
    display: grid;
    gap: 9px;
}

.footer-links a:hover {
    color: var(--accent);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 42px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    font-size: .75rem;
}

.mobile-anchor-ad {
    position: fixed;
    z-index: 1000;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: none;
    min-height: 50px;
    border: 1px solid var(--border);
    background: var(--surface);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .18);
}

.ad-mobile-only {
    display: none;
}

@media (max-width: 1180px) {
    .lead-layout {
        grid-template-columns: minmax(0, 1.5fr) minmax(300px, 1fr);
    }

    .popular-panel {
        grid-column: 1 / -1;
    }

    .popular-panel > .popular-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 24px;
    }

    .popular-list li {
        grid-template-columns: 44px minmax(0, 1fr);
    }

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

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

    .article-shell {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 36px;
    }
}

@media (max-width: 900px) {
    .site-container {
        width: min(100% - 40px, 1380px);
    }

    .masthead {
        min-height: 82px;
    }

    .header-search {
        width: min(360px, 48vw);
    }

    .header-search button {
        width: 46px;
        overflow: hidden;
        color: transparent;
        padding: 0;
    }

    .header-search button::before {
        color: #fff;
        content: "→";
    }

    .lead-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .lead-image {
        min-height: 520px;
    }

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

    .secondary-card {
        display: block;
    }

    .secondary-card .story-image {
        aspect-ratio: 16 / 9;
    }

    .popular-panel > .popular-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .listing-card {
        display: block;
    }

    .listing-card .story-image {
        min-height: auto;
        aspect-ratio: 16 / 9;
    }

    .article-shell {
        grid-template-columns: minmax(0, 1fr);
    }

    .article-sidebar {
        display: grid;
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 22px;
    }

    .sidebar-popular {
        position: static;
    }
}

@media (max-width: 680px) {
    .site-container {
        width: calc(100% - 28px);
    }

    .utility-inner {
        min-height: 34px;
        justify-content: center;
        font-size: .72rem;
    }

    .utility-links {
        display: none;
    }

    .masthead {
        min-height: 74px;
        gap: 14px;
    }

    .brand {
        gap: 8px;
    }

    .brand-mark {
        width: 40px;
        height: 40px;
        border-radius: 12px 3px 12px 3px;
        font-size: 1.35rem;
    }

    .brand-name {
        max-width: 160px;
        overflow: hidden;
        font-size: 1.4rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-search {
        width: 46px;
        height: 46px;
        display: grid;
        grid-template-columns: 1fr;
        place-items: center;
        overflow: hidden;
        border-color: var(--primary);
        background: var(--primary);
        color: #fff;
        padding: 0;
    }

    .header-search input,
    .header-search button {
        display: none;
    }

    .category-scroll {
        gap: 24px;
    }

    .category-scroll a {
        padding-block: 13px;
        font-size: .86rem;
    }

    .top-ad-wrap {
        padding-block: 14px;
    }

    .ad-unit {
        min-height: 72px;
    }

    .ad-placeholder strong {
        font-size: 1rem;
    }

    .breaking-bar {
        grid-template-columns: auto minmax(0, 1fr) 14px;
        gap: 10px;
        min-height: 48px;
    }

    .breaking-label {
        padding-inline: 12px;
        font-size: .65rem;
    }

    .breaking-bar time {
        display: none;
    }

    .breaking-bar > i {
        margin-right: 8px;
    }

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

    .lead-image {
        min-height: 450px;
    }

    .lead-copy {
        padding: 22px;
    }

    .lead-copy h1 {
        font-size: 2rem;
    }

    .lead-copy p {
        display: none;
    }

    .secondary-stories,
    .popular-panel > .popular-list,
    .latest-grid,
    .listing-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .popular-panel {
        padding: 19px;
    }

    .section-heading {
        align-items: center;
    }

    .section-heading h2 {
        font-size: 1.65rem;
    }

    .latest-section,
    .listing-section {
        padding-block: 26px 50px;
    }

    .listing-hero {
        padding-block: 38px 20px;
    }

    .listing-search {
        grid-template-columns: minmax(0, 1fr) 54px;
    }

    .listing-search button {
        overflow: hidden;
        color: transparent;
        padding: 0;
    }

    .listing-search button i {
        color: #fff;
    }

    .article-page {
        padding-top: 28px;
    }

    .article-main > h1 {
        font-size: 2.35rem;
    }

    .article-deck {
        font-size: 1rem;
    }

    .article-content {
        font-size: 1.06rem;
    }

    .article-sidebar {
        display: block;
    }

    .article-sidebar > .ad-unit {
        min-height: 200px;
    }

    .footer-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .footer-bottom {
        display: grid;
    }

    .ad-desktop-only {
        display: none !important;
    }

    .ad-mobile-only {
        display: grid;
    }

    .mobile-anchor-ad {
        display: grid;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
