.editorial-page {
    --editorial-green: #176b2b;
    --editorial-green-dark: #073d27;
    --editorial-green-deep: #032b1d;
    --editorial-gold: #f3c84b;
    --editorial-ink: #16241d;
    --editorial-muted: #607067;
    --editorial-border: #dce7df;
    --editorial-soft: #f3f8f4;
    background: #fff;
    color: var(--editorial-ink);
    font-family: var(--site-font-sans);
    overflow: hidden;
}

.editorial-page a {
    text-decoration: none;
}

.editorial-page img {
    max-width: 100%;
}

.editorial-page [hidden] {
    display: none !important;
}

.editorial-page h1,
.editorial-page h2,
.editorial-page h3,
.editorial-page blockquote {
    color: var(--editorial-ink);
    font-family: Georgia, "Times New Roman", serif;
}

.editorial-hero {
    align-items: center;
    background-image: url("../images/editorial-hero.webp");
    background-position: center;
    background-size: cover;
    display: flex;
    height: 410px;
    position: relative;
}

.editorial-hero__overlay {
    background: linear-gradient(90deg, rgba(1, 31, 21, 0.97) 0%, rgba(3, 49, 31, 0.86) 38%, rgba(3, 44, 29, 0.2) 70%, rgba(2, 30, 21, 0.16) 100%);
    inset: 0;
    position: absolute;
}

.editorial-hero__inner {
    position: relative;
    z-index: 2;
}

.editorial-hero__content {
    color: #fff;
    max-width: 680px;
}

.editorial-eyebrow {
    color: #54d66d;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.8px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.editorial-eyebrow--gold {
    color: var(--editorial-gold);
}

.editorial-hero h1 {
    color: #fff;
    font-size: clamp(40px, 4.25vw, 56px);
    font-weight: 700;
    letter-spacing: -1.8px;
    line-height: 1.03;
    margin: 0 0 14px;
}

.editorial-hero p {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(15px, 1.25vw, 17px);
    line-height: 1.55;
    margin: 0 0 20px;
    max-width: 620px;
}

.editorial-button {
    align-items: center;
    background: var(--editorial-green);
    border: 1px solid var(--editorial-green);
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.editorial-button:hover,
.editorial-button:focus-visible {
    background: #fff;
    border-color: #fff;
    color: var(--editorial-green-dark);
    transform: translateY(-2px);
}

.editorial-button--gold {
    background: var(--editorial-gold);
    border-color: var(--editorial-gold);
    color: #16241d;
}

.editorial-section {
    padding: 42px 0;
}

.editorial-lead {
    padding-top: 62px;
}

.editorial-section-title {
    font-size: clamp(25px, 2.5vw, 34px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
}

.editorial-section-title--small {
    font-family: var(--site-font-sans);
    font-size: 22px;
}

.editorial-featured {
    border-radius: 9px;
    box-shadow: 0 15px 40px rgba(7, 61, 39, 0.16);
    height: 100%;
    min-height: 600px;
    overflow: hidden;
    position: relative;
}

.editorial-featured > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    transition: transform 0.55s ease;
    width: 100%;
}

.editorial-featured:hover > img {
    transform: scale(1.045);
}

.editorial-featured__shade {
    background: linear-gradient(180deg, rgba(2, 30, 20, 0.05) 15%, rgba(2, 32, 21, 0.97) 85%);
    inset: 0;
    position: absolute;
}

.editorial-featured__content {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 38px;
    position: absolute;
    right: 0;
}

.editorial-featured h2 {
    color: #fff;
    font-size: clamp(34px, 3.4vw, 50px);
    line-height: 1.08;
    margin: 22px 0 14px;
}

.editorial-featured h2 a {
    color: inherit;
}

.editorial-featured__content > p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 18px;
}

.editorial-badge {
    background: var(--editorial-green);
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 6px;
    letter-spacing: 0.3px;
    padding: 7px 10px;
    text-transform: uppercase;
}

