.news-media-page {
    background: #fff;
    color: #111;
    overflow: hidden;
}

.news-hero {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: stretch;
    background: #050505;
}

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

.news-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .70) 45%, rgba(0, 0, 0, .24) 100%);
}

.news-hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 64px;
}

.news-hero-copy {
    max-width: 580px;
}

.news-hero-copy h1 {
    color: #fff;
    font-size: 4rem;
    line-height: 1.05;
    font-weight: 900;
    margin: 0;
    letter-spacing: 0;
}

.news-title-line {
    display: block;
    width: 78px;
    height: 4px;
    background: #f37016;
    margin: 32px 0 28px;
}

.news-hero-copy p {
    color: #fff;
    font-size: 1.17rem;
    line-height: 1.75;
    max-width: 520px;
    margin: 0;
}

.news-breadcrumb {
    position: absolute;
    right: 4rem;
    bottom: 26px;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #f37016;
    font-size: .95rem;
    font-weight: 700;
}

.news-breadcrumb a {
    color: #fff;
}

.news-featured-section,
.news-more-section {
    padding-top: 86px;
}

.news-more-section {
    padding-bottom: 110px;
}

.news-section-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 34px;
}

.news-section-heading img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.news-section-heading h2 {
    margin: 0;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
    letter-spacing: 0;
}

.featured-news-card {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    min-height: 220px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .1);
}

.featured-news-media {
    position: relative;
    height: 100%;
    min-height: 220px;
    background: #eee;
    overflow: hidden;
}

.featured-news-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-news-content {
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-category {
    margin: 0 0 14px;
    color: #f37016;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.featured-news-content time,
.news-card time {
    color: #888;
    font-size: .95rem;
    display: block;
    margin-bottom: 12px;
}

.featured-news-content h3 {
    font-size: 1.85rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 14px;
    color: #060606;
    letter-spacing: 0;
}

.featured-news-content p:not(.news-category) {
    color: #333;
    font-size: 1.03rem;
    line-height: 1.7;
    margin: 0;
}

.featured-news-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 20px;
}

.read-time {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: .9rem;
    white-space: nowrap;
}

.read-time svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #f37016;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.news-btn {
    min-width: 204px;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 28px;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-size: .92rem;
    font-weight: 900;
}

.news-btn span,
.news-card a span {
    color: #f37016;
    display: flex;
    align-items: center;
}

.news-more-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.news-slider-controls {
    display: flex;
    gap: 14px;
    padding-top: 8px;
}

.news-slider-controls button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #000;
    font-size: 1.6rem;
    line-height: 1;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
}

.news-slider-controls button.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

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

.news-card {
    display: flex;
    flex-direction: column;
    min-height: 610px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .05);
}

.news-card>img {
    height: 210px;
    max-height: 210px;
    flex: 0 0 210px;
    object-fit: cover;
    width: 100%;
}

.news-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px 24px 28px;
}

.news-card-body h3 {
    min-height: 84px;
    margin: 0 0 16px;
    color: #090909;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
}

.news-card-body p:not(.news-category) {
    color: #424242;
    font-size: .98rem;
    line-height: 1.68;
    margin: 0;
}

.news-card-body a {
    margin-top: auto;
    color: #000;
    font-size: .9rem;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-top: 32px;
}

.news-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-top: 50px;
}

.news-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cfcfcf;
}

.news-dots span.active {
    background: #f37016;
}

@media (max-width: 1200px) {
    .news-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .featured-news-content {
        padding: 42px;
    }
}

@media (max-width: 900px) {

    .news-hero,
    .news-hero-content {
        min-height: 560px;
    }

    .news-hero-content {
        padding-top: 96px;
    }

    .news-hero-copy h1 {
        font-size: 3rem;
    }

    .news-breadcrumb {
        display: none;
    }

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

    .featured-news-media {
        min-height: 320px;
    }

    .featured-news-actions {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 38px;
    }
}

@media (max-width: 640px) {

    .news-hero,
    .news-hero-content {
        min-height: 500px;
    }

    .news-hero-copy h1 {
        font-size: 2.45rem;
    }

    .news-hero-copy p {
        font-size: 1rem;
        line-height: 1.65;
    }

    .news-title-line {
        margin: 24px 0 22px;
    }

    .news-featured-section,
    .news-more-section {
        padding-top: 58px;
    }

    .news-more-section {
        padding-bottom: 72px;
    }

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

    .news-more-top {
        align-items: center;
    }

    .news-slider-controls {
        display: none;
    }

    .featured-news-content {
        padding: 32px 24px;
    }

    .featured-news-content h3 {
        font-size: 1.9rem;
    }

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

    .news-card {
        min-height: auto;
    }

    .news-card-body h3 {
        min-height: auto;
    }
}