:root {
    --color-primary: #0b1220;
    --color-accent: #d71920;
    --color-accent-2: #2348a5;
    --color-bg: #f4f6f8;
    --color-surface: #ffffff;
    --color-text: #111827;
    --color-muted: #6b7280;
    --color-border: rgba(15, 23, 42, 0.08);
    --container: 1200px;
    --radius: 14px;
    --radius-lg: 22px;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    --shadow-strong: 0 18px 50px rgba(11, 18, 32, 0.16);
}

html,
body {
    overflow-x: hidden;
}

body {
    background:
        radial-gradient(circle at top left, rgba(35, 72, 165, 0.06), transparent 24%),
        linear-gradient(180deg, #f8fafc 0%, #f2f5f8 100%);
    color: var(--color-text);
}

img {
    max-width: 100%;
    height: auto;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid rgba(215, 25, 32, 0.18);
    outline-offset: 2px;
}

.site-header {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--color-border);
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(12px);
}

.topbar {
    background: linear-gradient(90deg, var(--color-accent) 0%, #9e1735 40%, #1d3f8f 100%);
    color: #fff;
}

.topbar-nav a,
.topbar-meta span,
.topbar-meta strong {
    color: inherit;
}

.topbar-finance span {
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.branding {
    border-bottom: 1px solid var(--color-border);
}

.branding-inner {
    min-height: 94px;
    gap: 20px;
}

.brand-logo {
    min-width: 220px;
    position: relative;
}

.brand-logo-top {
    color: var(--color-accent);
}

.brand-logo-bottom {
    color: var(--color-accent-2);
}

.brand-logo small {
    color: var(--color-muted);
}

.branding-tools {
    gap: 18px;
}

.header-search {
    max-width: 360px;
}

.header-search input {
    border-radius: 999px;
}

.category-nav {
    background: #fff;
    border-color: var(--color-border);
}

.category-nav-inner a {
    position: relative;
}

.category-nav-inner a.is-active::after,
.category-nav-inner a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 3px;
    border-radius: 999px;
    background: var(--color-accent);
}

.breaking-bar {
    background: linear-gradient(90deg, #a1141b 0%, #cf1d22 56%, #1a367c 100%);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.breaking-label {
    letter-spacing: 0.08em;
}

.portal-home {
    padding-top: 22px;
}

.front-ribbon {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) 180px;
    gap: 18px;
    align-items: start;
    margin-bottom: 24px;
}

.promo-rail {
    position: sticky;
    top: 150px;
    display: grid;
    gap: 16px;
    padding: 20px 16px;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 251, 0.98)),
        var(--color-surface);
    box-shadow: var(--shadow);
    min-height: 560px;
}

.promo-rail::after {
    content: "";
    display: block;
    margin-top: auto;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95) 0 12%, transparent 13%),
        linear-gradient(135deg, var(--color-accent), #ff9f1c);
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.25);
}

.promo-rail__eyebrow {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(215, 25, 32, 0.08);
    color: var(--color-accent);
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.promo-rail__copy h2 {
    margin: 10px 0 12px;
    font-size: 1.7rem;
    line-height: 1.18;
    color: var(--color-primary);
}

.promo-rail__copy ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.promo-rail__copy li {
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(35, 72, 165, 0.06);
    color: var(--color-primary);
    font-size: 0.92rem;
    font-weight: 700;
}

.front-ribbon__content {
    display: grid;
    gap: 18px;
}

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

.ribbon-card,
.showcase-side__card,
.news-card,
.sidebar-widget,
.lead-listing-card,
.recent-item,
.gallery-card,
.article-source-card,
.article-note-box,
.comment-card,
.comment-form,
.article-body,
.spotlight-panel__lead,
.market-signal,
.spotlight-panel__grid .news-card {
    box-shadow: var(--shadow);
}

.ribbon-card {
    background: var(--color-surface);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.ribbon-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.ribbon-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.ribbon-card:hover .ribbon-card__media img {
    transform: scale(1.06);
}

.ribbon-card__body {
    padding: 14px 16px 18px;
}

.ribbon-card__time {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--color-accent);
    font-size: 0.78rem;
    font-weight: 700;
}

.ribbon-card__body h2 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.35;
    color: var(--color-primary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.showcase-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.9fr);
    gap: 18px;
    align-items: stretch;
}

.hero-slider--vision {
    position: relative;
    min-height: 580px;
    border-radius: 26px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: var(--shadow-strong);
}

.hero-slider__rail-label {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    bottom: 56px;
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #8d1118, #cf1d22);
}