.editorial-meta {
    align-items: center;
    color: var(--editorial-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 10px 14px;
}

.editorial-meta--light {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 23px;
}

.editorial-meta i {
    color: var(--editorial-green);
    margin-right: 3px;
}

.editorial-meta--light i {
    color: var(--editorial-gold);
}

.editorial-text-link {
    align-items: center;
    color: var(--editorial-green);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    transition: color 0.2s ease, gap 0.2s ease;
}

.editorial-text-link:hover,
.editorial-text-link:focus-visible {
    color: #0b391f;
    gap: 12px;
}

.editorial-text-link--gold {
    color: var(--editorial-gold);
}

.editorial-text-link--gold:hover,
.editorial-text-link--gold:focus-visible {
    color: #fff;
}

.editorial-category-panel {
    border-bottom: 1px solid var(--editorial-border);
    margin-bottom: 26px;
    padding-bottom: 24px;
}

.editorial-filters {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scrollbar-width: thin;
}

.editorial-filter {
    background: #fff;
    border: 1px solid #cad9cf;
    border-radius: 6px;
    color: var(--editorial-ink);
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    min-width: 66px;
    padding: 10px 14px;
    transition: 0.2s ease;
}

.editorial-filter:hover,
.editorial-filter:focus-visible,
.editorial-filter.is-active {
    background: var(--editorial-green);
    border-color: var(--editorial-green);
    color: #fff;
}

.editorial-latest-heading {
    align-items: center;
    border-bottom: 1px solid var(--editorial-border);
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    scroll-margin-top: 24px;
}

.editorial-latest-heading a {
    color: var(--editorial-green);
    font-size: 13px;
    font-weight: 800;
}

.editorial-card {
    background: #fff;
    border: 1px solid var(--editorial-border);
    border-radius: 7px;
    height: 100%;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.editorial-card:hover {
    border-color: rgba(23, 107, 43, 0.42);
    box-shadow: 0 14px 34px rgba(10, 61, 32, 0.13);
    transform: translateY(-4px);
}

.editorial-card__image {
    display: block;
    height: 178px;
    overflow: hidden;
    position: relative;
}

.editorial-card__image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
    width: 100%;
}

.editorial-card:hover .editorial-card__image img {
    transform: scale(1.06);
}

.editorial-card__image .editorial-badge {
    bottom: 10px;
    left: 10px;
    position: absolute;
}

.editorial-card__body {
    padding: 18px;
}

.editorial-card h3 {
    font-size: 21px;
    line-height: 1.18;
    margin: 0 0 14px;
}

.editorial-card h3 a {
    color: var(--editorial-ink);
    transition: color 0.2s ease;
}

.editorial-card h3 a:hover {
    color: var(--editorial-green);
}

.editorial-author {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    margin-bottom: 10px;
}

.editorial-author img {
    border-radius: 50%;
    height: 28px;
    object-fit: cover;
    width: 28px;
}

.editorial-card__body > p {
    color: var(--editorial-muted);
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.5;
    margin: 14px 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.editorial-filter-empty {
    background: var(--editorial-soft);
    border-radius: 7px;
    color: var(--editorial-muted);
    margin: 15px 0 0;
    padding: 28px;
    text-align: center;
}

.editorial-feature-row {
    padding-top: 18px;
}

.editors-pick {
    border-radius: 9px;
    color: #fff;
    min-height: 390px;
    overflow: hidden;
    position: relative;
}

.editors-pick > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.editors-pick__overlay {
    background: linear-gradient(90deg, rgba(1, 42, 26, 0.96), rgba(1, 52, 31, 0.55));
    inset: 0;
    position: absolute;
}

.editors-pick__content {
    max-width: 650px;
    padding: 44px;
    position: relative;
}

.editors-pick blockquote {
    color: #fff;
    font-size: clamp(32px, 3.2vw, 47px);
    font-weight: 700;
    line-height: 1.16;
    margin: 0 0 18px;
}

.editors-pick p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    max-width: 520px;
}

.trending-opinions {
    background: var(--editorial-soft);
    border-radius: 9px;
    height: 100%;
    padding: 24px;
}

.trending-opinions ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.trending-opinions li {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid var(--editorial-border);
    display: grid;
    gap: 14px;
    grid-template-columns: 50px 1fr 86px;
    padding: 13px 10px;
}

.trending-opinions li:first-child {
    border-radius: 7px 7px 0 0;
}

.trending-opinions li:last-child {
    border-bottom: 0;
    border-radius: 0 0 7px 7px;
}

.trending-opinions__number {
    color: var(--editorial-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
}

.trending-opinions h3 {
    font-family: var(--site-font-sans);
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 5px;
}

.trending-opinions h3 a {
    color: var(--editorial-ink);
}

.trending-opinions li div > span {
    color: var(--editorial-muted);
    font-size: 11px;
}

.trending-opinions img {
    border-radius: 6px;
    height: 58px;
    object-fit: cover;
    width: 86px;
}

.editorial-board {
    background: linear-gradient(180deg, #fff, #f8fbf8);
}

.board-card {
    background: #fff;
    border: 1px solid var(--editorial-border);
    border-radius: 8px;
    height: 100%;
    padding: 25px 16px 18px;
    text-align: center;
    transition: 0.3s ease;
}

.board-card:hover {
    border-color: rgba(23, 107, 43, 0.4);
    box-shadow: 0 13px 28px rgba(7, 61, 39, 0.1);
    transform: translateY(-4px);
}

.board-card__photo {
    border: 3px solid #e0ece3;
    border-radius: 50%;
    height: 96px;
    margin-bottom: 15px;
    object-fit: cover;
    width: 96px;
}

.board-card h3 {
    font-family: var(--site-font-sans);
    font-size: 16px;
    margin: 0 0 5px;
}

.board-card__role {
    color: var(--editorial-green);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.board-card p {
    color: var(--editorial-muted);
    font-size: 12px;
    line-height: 1.5;
    min-height: 72px;
}

.board-card__social {
    display: flex;
    gap: 7px;
    justify-content: center;
    margin: 12px 0;
}

.board-card__social a {
    align-items: center;
    background: var(--editorial-green-dark);
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.board-card__count {
    border-top: 1px solid var(--editorial-border);
    display: block;
    font-size: 12px;
    padding-top: 10px;
}

.opinion-spotlight,
.editorial-debate {
    background: #fff;
    border: 1px solid var(--editorial-border);
    border-radius: 8px;
    height: calc(100% - 54px);
    overflow: hidden;
}

.opinion-spotlight {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
}

.opinion-spotlight > img {
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    width: 100%;
}

.opinion-spotlight > div {
    align-self: center;
    padding: 30px;
}

.opinion-spotlight blockquote {
    font-size: clamp(25px, 2.3vw, 35px);
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 18px;
}

.opinion-spotlight p {
    color: var(--editorial-muted);
    line-height: 1.6;
}

.editorial-debate {
    background: linear-gradient(135deg, #f1f8f2, #fff);
    padding: 28px;
    text-align: center;
}

.editorial-debate > h3 {
    font-size: clamp(27px, 2.5vw, 38px);
    margin: 0 auto 25px;
    max-width: 540px;
}

.editorial-debate__sides {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
    margin-bottom: 18px;
}

.editorial-debate__side {
    padding: 15px 25px;
}

.editorial-debate__side:first-child {
    border-right: 1px solid var(--editorial-border);
}

.editorial-debate__side strong {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
}

.editorial-debate__side--yes strong {
    color: var(--editorial-green);
}

.editorial-debate__side--no strong {
    color: #c83d2d;
}

.editorial-debate__side span {
    color: var(--editorial-muted);
    font-size: 12px;
}

.editorial-debate__side p {
    font-size: 13px;
    line-height: 1.55;
    margin: 18px 0 0;
}

.editorial-debate__versus {
    align-self: center;
    background: var(--editorial-green);
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    height: 40px;
    line-height: 40px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    width: 40px;
    z-index: 2;
}

.editorial-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.editorial-tags a {
    background: #fff;
    border: 1px solid #c9d8ce;
    border-radius: 5px;
    color: var(--editorial-green-dark);
    font-size: 13px;
    font-weight: 700;
    padding: 10px 16px;
    transition: 0.2s ease;
}

.editorial-tags a:hover,
.editorial-tags a:focus-visible {
    background: var(--editorial-green);
    border-color: var(--editorial-green);
    color: #fff;
}

.editorial-contributor {
    padding: 18px 0 54px;
}

.editorial-contributor__inner {
    align-items: center;
    background: linear-gradient(100deg, #eef7ef, #f8fbf8);
    border: 1px solid var(--editorial-border);
    border-radius: 9px;
    display: grid;
    gap: 28px;
    grid-template-columns: 140px 1fr auto;
    overflow: hidden;
    padding: 30px 38px;
}

.editorial-contributor__inner > img {
    height: 110px;
    object-fit: contain;
    width: 140px;
}

.editorial-contributor h2 {
    font-size: clamp(29px, 3vw, 42px);
    margin: 0 0 8px;
}

.editorial-contributor p {
    color: var(--editorial-muted);
    margin: 0;
    max-width: 720px;
}

@media (max-width: 1199px) {
    .editorial-hero {
        height: 400px;
    }

    .editorial-featured {
        min-height: 600px;
    }

    .editorial-card__image {
        height: 200px;
    }

    .opinion-spotlight {
        grid-template-columns: 1fr;
    }

    .opinion-spotlight > img {
        min-height: 250px;
    }
}

@media (max-width: 991px) {
    .editorial-hero {
        background-position: 62% center;
    }

    .editorial-hero__content {
        max-width: 650px;
    }

    .editorial-featured {
        min-height: 560px;
    }

    .editorial-contributor__inner {
        grid-template-columns: 100px 1fr;
    }

    .editorial-contributor__inner .editorial-button {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 767px) {
    .editorial-section {
        padding: 34px 0;
    }

    .editorial-hero {
        height: 440px;
    }

    .editorial-hero__overlay {
        background: rgba(2, 38, 25, 0.88);
    }

    .editorial-hero h1 {
        letter-spacing: -1px;
    }

    .editorial-featured {
        min-height: 560px;
    }

    .editorial-featured__content,
    .editors-pick__content {
        padding: 28px;
    }

    .editorial-card__image {
        height: 235px;
    }

    .editorial-debate__sides {
        gap: 0;
        grid-template-columns: 1fr;
    }

    .editorial-debate__side:first-child {
        border-bottom: 1px solid var(--editorial-border);
        border-right: 0;
    }

    .editorial-debate__versus {
        justify-self: center;
        margin: -20px 0;
    }

    .editorial-contributor__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .editorial-contributor__inner > img {
        justify-self: center;
    }

    .editorial-contributor__inner .editorial-button {
        grid-column: auto;
        justify-self: center;
    }
}

@media (max-width: 575px) {
    .editorial-hero {
        height: 440px;
    }

    .editorial-hero__content {
        padding-bottom: 15px;
    }

    .editorial-hero h1 {
        font-size: 36px;
    }

    .editorial-hero p {
        font-size: 16px;
    }

    .editorial-lead {
        padding-top: 54px;
    }

    .editorial-featured {
        min-height: 520px;
    }

    .editorial-featured h2 {
        font-size: 33px;
    }

    .editorial-featured__content > p {
        display: none;
    }

    .editorial-card__image {
        height: 220px;
    }

    .trending-opinions {
        padding: 16px;
    }

    .trending-opinions li {
        gap: 9px;
        grid-template-columns: 36px 1fr 68px;
    }

    .trending-opinions__number {
        font-size: 24px;
    }

    .trending-opinions img {
        height: 52px;
        width: 68px;
    }

    .editors-pick blockquote {
        font-size: 30px;
    }

    .opinion-spotlight > div,
    .editorial-debate {
        padding: 22px;
    }

    .editorial-contributor__inner {
        padding: 28px 20px;
    }
}

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