:root {
    --news-wine: #470506;
    --news-wine-deep: #2c0203;
    --news-gold: #f2b632;
    --news-ink: #191619;
    --news-muted: #706869;
    --news-cream: #faf7f2;
}

.news-hero {
    display: flex;
    align-items: center;
    min-height: 500px;
    background: linear-gradient(90deg, rgba(35, 2, 3, .95), rgba(52, 4, 5, .7) 55%, rgba(20, 10, 10, .25)), var(--news-hero-image) center/cover;
}

.news-hero-content {
    max-width: 800px;
    padding: 80px 0;
}

.news-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--news-wine);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.news-kicker::before {
    width: 34px;
    height: 2px;
    background: var(--news-gold);
    content: "";
}

.news-kicker-light { color: #ffd573; }

.news-hero h1 {
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(3rem, 7vw, 5.6rem);
    line-height: 1;
    letter-spacing: -.045em;
    text-transform: none;
}

.news-hero p {
    max-width: 680px;
    color: rgba(255,255,255,.78);
    font-size: 1.07rem;
    line-height: 1.75;
}

.news-hero .breadcrumb-item,
.news-hero .breadcrumb-item a { color: rgba(255,255,255,.7); }
.news-hero .breadcrumb-item.active { color: #ffd573; }

.featured-news-section {
    padding: 100px 0 50px;
    background: #fff;
}

.featured-news {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    min-height: 500px;
    overflow: hidden;
    background: var(--news-wine-deep);
    box-shadow: 0 25px 60px rgba(44,2,3,.2);
}

.featured-image { position: relative; min-height: 480px; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; }
.featured-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.32), transparent 45%); content: ""; }
.featured-image span { position: absolute; z-index: 1; right: 25px; bottom: 25px; padding: 9px 14px; color: var(--news-wine); background: var(--news-gold); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.featured-content { padding: 55px; color: rgba(255,255,255,.72); }
.featured-content time,
.news-card-content time { display: flex; align-items: center; gap: 8px; margin-bottom: 17px; font-size: .78rem; text-transform: uppercase; }
.featured-content time { color: #ffd573; }
.featured-content h2 { margin-bottom: 21px; color: #fff; font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: 1.25; }
.featured-body { max-height: 235px; overflow: auto; padding-right: 8px; line-height: 1.8; }
.back-to-news { display: inline-flex; align-items: center; gap: 9px; margin-top: 25px; color: #ffd573; font-weight: 700; }
.back-to-news:hover { color: #fff; }

.news-list-section { padding: 100px 0 110px; background: var(--news-cream); }
.news-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.news-toolbar h2 { margin: 0; color: var(--news-ink); font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.035em; }
.news-search { display: flex; width: min(100%, 430px); height: 58px; background: #fff; border: 1px solid rgba(71,5,6,.12); box-shadow: 0 10px 28px rgba(45,25,25,.06); }
.news-search input { flex: 1; min-width: 0; padding: 0 20px; color: var(--news-ink); background: transparent; border: 0; outline: 0; }
.news-search button { width: 58px; color: #fff; background: var(--news-wine); border: 0; }
.news-search button:hover { background: #711012; }

.search-summary { margin: -22px 0 35px; padding: 15px 18px; color: var(--news-muted); background: #fff; border-left: 3px solid var(--news-gold); }
.search-summary a { float: right; color: var(--news-wine); font-weight: 700; }

.news-card { overflow: hidden; background: #fff; border: 1px solid rgba(71,5,6,.08); box-shadow: 0 14px 34px rgba(35,25,25,.07); transition: transform .3s, box-shadow .3s; }
.news-card:hover { transform: translateY(-7px); box-shadow: 0 22px 46px rgba(35,25,25,.13); }
.news-card-image { position: relative; display: block; height: 240px; overflow: hidden; }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.news-card:hover .news-card-image img { transform: scale(1.045); }
.news-card-image span { position: absolute; right: 18px; bottom: 18px; padding: 7px 12px; color: var(--news-wine); background: var(--news-gold); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.news-card-content { padding: 27px; }
.news-card-content time { color: #8c8182; }
.news-card-content h3 { margin-bottom: 12px; font-size: 1.3rem; line-height: 1.4; }
.news-card-content h3 a { color: var(--news-ink); }
.news-card-content h3 a:hover { color: var(--news-wine); }
.news-card-content p { min-height: 72px; color: var(--news-muted); line-height: 1.7; }
.read-news { display: inline-flex; align-items: center; gap: 9px; margin-top: 5px; color: var(--news-wine); font-size: .84rem; font-weight: 800; }
.read-news i { transition: transform .25s; }
.read-news:hover i { transform: translateX(4px); }

.news-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 55px; }
.news-pagination a { display: grid; width: 44px; height: 44px; place-items: center; color: var(--news-wine); background: #fff; border: 1px solid rgba(71,5,6,.12); font-weight: 700; }
.news-pagination a:hover,
.news-pagination a.active { color: #fff; background: var(--news-wine); border-color: var(--news-wine); }

.news-empty { padding: 70px 20px; text-align: center; background: #fff; border: 1px dashed rgba(71,5,6,.2); }
.news-empty > i { margin-bottom: 16px; color: var(--news-wine); font-size: 3rem; }
.news-empty h3 { color: var(--news-ink); }
.news-empty p { color: var(--news-muted); }

@media (max-width: 991.98px) {
    .featured-news { grid-template-columns: 1fr; }
    .featured-image { min-height: 420px; }
    .news-toolbar { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
    .news-hero { min-height: 440px; }
    .featured-news-section { padding-top: 70px; }
    .featured-image { min-height: 300px; }
    .featured-content { padding: 32px 25px; }
    .news-list-section { padding: 75px 0; }
    .news-search { width: 100%; }
    .search-summary a { display: block; float: none; margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    .news-card, .news-card-image img, .read-news i { transition: none; }
}