.hero-slider__rail-label span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 0.09em;
}

.hero-slide--vision {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.hero-slide--vision.is-active {
    opacity: 1;
    z-index: 2;
}

.hero-slide--vision a,
.hero-slide--vision img {
    width: 100%;
    height: 100%;
}

.hero-slide--vision img {
    object-fit: cover;
}

.hero-overlay--vision {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.14) 0%, rgba(15, 23, 42, 0.78) 72%),
        linear-gradient(90deg, rgba(11, 18, 32, 0.88) 0 14%, transparent 22%);
}

.hero-copy--vision {
    position: absolute;
    left: 108px;
    right: 34px;
    bottom: 36px;
    z-index: 3;
    color: #fff;
}

.hero-copy__header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.hero-copy--vision h1 {
    margin: 0 0 14px;
    max-width: 760px;
    font-size: clamp(2rem, 3vw, 3.3rem);
    line-height: 1.05;
}

.hero-copy--vision p {
    max-width: 680px;
    margin: 0 0 16px;
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.86);
}

.hero-meta--vision {
    gap: 18px;
    color: rgba(255, 255, 255, 0.78);
}

.hero-dots--indexed {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
    gap: 0;
    background: rgba(11, 18, 32, 0.76);
    padding-left: 84px;
}

.hero-dot--indexed {
    min-height: 54px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
}

.hero-dot--indexed.is-active {
    background: var(--color-accent);
    color: #fff;
}

.showcase-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.showcase-side__card {
    position: relative;
    min-height: 180px;
    border-radius: 18px;
    overflow: hidden;
    background: #0f172a;
}

.showcase-side__card--large {
    min-height: 278px;
}

.showcase-side__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.showcase-side__card:hover img {
    transform: scale(1.05);
}

.showcase-side__overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 18px 16px 16px;
    background: linear-gradient(180deg, transparent, rgba(11, 18, 32, 0.88));
    color: #fff;
}

.showcase-side__overlay h2 {
    margin: 10px 0 0;
    font-size: 1.05rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.market-signal {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 20px 24px;
    margin-bottom: 26px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(11, 18, 32, 0.98), rgba(27, 60, 122, 0.94));
    color: #fff;
}

.market-signal__label {
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

.market-signal__items article {
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
}

.market-signal__items strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.4rem;
}

.spotlight-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 28px;
}

.spotlight-panel__lead {
    position: relative;
    min-height: 320px;
    border-radius: 22px;
    overflow: hidden;
}

.spotlight-panel__lead img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spotlight-panel__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    padding: 28px;
    background: linear-gradient(180deg, rgba(11, 18, 32, 0.16), rgba(11, 18, 32, 0.84));
    color: #fff;
}

.spotlight-panel__overlay h2 {
    margin: 0;
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    line-height: 1.16;
}

.spotlight-panel__overlay p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

.spotlight-panel__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.section-block--newsroom,
.section-surface--editorial,
.media-highlight--dark {
    margin-bottom: 28px;
}

.section-surface--editorial,
.section-block--newsroom {
    padding: 26px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.section-heading {
    margin-bottom: 18px;
}

.section-heading h2 {
    color: var(--color-primary);
}

.section-heading a {
    color: var(--color-accent);
    font-weight: 800;
}

.headline-grid--balanced {
    gap: 18px;
}

.news-card {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.05);
    background: #fff;
}

.news-card__image,
.news-card-media,
.lead-listing-media,
.gallery-card img,
.spotlight-card img,
.hero-slide img,
.recent-item img {
    overflow: hidden;
}

.news-card__image img,
.news-card-media img,
.lead-listing-media img,
.gallery-card img,
.spotlight-card img,
.hero-slide img,
.recent-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-card:hover .news-card__image img,
.recent-item:hover img,
.gallery-card:hover img {
    transform: scale(1.05);
}

.news-card__title,
.news-card-body h3,
.news-card-body h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card__excerpt,
.news-card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-item--pro {
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
}

.sidebar-widget {
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.sidebar-widget--accent {
    background: linear-gradient(180deg, #fff, #f7f9fc);
}

.sidebar-widget--finance {
    background: linear-gradient(180deg, rgba(11, 18, 32, 0.97), rgba(35, 72, 165, 0.92));
    color: #fff;
}

.sidebar-widget--finance .section-heading h2,
.sidebar-widget--finance .finance-item strong,
.sidebar-widget--finance .finance-item span,
.sidebar-widget--finance .finance-item small {
    color: inherit;
}

.writers-stack {
    display: grid;
    gap: 12px;
}

.writer-chip {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 16px;
    background: rgba(11, 18, 32, 0.04);
}

.writer-chip img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 999px;
}

.writer-chip strong {
    display: block;
    color: var(--color-primary);
}

.writer-chip span {
    font-size: 0.9rem;
    color: var(--color-muted);
}

.page-hero-news {
    padding-bottom: 16px;
}

.listing-toolbar {
    display: grid;
    gap: 16px;
    margin: 0 0 24px;
}

.listing-search {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 18px;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow);
}

