.search-page { background: #f5f3ee; }
.search-hero { position: relative; overflow: hidden; padding: 0 0 54px; border-bottom: 1px solid #ddd9d2; background: #eeebe5; }
.search-hero::after { content: ""; position: absolute; width: 380px; height: 380px; right: -130px; bottom: -240px; border-radius: 50%; background: var(--lime); opacity: .65; }
.search-breadcrumbs { padding-top: 23px; padding-bottom: 45px; }
.search-hero h1 { position: relative; z-index: 1; margin: 10px 0 25px; font-size: clamp(42px, 5.5vw, 70px); line-height: 1; letter-spacing: -.06em; }
.search-hero h1 em { color: var(--coral); font-style: normal; }
.results-search { position: relative; z-index: 1; display: flex; align-items: center; width: min(850px, 100%); padding: 7px; border: 1px solid #d4cfc7; border-radius: 17px; background: white; box-shadow: 0 15px 45px rgba(30,25,20,.08); }
.results-search svg { width: 23px; height: 23px; margin: 0 13px; fill: none; stroke: #756e73; stroke-width: 1.8; }
.results-search input { min-width: 0; height: 49px; flex: 1; border: 0; outline: 0; font-size: 15px; }
.results-search button { height: 49px; padding: 0 28px; border: 0; border-radius: 11px; color: white; background: var(--ink); cursor: pointer; font-weight: 900; }
.search-types { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; color: #8d868b; font-size: 10px; }
.search-types b { padding: 3px 7px; border-radius: 6px; color: #635d61; background: rgba(255,255,255,.55); }
.search-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 35px; align-items: start; padding-block: 45px 90px; }
.search-filters { position: sticky; top: 100px; border: 1px solid #dedad3; border-radius: 18px; background: white; overflow: hidden; }
.filter-head { display: flex; justify-content: space-between; align-items: center; padding: 18px; border-bottom: 1px solid #e7e3dc; }
.filter-head strong { font-size: 14px; }
.filter-head button { padding: 0; border: 0; color: var(--coral-dark); background: transparent; cursor: pointer; font-size: 9px; font-weight: 800; }
.search-filters fieldset { display: grid; gap: 10px; margin: 0; padding: 17px 18px; border: 0; border-bottom: 1px solid #e7e3dc; }
.search-filters legend { margin-bottom: 12px; padding: 0; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.search-filters label { display: grid; grid-template-columns: 16px 1fr auto; align-items: center; gap: 7px; color: #625c60; font-size: 10px; cursor: pointer; }
.search-filters input { width: 15px; height: 15px; accent-color: var(--coral); }
.search-filters label span { color: #aaa3a7; font-size: 8px; }
.filter-note { display: flex; gap: 10px; padding: 18px; background: #f3f1ec; }
.filter-note > span { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 10px; font-weight: 900; }
.filter-note p { margin: 0; color: #837c81; font-size: 9px; line-height: 1.55; }
.search-results { min-width: 0; }
.results-head { display: flex; justify-content: space-between; gap: 25px; align-items: flex-end; margin-bottom: 24px; }
.results-head h2 { margin: 6px 0 4px; font-size: 32px; line-height: 1.1; letter-spacing: -.045em; }
.results-head > div > p { margin: 0; color: #8c858a; font-size: 10px; }
.results-head > label { color: #8c858a; font-size: 9px; }
.results-head select { margin-left: 5px; padding: 8px 25px 8px 9px; border: 1px solid #d7d2ca; border-radius: 9px; background: white; font-size: 9px; }
.result-card { position: relative; display: grid; grid-template-columns: 58px minmax(0,1fr) 100px 35px; gap: 17px; align-items: start; margin-bottom: 11px; padding: 23px; border: 1px solid #dfdbd4; border-radius: 19px; background: white; transition: border .2s, transform .2s, box-shadow .2s; }
.result-card:hover { border-color: #c3bdb5; transform: translateY(-2px); box-shadow: 0 15px 42px rgba(30,25,20,.07); }
.exact-result { border: 2px solid var(--ink); }
.exact-badge { position: absolute; top: -11px; left: 21px; padding: 4px 8px; border-radius: 6px; color: var(--ink); background: var(--lime); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.result-logo { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 15px; color: var(--lime); background: var(--ink); font-size: 15px; font-weight: 950; }
.light-logo { color: var(--ink); background: #ffe1dc; }
.gray-logo { color: #696267; background: #e7e4df; }
.result-title { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.result-title h3 { margin: 0; font-size: 20px; letter-spacing: -.03em; }
.result-title h3 a:hover { color: var(--coral-dark); }
.active-status, .closed-status { color: var(--green); font-size: 8px; font-weight: 800; }
.active-status i { display: inline-block; width: 6px; height: 6px; margin-right: 3px; border-radius: 50%; background: var(--green); }
.closed-status { padding: 4px 6px; border-radius: 5px; color: #81797e; background: #eeeae5; }
.legal-result { margin: 3px 0 10px; color: #817a7f; font-size: 10px; }
.result-main dl { display: flex; flex-wrap: wrap; gap: 9px 22px; margin: 0; }
.result-main dl > div { display: flex; gap: 5px; font-size: 9px; }
.result-main dt { color: #999297; }
.result-main dd { margin: 0; font-weight: 800; }
.result-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }
.result-tags span { padding: 4px 7px; border-radius: 6px; color: #726b70; background: #f0ede8; font-size: 8px; }
.result-rating { display: grid; align-content: start; justify-items: end; text-align: right; }
.result-rating strong { font-size: 29px; line-height: 1; letter-spacing: -.05em; }
.result-rating > span:not(.result-stars) { color: #969095; font-size: 8px; }
.result-stars { color: var(--coral); font-size: 10px; letter-spacing: 1px; }
.result-stars i { color: #dcd8d2; font-style: normal; }
.result-rating a { margin-top: 5px; color: var(--coral-dark); font-size: 8px; font-weight: 900; text-decoration: underline; text-underline-offset: 2px; }
.result-rating small { margin-top: 8px; padding: 4px 5px; border-radius: 5px; color: #a0362c; background: #ffe4de; font-size: 7px; font-weight: 800; }
.result-open { width: 34px; height: 34px; display: grid; place-items: center; align-self: center; border-radius: 50%; color: white; background: var(--ink); font-size: 16px; }
.similar-label { margin: 22px 2px 14px; color: #8f888d; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.more-results { width: 100%; margin-top: 4px; }
.not-found-card { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; margin-top: 25px; padding: 22px; border-radius: 18px; background: var(--lime); }
.not-found-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: 20px; }
.not-found-card strong { font-size: 13px; }
.not-found-card p { margin: 3px 0 0; color: #5c565a; font-size: 9px; }
.not-found-card .button { min-height: 42px; font-size: 9px; }
@media (max-width: 920px) {
    .search-layout { grid-template-columns: 1fr; }
    .search-filters { position: static; display: none; }
}
@media (max-width: 700px) {
    .search-hero { padding-bottom: 40px; }
    .search-breadcrumbs { padding-bottom: 30px; }
    .search-hero h1 { font-size: 44px; }
    .results-search { flex-wrap: wrap; padding: 8px; }
    .results-search svg { margin-top: 13px; align-self: flex-start; }
    .results-search input { width: calc(100% - 52px); flex: none; }
    .results-search button { width: 100%; margin-top: 6px; }
    .search-layout { padding-top: 32px; }
    .results-head { align-items: flex-start; flex-direction: column; }
    .results-head h2 { font-size: 27px; }
    .result-card { grid-template-columns: 48px minmax(0,1fr) 31px; padding: 19px; gap: 12px; }
    .result-logo { width: 48px; height: 48px; border-radius: 13px; }
    .result-rating { grid-column: 2; justify-items: start; margin-top: 8px; text-align: left; }
    .result-open { grid-column: 3; grid-row: 1 / span 2; }
    .result-main dl { display: grid; gap: 5px; }
    .not-found-card { grid-template-columns: auto 1fr; }
    .not-found-card .button { grid-column: 1 / -1; width: 100%; }
}
