.news-index { background: #f4f1eb; color: #171717; }
.news-hero { min-height: 360px; }
.news-categories { position: relative; z-index: 4; margin-top: -35px; }
.news-categories__list { display: flex; gap: 10px; padding: 20px; overflow-x: auto; border: 1px solid #e2ddd3; border-radius: 22px; background: #fff; box-shadow: 0 24px 55px rgba(38, 29, 12, .12); scrollbar-width: thin; }
.news-category-pill { flex: 0 0 auto; padding: 13px 22px; border: 1px solid #ddd6c9; border-radius: 999px; color: #242321; font-size: 15px; font-weight: 800; text-decoration: none; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.news-category-pill:hover { border-color: #c98913; }
.news-category-pill.is-active { border-color: #f8b52f; background: #f8b52f; color: #151515; }
.news-index__content { padding: clamp(72px, 8vw, 120px) 0 clamp(90px, 10vw, 150px); }
.news-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.news-section-heading h2 { margin: 12px 0 0; font-size: clamp(38px, 5vw, 66px); line-height: 1.02; letter-spacing: -.045em; }
.news-section-heading > p { max-width: 480px; margin: 0; color: #68645d; font-size: 17px; line-height: 1.65; }
.news-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 15px; color: #716b61; font-size: 13px; font-weight: 750; }
.news-card__meta span { color: #a36c08; letter-spacing: .04em; text-transform: uppercase; }
.news-card__meta time { white-space: nowrap; }
.news-card__placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #242424, #49443a); }
.news-card .housing-card__body > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
@media (max-width: 760px) {
    .news-categories { margin-top: -24px; }
    .news-categories__list { padding: 14px; border-radius: 18px; }
    .news-category-pill { padding: 11px 17px; }
    .news-section-heading { display: block; }
    .news-section-heading > p { margin-top: 18px; }
}
@media (max-width: 600px) {
    .news-index .news-hero .housing-hero__inner { padding: 42px 0 36px; }
    .news-index .news-hero h1 { font-size: 31px; }
    .news-index .news-hero p:not(.eyebrow) { font-size: 12px; line-height: 1.45; }
    .news-categories { margin-top: -14px; }
    .news-categories__list { gap: 7px; padding: 9px; border-radius: 13px; }
    .news-category-pill { padding: 8px 11px; font-size: 10px; }
    .news-index__content { padding: 34px 0 72px; }
    .news-section-heading { margin-bottom: 18px; }
    .news-section-heading h2 { font-size: 25px; }
    .news-section-heading > p { font-size: 11px; line-height: 1.45; }
    .news-index .news-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
    .news-index .news-card { min-width: 0; border-radius: 10px; }
    .news-index .news-card .housing-card__media { aspect-ratio: 1 / .8; }
    .news-index .news-card .housing-card__body { padding: 7px; }
    .news-card__meta { display: block; margin-bottom: 4px; font-size: 7px; line-height: 1.25; }
    .news-card__meta span, .news-card__meta time { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
    .news-index .news-card h2 { display: -webkit-box; overflow: hidden; margin: 0; font-size: 10px; line-height: 1.18; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
    .news-index .news-card .housing-card__body > p { display: none; }
    .news-index .news-card .housing-card__actions { margin-top: 7px; padding-top: 6px; }
    .news-index .news-card .housing-card__actions .button { min-height: 29px; padding: 0 5px; font-size: 8px; white-space: nowrap; }
}
