.editorial-home {
    background: #f2f1ed;
}

.editorial-hero {
    position: relative;
    width: 100%;
    min-height: min(860px, 92vh);
    overflow: hidden;
    color: #fff;
    background: #102521;
}

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

.editorial-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 24, 19, .28), rgba(7, 24, 19, .12) 30%),
        linear-gradient(0deg, rgba(7, 24, 19, .94), rgba(7, 24, 19, .08) 72%);
}

.editorial-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: min(1320px, calc(100% - 80px));
    min-height: min(860px, 92vh);
    margin: auto;
    padding: 170px 0 72px;
}

.editorial-kicker {
    display: inline-block;
    margin-bottom: 15px;
    color: #3c7162;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.editorial-hero .editorial-kicker {
    color: #afd3c5;
}

.editorial-hero h1 {
    max-width: 1040px;
    margin: 0;
    font: 500 clamp(45px, 6.8vw, 94px)/.98 'Manrope', sans-serif;
    letter-spacing: -.055em;
}

.editorial-hero__content > p {
    max-width: 670px;
    margin: 28px 0 32px;
    color: rgba(255, 255, 255, .76);
    font-size: 18px;
    line-height: 1.68;
}

.editorial-hero__footer {
    display: flex;
    align-items: center;
    gap: 28px;
}

.editorial-hero__footer time {
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
}

.editorial-hero__footer a,
.highlight-story__copy .story-meta a,
.editorial-closing a {
    padding-bottom: 7px;
    color: inherit;
    border-bottom: 1px solid currentColor;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.editorial-shell {
    width: min(1320px, calc(100% - 80px));
    margin: auto;
    padding: 90px 0 120px;
}

.highlight-story {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
    min-height: 510px;
    margin-bottom: 95px;
    background: #fff;
}

.highlight-story__image {
    min-height: 510px;
    overflow: hidden;
}

.highlight-story__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.highlight-story:hover .highlight-story__image img {
    transform: scale(1.025);
}

.highlight-story__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(35px, 5vw, 70px);
}

.highlight-story__copy h2 {
    margin: 0 0 23px;
    font: 500 clamp(34px, 4vw, 58px)/1.04 'Manrope', sans-serif;
    letter-spacing: -.045em;
}

.highlight-story__copy > p {
    margin: 0;
    color: #65706c;
    line-height: 1.72;
}

.story-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
    color: #65706c;
    font-size: 12px;
}

.story-meta a {
    color: #15302b;
}

.editorial-section-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 34px;
}

.editorial-section-title h2 {
    margin: 0;
    font: 500 clamp(34px, 4vw, 56px)/1.05 'Manrope', sans-serif;
    letter-spacing: -.045em;
}

.date-archive {
    margin-bottom: 88px;
}

.clear-date {
    color: #15302b;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #15302b;
}

.date-slider {
    display: grid;
    grid-auto-columns: minmax(245px, 1fr);
    grid-auto-flow: column;
    gap: 12px;
    overflow-x: auto;
    padding: 4px 2px 18px;
    scrollbar-color: #15302b #d6d8d4;
    scrollbar-width: thin;
}

.date-chip {
    display: flex;
    min-height: 112px;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px;
    color: #4e5955;
    background: #fff;
    border: 1px solid #d9dedb;
    text-decoration: none;
    transition: .25s ease;
}

.date-chip strong {
    color: #16201d;
    font: 600 15px 'Manrope', sans-serif;
}

.date-chip span {
    font-size: 12px;
}

.date-chip:hover,
.date-chip.is-active {
    color: rgba(255, 255, 255, .72);
    background: #15302b;
    border-color: #15302b;
    transform: translateY(-2px);
}

.date-chip:hover strong,
.date-chip.is-active strong {
    color: #fff;
}

.latest-section {
    margin-bottom: 105px;
}

.editorial-cards {
    display: grid;
    gap: 28px;
}

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

.editorial-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    color: #16201d;
    background: #fff;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease;
}

