.main.search-page-main {
        padding-top: 0;
        flex: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .search-page .site-page__content {
        display: flex;
        flex-direction: column;
    }
    .search-hero {
        --search-brand: #00b050;
        --search-brand-hover: #009944;
        --search-text: #222;
        --search-muted: #999;
        position: relative;
        overflow: hidden;
        width: 100%;
        margin: 0 0 22px;
        background:
            radial-gradient(circle at 58% 40%, rgba(205, 238, 216, 0.95) 0%, rgba(236, 248, 240, 0.72) 34%, rgba(236, 248, 240, 0) 57%),
            linear-gradient(180deg, #fbfefb 0%, #eef9f2 58%, #e6f6ec 100%);
        border-bottom: 1px solid #dff3e8;
    }
    .search-hero::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 54px;
        width: 600px;
        height: 280px;
        transform: translateX(-22%);
        border-radius: 50%;
        background: rgba(197, 234, 210, 0.48);
        z-index: 1;
    }
    .search-hero-decor {
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
    }
    .search-hero-decor::before,
    .search-hero-decor::after {
        content: "";
        position: absolute;
        width: 124px;
        height: 64px;
        opacity: 0.28;
        background-image: radial-gradient(circle, #7abf98 2.6px, transparent 2.6px);
        background-size: 17px 17px;
    }
    .search-hero-decor::before { left: 0; top: 182px; }
    .search-hero-decor::after { right: 56px; top: 58px; }
    .search-hero-wave {
        --wave-height: 130px;
        --wave-bottom: -20px;
        --wave-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'%3E%3Cpath d='M0 80C190 132 338 122 520 76C704 30 872 16 1054 54C1210 86 1324 124 1440 94V180H0Z' fill='%23cbefd8' fill-opacity='.78'/%3E%3C/svg%3E");
        position: absolute;
        left: 0;
        width: 100%;
        height: var(--wave-height);
        bottom: var(--wave-bottom);
        background-image: var(--wave-image);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 2;
        pointer-events: none;
    }
    .search-hero-wave-light {
        --wave-height: 134px;
        --wave-bottom: -16px;
        --wave-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'%3E%3Cpath d='M0 92C176 48 320 64 492 104C704 154 836 134 1012 86C1192 38 1308 44 1440 86V180H0Z' fill='%23cbefd8' fill-opacity='.72'/%3E%3C/svg%3E");
    }
    .search-hero-wave-mid {
        --wave-height: 146px;
        --wave-bottom: -42px;
        --wave-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 190' preserveAspectRatio='none'%3E%3Cpath d='M0 82C168 126 308 138 474 108C682 70 792 22 990 54C1172 84 1300 148 1440 112V190H0Z' fill='%23a5e3bc' fill-opacity='.68'/%3E%3C/svg%3E");
    }
    .search-hero-wave-main {
        --wave-height: 162px;
        --wave-bottom: -70px;
        --wave-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 210' preserveAspectRatio='none'%3E%3Cpath d='M0 112C154 88 278 124 446 144C664 170 782 92 976 76C1180 58 1288 128 1440 100V210H0Z' fill='%2370ce90' fill-opacity='.66'/%3E%3C/svg%3E");
    }
    .search-hero-corner {
        position: absolute;
        right: -170px;
        bottom: -88px;
        width: 520px;
        height: 220px;
        border-radius: 70% 0 0 0;
        background: radial-gradient(ellipse at 32% 24%, rgba(36, 184, 93, 0.42) 0%, rgba(23, 173, 80, 0.32) 48%, rgba(23, 173, 80, 0) 74%);
        z-index: 2;
        pointer-events: none;
    }
    .search-hero-wrap {
        position: relative;
        z-index: 8;
        width: 100%;
        max-width: 1200px;
        min-height: 330px;
        margin: 0 auto;
        padding: 24px 20px 32px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
    .search-hero-content {
        position: relative;
        z-index: 2;
        width: 700px;
        max-width: calc(100% - 460px);
        text-align: center;
    }
    .search-hero h1 {
        margin: 0 0 8px;
        color: var(--search-text);
        font-size: clamp(34px, 2.6vw + 1rem, 44px);
        font-weight: 800;
        line-height: 1.25;
        letter-spacing: .5px;
    }
    .search-hero h1 .accent {
        color: var(--search-brand);
    }
    .search-hero-sub {
        margin: 0 0 24px;
        color: var(--search-muted);
        font-size: 16px;
        line-height: 1.6;
    }
    .search-bar-shell {
        display: flex;
        align-items: center;
        width: 100%;
        height: 58px;
        padding: 0 10px 0 20px;
        background: #fff;
        border: 1px solid #e6ece9;
        border-radius: 12px;
        box-shadow: 0 12px 28px rgba(0, 176, 80, .12);
    }
    .search-bar-shell:focus-within {
        border-color: rgba(0, 176, 80, .45);
        box-shadow: 0 8px 20px rgba(0, 176, 80, .13), 0 0 0 3px rgba(0, 176, 80, .1);
    }
    .search-bar-icon,
    .search-bar-camera {
        flex: 0 0 auto;
        display: grid;
        place-items: center;
        color: #9aa5a0;
    }
    .search-bar-camera {
        width: 34px;
        height: 34px;
        margin-left: 8px;
        border: 0;
        border-radius: 8px;
        background: transparent;
        cursor: default;
    }
    .search-bar-camera:hover {
        background: #f6faf8;
        color: #7b8782;
    }
    .search-bar-input {
        flex: 1;
        min-width: 0;
        height: 100%;
        margin-left: 12px;
        border: 0;
        outline: 0;
        background: transparent;
        color: var(--search-text);
        font-size: 15px;
    }
    .search-bar-input::placeholder {
        color: #a8b0ac;
    }
    .search-btn {
        flex: 0 0 auto;
        height: 46px;
        margin-left: 8px;
        padding: 0 30px;
        border: 0;
        border-radius: 10px;
        background: var(--search-brand);
        box-shadow: 0 8px 16px rgba(0, 176, 80, .24);
        color: #fff;
        cursor: pointer;
        font-size: 15px;
        font-weight: 700;
        white-space: nowrap;
        transition: background-color .15s ease, transform .15s ease;
    }
    .search-btn:hover {
        background: var(--search-brand-hover);
        transform: translateY(-1px);
    }
    .search-hot {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 18px;
        color: var(--search-muted);
        font-size: 13px;
        text-align: left;
    }
    .search-hot-label {
        flex: 0 0 auto;
    }
    .search-hot-tags {
        display: flex;
        flex: 1;
        min-width: 0;
    }
    .search-hot-tags-group {
        display: none;
        flex-wrap: wrap;
        gap: 8px;
        min-width: 0;
    }
    .search-hot-tags-group.active {
        display: flex;
    }
    .search-hot-tag {
        display: inline-flex;
        align-items: center;
        height: 26px;
        padding: 0 13px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .75);
        color: #6b7280;
        font-size: 13px;
        text-decoration: none;
        transition: background .15s ease, color .15s ease;
    }
    .search-hot-tag:hover {
        background: #e5f7ed;
        color: var(--search-brand-hover);
    }
    .search-hot-shuffle {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 0;
        border: 0;
        background: transparent;
        color: var(--search-brand);
        cursor: pointer;
        font-size: 13px;
    }
    .search-hot-shuffle:hover {
        color: var(--search-brand-hover);
    }
    .search-hot-shuffle svg {
        flex: 0 0 auto;
    }
    .search-hero-illustration {
        position: absolute;
        z-index: 4;
        right: -34px;
        top: 53%;
        bottom: auto;
        width: 520px;
        transform: translateY(-50%);
        line-height: 0;
        pointer-events: none;
    }
    .search-hero-illustration img {
        display: block;
        width: 100%;
        height: auto;
    }
    .search-meta {
        margin-top: 12px;
        color: var(--search-muted);
        font-size: 13px;
        text-align: left;
    }
    .search-meta b {
        color: var(--search-brand);
        font-weight: 700;
    }
    .search-empty {
        padding: 40px 0;
        text-align: center;
        color: #64748b;
        font-size: 14px;
    }
    .search-empty .hint {
        display: block;
        margin-top: 10px;
        color: #94a3b8;
        font-size: 13px;
    }
    mark.kw {
        background: #fef08a;
        color: #0f172a;
        padding: 0 2px;
        border-radius: 3px;
    }
    @media (max-width: 1080px) {
        .search-hero::before {
            width: 470px;
            height: 230px;
            top: 52px;
            transform: translateX(-32%);
        }
        .search-hero-wrap {
            min-height: 300px;
            padding: 20px 20px 28px;
        }
        .search-hero h1 {
            font-size: 34px;
        }
        .search-hero-sub {
            font-size: 15px;
            margin-bottom: 18px;
        }
        .search-bar-shell {
            height: 52px;
        }
        .search-btn {
            height: 40px;
            padding: 0 24px;
        }
        .search-hero-content {
            width: 620px;
            max-width: calc(100% - 360px);
        }
        .search-hero-illustration {
            width: 430px;
            right: -42px;
            top: 53%;
            bottom: auto;
        }
        .search-hero-decor::before { display: none; }
        .search-hero-decor::after { right: 12px; top: 44px; transform: scale(0.72); }
        .search-hero-wave-light {
            --wave-height: 104px;
            --wave-bottom: -16px;
        }
        .search-hero-wave-mid {
            --wave-height: 118px;
            --wave-bottom: -38px;
        }
        .search-hero-wave-main {
            --wave-height: 132px;
            --wave-bottom: -58px;
        }
        .search-hero-corner {
            width: 360px;
            height: 154px;
            right: -128px;
            bottom: -70px;
        }
    }
    @media (max-width: 980px) {
        .search-hero-wrap {
            min-height: 0;
            padding: 18px 16px 16px;
            display: block;
        }

        .search-hero-content {
            width: 100%;
            max-width: none;
        }

        .search-hero-illustration {
            display: none;
        }

        .search-hot {
            justify-content: center;
        }
    }
    @media (max-width: 560px) {
        .search-hero::before {
            width: 330px;
            height: 176px;
            top: 74px;
            transform: translateX(-50%);
        }
        .search-hero h1 {
            font-size: 22px;
        }
        .search-bar-shell {
            height: auto;
            flex-wrap: wrap;
            padding: 10px 12px;
        }
        .search-bar-input {
            order: 3;
            width: 100%;
            height: 38px;
            margin-left: 0;
        }
        .search-bar-icon {
            order: 1;
        }
        .search-bar-camera {
            order: 2;
            margin-left: auto;
        }
        .search-btn {
            order: 4;
            width: 100%;
            margin: 4px 0 0;
        }
        .search-hot {
            flex-direction: column;
            align-items: center;
        }
        .search-hero-decor::after { display: none; }
        .search-hero-wave-light {
            --wave-height: 86px;
            --wave-bottom: -14px;
        }
        .search-hero-wave-mid {
            --wave-height: 96px;
            --wave-bottom: -32px;
        }
        .search-hero-wave-main {
            --wave-height: 108px;
            --wave-bottom: -46px;
        }
        .search-hero-corner {
            width: 270px;
            height: 118px;
            right: -106px;
            bottom: -54px;
        }
    }
