.editorial-hero.hero-section { background: #292c2e; padding: 0; position: relative; color: #fff; overflow: hidden; }
.hero-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.editorial-hero .hero-shell { min-height: 540px; display: flex; align-items: center; padding-top: 44px; padding-bottom: 58px; }
.editorial-hero .hero-copy { max-width: 46%; padding: 0; }
.hero-byline { font-size: 17px; font-weight: 500; margin-bottom: 26px; }
.hero-byline span { display: block; font-size: 10px; color: #d2d4d5; margin-top: 4px; }
.editorial-hero .hero-title { font-size: 48px; line-height: 1.08; font-weight: 500; letter-spacing: 0; text-shadow: none; max-width: 510px; margin-bottom: 20px; overflow-wrap: anywhere; }
.editorial-hero .hero-sub { font-size: 14px; line-height: 1.8; color: #eaebed; max-width: 450px; margin-bottom: 26px; }
.editorial-hero .hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-bottom: 26px; }
.hero-primary, .hero-secondary { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 12px; font-weight: 600; min-height: 46px; }
.editorial-hero .hero-actions { flex-direction: row; }
.editorial-hero .hero-actions a { width: auto; }
.hero-primary { background: #b80d2b; border: 1px solid #cf2341; padding: 12px 20px; border-radius: 3px; }
.hero-primary:hover { background: #960820; }
.hero-secondary { color: #fff; border-bottom: 1px solid #ffffff70; }
.hero-primary span, .hero-secondary span { font-size: 20px; }
.hero-personal { display: flex; align-items: center; gap: 12px; font-size: 10px; color: #eceeef; }
.hero-personal-line { height: 1px; width: 24px; background: #eb6b81; }
.hero-image-caption { position: absolute; right: 28px; bottom: 18px; font-size: 9px; color: #fff; background: #202327b0; padding: 5px 8px; }
.hero-search-band { background: #f6f6f5; border-bottom: 1px solid #d9dcdd; padding: 24px 0 28px; }
.hero-search-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.hero-search-top > strong { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 500; }
.hero-search-band .filter-tabs { gap: 0; flex-wrap: nowrap; }
.hero-search-band .filter-tab { border: 0; border-bottom: 2px solid transparent; border-radius: 0; padding: 8px 16px; background: transparent; color: #767c82; font-size: 12px; font-weight: 500; }
.hero-search-band .filter-tab.active { color: #a90c29; border-bottom-color: #b80d2b; }
.hero-search-fields { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; align-items: end; gap: 20px; }
.hero-search-fields .form-group { min-width: 0; }
.hero-search-fields label { font-size: 9px; color: #767c82; letter-spacing: 0; }
.hero-search-fields .form-control { background: #fff; border: 1px solid #d9dcdd; border-radius: 3px; height: 44px; font-size: 12px; padding: 10px 12px; box-shadow: none; }
.hero-search-submit { display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 0; border-radius: 3px; height: 44px; padding: 0 22px; background: #202327; color: #fff; font: 600 12px 'Plus Jakarta Sans', sans-serif; cursor: pointer; }
.hero-search-submit:hover { background: #b80d2b; }
.hero-search-submit span { font-size: 20px; }
.editorial-hero a:focus-visible, .hero-search-band button:focus-visible { outline: 2px solid #ef8496; outline-offset: 4px; }
@media (min-width: 1600px) { .editorial-hero .hero-shell { min-height: 580px; } .editorial-hero .hero-title { font-size: 54px; } .hero-backdrop { object-position: center 62%; } }
@media (max-width: 1000px) { .editorial-hero .hero-title { font-size: 39px; } .editorial-hero .hero-copy { max-width: 48%; } .hero-search-fields { gap: 12px; } }
@media (max-width: 700px) {
    .editorial-hero .hero-shell { min-height: 0; padding: 32px 24px 250px; align-items: flex-start; }
    .editorial-hero .hero-copy { max-width: 100%; }
    .hero-backdrop { top: auto; height: 240px; object-position: right 60%; }
    .hero-byline { margin-bottom: 20px; font-size: 15px; }
    .editorial-hero .hero-title { font-size: 34px; max-width: 480px; }
    .editorial-hero .hero-sub { font-size: 13px; margin-bottom: 18px; }
    .editorial-hero .hero-actions { margin-bottom: 18px; gap: 18px; }
    .hero-primary, .hero-secondary { font-size: 11px; gap: 10px; }
    .hero-primary { padding: 10px 14px; }
    .hero-image-caption { right: 16px; bottom: 10px; font-size: 8px; }
    .hero-search-top { flex-direction: column; align-items: flex-start; gap: 12px; }
    .hero-search-band .filter-tabs { width: 100%; }
    .hero-search-band .filter-tab { flex: 1; padding-inline: 6px; }
    .hero-search-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .hero-search-submit { grid-column: 1 / -1; }
}