.listing-search input {
    flex: 1;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 999px;
    padding: 14px 16px;
}

.listing-search button {
    border: 0;
    border-radius: 999px;
    background: var(--color-accent);
    color: #fff;
    padding: 14px 18px;
    font-weight: 700;
    cursor: pointer;
}

.listing-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.listing-filters a {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(11, 18, 32, 0.06);
    color: var(--color-primary);
    font-weight: 700;
}

.listing-filters a.is-active {
    background: var(--color-primary);
    color: #fff;
}

.listing-grid {
    margin-top: 8px;
}

.empty-results {
    padding: 28px;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow);
    margin-bottom: 24px;
}

.pagination-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.pagination-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    padding: 11px 14px;
    border-radius: 999px;
    background: #fff;
    box-shadow: var(--shadow);
    color: var(--color-primary);
    font-weight: 700;
}

.pagination-nav a.is-active {
    background: var(--color-primary);
    color: #fff;
}

.article-layout .article-column {
    min-width: 0;
}

.article-header h1 {
    color: var(--color-primary);
}

.article-share-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0 0 22px;
}

.article-share-bar a {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    box-shadow: var(--shadow);
    color: var(--color-primary);
    font-weight: 700;
}

.article-body {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.8;
}

.article-body p {
    margin: 0 0 1.1em;
}

.article-body h2,
.article-body h3 {
    color: var(--color-primary);
    line-height: 1.25;
}

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

.footer-grid-news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-grid-news li + li {
    margin-top: 8px;
}

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

@media (max-width: 1380px) {
    .front-ribbon {
        grid-template-columns: minmax(0, 1fr);
    }

    .promo-rail {
        display: none;
    }
}