.editorial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 50px rgba(18, 39, 33, .12);
}

.editorial-card__image {
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #dce9e3;
}

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

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

.editorial-card__copy {
    display: flex;
    min-height: 245px;
    flex: 1;
    flex-direction: column;
    padding: 28px;
}

.editorial-card__copy h3 {
    margin: 0 0 15px;
    font: 600 clamp(21px, 2vw, 27px)/1.18 'Manrope', sans-serif;
    letter-spacing: -.025em;
}

.editorial-card__copy p {
    margin: 0 0 24px;
    color: #65706c;
    line-height: 1.65;
}

.editorial-card__copy time {
    margin-top: auto;
    color: #7a8581;
    font-size: 12px;
}

.editorial-card--compact .editorial-card__copy {
    min-height: 180px;
}

.tag-sections {
    padding-top: 20px;
}

.tag-section {
    padding: 52px 0 70px;
    border-top: 1px solid #cfd4d1;
}

.tag-section__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 28px;
}

.tag-section__header h3 {
    margin: 0;
    font: 500 clamp(30px, 3.2vw, 44px)/1.1 'Manrope', sans-serif;
    letter-spacing: -.035em;
}

.tag-section__header span {
    color: #7a8581;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .13em;
}

.section-empty {
    margin: 0;
    padding: 42px;
    color: #65706c;
    background: #fff;
    text-align: center;
}

.editorial-empty {
    display: grid;
    min-height: 720px;
    padding: 170px 30px 90px;
    place-content: center;
    color: #fff;
    text-align: center;
    background:
        linear-gradient(120deg, rgba(11, 35, 29, .94), rgba(11, 35, 29, .72)),
        url('../assets/backgrounds/background-home.jpg') center / cover;
}

.editorial-empty h1 {
    max-width: 850px;
    margin: 0;
    font: 500 clamp(45px, 7vw, 88px)/1 'Manrope', sans-serif;
    letter-spacing: -.055em;
}

.editorial-empty > p:last-child {
    color: rgba(255, 255, 255, .7);
}

.editorial-closing {
    padding: 120px 30px;
    color: #fff;
    text-align: center;
    background: #15302b;
}

.editorial-closing .editorial-kicker {
    color: #9fc5b6;
}

.editorial-closing h2 {
    margin: 12px 0 38px;
    font: 500 clamp(38px, 5vw, 68px)/1.04 'Manrope', sans-serif;
    letter-spacing: -.05em;
}

@media (max-width: 960px) {
    .editorial-hero__content,
    .editorial-shell {
        width: min(100% - 44px, 1320px);
    }

    .highlight-story {
        grid-template-columns: 1fr;
    }

    .highlight-story__image {
        min-height: 430px;
    }

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

@media (max-width: 640px) {
    .editorial-hero,
    .editorial-hero__content {
        min-height: 680px;
    }

    .editorial-hero__content {
        width: calc(100% - 36px);
        padding: 130px 0 44px;
    }

    .editorial-hero h1 {
        font-size: clamp(40px, 13vw, 62px);
    }

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

    .editorial-hero__footer,
    .story-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .editorial-shell {
        width: calc(100% - 32px);
        padding: 60px 0 80px;
    }

    .highlight-story {
        margin-bottom: 70px;
    }

    .highlight-story__image {
        min-height: 300px;
    }

    .highlight-story__copy {
        padding: 30px 24px 34px;
    }

    .editorial-section-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .date-slider {
        grid-auto-columns: minmax(215px, 82vw);
    }

    .editorial-cards--three {
        grid-template-columns: 1fr;
    }

    .editorial-card__copy {
        min-height: auto;
    }

    .tag-section {
        padding: 42px 0 55px;
    }

    .tag-section__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .editorial-closing {
        padding: 85px 22px;
    }
}

.featured-control {
    border-color: #8eab9f !important;
    background: #eef5f1;
}

.featured-control small {
    display: block;
    color: #52645d;
    line-height: 1.5;
}

.status.featured {
    color: #fff;
    background: #15302b;
}