@media (max-width: 1200px) {
    .front-ribbon__cards,
    .spotlight-panel__grid,
    .showcase-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 992px) {
    .listing-search {
        flex-direction: column;
        align-items: stretch;
    }

    .lead-listing-card a,
    .spotlight-panel,
    .showcase-shell,
    .market-signal {
        grid-template-columns: 1fr;
    }

    .hero-slider--vision {
        min-height: 520px;
    }

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

@media (max-width: 768px) {
    .branding-inner {
        min-height: 74px;
    }

    .brand-logo {
        min-width: 0;
    }

    .brand-logo-top {
        font-size: clamp(1.55rem, 8vw, 2rem);
    }

    .brand-logo-bottom {
        font-size: clamp(1.28rem, 6vw, 1.8rem);
    }

    .front-ribbon__cards,
    .showcase-side,
    .spotlight-panel__grid,
    .market-signal__items,
    .footer-grid-news {
        grid-template-columns: 1fr;
    }

    .hero-slider__rail-label {
        width: 62px;
        bottom: 48px;
    }

    .hero-copy--vision {
        left: 78px;
        right: 18px;
        bottom: 20px;
    }

    .hero-copy--vision h1 {
        font-size: 1.72rem;
    }

    .hero-dots--indexed {
        padding-left: 62px;
    }

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

@media (max-width: 576px) {
    .listing-search,
    .empty-results,
    .section-surface--editorial,
    .section-block--newsroom {
        padding: 18px;
    }

    .hero-slider--vision {
        min-height: 460px;
    }

    .hero-copy--vision h1 {
        font-size: 1.48rem;
    }

    .hero-copy--vision p {
        font-size: 0.96rem;
    }

    .hero-dot--indexed {
        min-height: 42px;
        font-size: 0.82rem;
    }

    .pagination-nav a {
        min-width: 40px;
        padding: 10px 12px;
    }
}

/* Reference-driven newsroom refresh */
.newsroom-topbar {
    background: #072447;
}

.newsroom-topbar__inner,
.newsroom-branding__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.topbar-breaking-pill {
    padding: 10px 18px;
    background: var(--color-accent);
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .04em;
    clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
}

.topbar-breaking-text {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1;
    color: #fff;
}

.topbar-breaking-text a {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbar-utility,
.topbar-socials {
    display: flex;
    align-items: center;
    gap: 14px;
}

.topbar-socials a,
.topbar-utility a {
    color: #fff;
    font-size: .92rem;
}

.newsroom-branding {
    background: rgba(255,255,255,.98);
}

.newsroom-branding__inner {
    min-height: 88px;
}

.brand-logo--newsroom {
    display: inline-flex;
    align-items: center;
    gap: 0;
    min-width: 244px;
}

.brand-mark {
    display: none;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
    color: #fff;
    font-weight: 900;
}

.brand-logo--newsroom .brand-logo-top {
    font-size: 2.15rem;
    letter-spacing: .02em;
    color: #0e2e59;
}

.newsroom-mainnav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex: 1;
}

.newsroom-mainnav a {
    color: #11233f;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
}

.header-search--newsroom {
    position: relative;
    width: 260px;
}

.header-search--newsroom form {
    display: flex;
    align-items: center;
}

.header-search--newsroom input {
    min-height: 42px;
    border: 1px solid #e4e8ee;
    border-right: 0;
    border-radius: 14px 0 0 14px;
    padding: 0 16px;
    background: #fff;
}

.header-search--newsroom button {
    min-width: 44px;
    min-height: 42px;
    border: 1px solid #e4e8ee;
    border-left: 0;
    border-radius: 0 14px 14px 0;
    background: #fff;
    color: #10253f;
    font-weight: 800;
}

.search-results-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 40;
    padding: 10px;
    border-radius: 16px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 18px 50px rgba(11, 18, 32, .16);
    border: 1px solid rgba(15, 23, 42, .08);
}

.search-result-item,
.search-results-empty {
    display: grid;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 12px;
}

.search-result-item:hover {
    background: rgba(35,72,165,.06);
}

.search-result-item strong {
    color: #10253f;
}

.search-result-item span,
.search-results-empty {
    color: var(--color-muted);
    font-size: .88rem;
}

.breaking-bar--ticker {
    background: #fff;
    box-shadow: var(--shadow);
    border-radius: 18px;
    margin: 18px auto 22px;
    width: min(var(--container), calc(100% - 24px));
}

.breaking-bar--ticker .breaking-label {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 10px 0 0 10px;
    background: var(--color-accent);
    color: #fff;
}

.breaking-bar--ticker .breaking-item {
    color: #1b2942;
}

.breaking-next {
    border: 0;
    background: var(--color-accent);
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 2rem;
    line-height: 1;
}

.portal-home--reference {
    display: grid;
    gap: 28px;
}

.hero-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr) 320px;
    gap: 22px;
    align-items: start;
}

.hero-stage__featured,
.hero-stage__mini,
.quick-category-card,
.reference-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow);
}

.hero-stage__media,
.hero-stage__mini,
.reference-card__media {
    position: relative;
}

.hero-stage__media img,
.hero-stage__mini img,
.reference-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-stage__media {
    height: 520px;
    min-height: 520px;
}

.hero-stage__overlay,
.hero-stage__mini-overlay,
.reference-card__overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 22px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(10,17,30,.82) 100%);
    color: #fff;
}

.hero-stage__overlay h1 {
    margin: 14px 0 10px;
    max-width: 640px;
    font-size: clamp(2.1rem, 3vw, 3.55rem);
    line-height: 1.05;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-stage__overlay p,
.hero-stage__mini-overlay p {
    margin: 0;
    color: rgba(255,255,255,.88);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.45;
}

.hero-stage__overlay p {
    -webkit-line-clamp: 2;
    max-width: 620px;
}

.hero-stage__dots {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

.hero-stage__dots span {
    width: 30px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255,255,255,.45);
}

.hero-stage__dots span.is-active {
    background: #fff;
}

.hero-stage__aside {
    display: grid;
    gap: 16px;
}

.hero-stage__mini {
    height: 252px;
    min-height: 252px;
}

.hero-stage__mini-overlay h2 {
    margin: 12px 0 8px;
    font-size: 1.55rem;
    line-height: 1.12;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-stage__mini-overlay p {
    -webkit-line-clamp: 2;
    font-size: .95rem;
}

.hero-stage__mini-overlay {
    min-height: 126px;
}

.quick-category-grid h2 {
    margin: 0 0 14px;
    font-size: 1.45rem;
}

.quick-category-grid__list {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 12px;
}

.quick-category-card {
    display: grid;
    gap: 10px;
    justify-items: center;
    padding: 22px 14px;
    text-align: center;
    color: #12305f;
}

.quick-category-card__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(215,25,32,.08), rgba(35,72,165,.1));
    font-size: 1.5rem;
}

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

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

.reference-card {
    display: block;
    transition: transform .22s ease, box-shadow .22s ease;
}

.reference-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(11,18,32,.14);
}

.reference-card__media {
    aspect-ratio: 16/10;
    overflow: hidden;
}

.reference-card__body {
    display: grid;
    gap: 10px;
    padding: 14px 16px 18px;
}

.reference-card__body h3,
.reference-card__overlay h3 {
    margin: 0;
    color: #101a30;
    font-size: 1.25rem;
    line-height: 1.24;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.reference-card__overlay h3 {
    color: #fff;
}

.reference-card__body p {
    margin: 0;
    color: var(--color-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.reference-card__body span {
    color: #6a7383;
    font-size: .86rem;
}

.reference-card--overlay .reference-card__media {
    aspect-ratio: 16/9;
}

.recent-item--reference {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 18px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.recent-item--reference .recent-item-copy {
    padding: 18px 20px 18px 0;
}

.recent-item--reference .recent-item-copy h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-item--reference .recent-item-copy p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebar-ranked-list,
.sidebar-video-list {
    display: grid;
    gap: 14px;
}

.sidebar-ranked-item {
    display: grid;
    grid-template-columns: 30px 90px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.sidebar-ranked-item__index {
    font-size: 2rem;
    font-weight: 900;
    color: #102b57;
    text-align: center;
}

.sidebar-ranked-item strong,
.sidebar-video-item strong,
.sidebar-post strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebar-video-item {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.sidebar-video-item__thumb {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.sidebar-video-item__thumb span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.9);
    color: #101e35;
}

.newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 122px;
    gap: 10px;
}

.newsletter-form input,
.newsletter-form button {
    min-height: 46px;
    border-radius: 12px;
}

.newsletter-form input {
    border: 1px solid #e5e7eb;
    padding: 0 14px;
}

.newsletter-form button {
    border: 0;
    background: var(--color-accent);
    color: #fff;
    font-weight: 800;
}

.article-layout--reference {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
}

.article-header--reference h1 {
    margin: 16px 0;
    max-width: 860px;
    font-size: clamp(2.4rem, 3vw, 4rem);
    line-height: 1.05;
}

.article-spot {
    margin: 0 0 18px;
    max-width: 860px;
    font-size: 1.3rem;
    line-height: 1.55;
    color: #475569;
}

.article-meta-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0 18px;
    border-top: 1px solid rgba(15,23,42,.08);
    border-bottom: 1px solid rgba(15,23,42,.08);
}

.article-author-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.article-author-avatar {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(215,25,32,.14), rgba(35,72,165,.12));
    color: #102a57;
    font-weight: 900;
}

.article-meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    color: #667085;
    font-size: .95rem;
}

.article-cover--reference img {
    width: 100%;
    border-radius: 20px;
}

.article-share-bar--reference {
    margin: 18px 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.article-share-bar--reference a {
    padding: 12px 18px;
    border-radius: 12px;
    background: #fff;
    color: #10233f;
    border: 1px solid #e6ebf1;
    box-shadow: var(--shadow);
    font-weight: 700;
}

.article-body--reference {
    font-size: 1.12rem;
    line-height: 1.95;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.article-body--reference blockquote {
    margin: 28px 0;
    padding: 22px 24px;
    border-left: 5px solid var(--color-accent);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(35,72,165,.05), rgba(215,25,32,.05));
    color: #14305c;
    font-weight: 700;
}

@media (max-width: 1280px) {
    .hero-stage {
        grid-template-columns: minmax(0, 1.35fr) minmax(260px, .8fr);
    }

    .hero-stage > .page-sidebar--newsroom {
        grid-column: 1 / -1;
    }

    .quick-category-grid__list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .newsroom-mainnav {
        display: none;
    }

    .hero-stage,
    .article-layout--reference,
    .reference-grid,
    .reference-grid--wide {
        grid-template-columns: 1fr;
    }

    .recent-item--reference {
        grid-template-columns: 1fr;
    }

    .recent-item--reference .recent-item-copy {
        padding: 0 18px 18px;
    }
}

@media (max-width: 768px) {
    .newsroom-topbar__inner,
    .newsroom-branding__inner {
        flex-wrap: wrap;
    }

    .topbar-breaking-text,
    .topbar-utility,
    .header-search--newsroom {
        width: 100%;
    }

    .hero-stage__media {
        min-height: 420px;
    }

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

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