:root {
            --brands-red: #ef3e36;
            --brands-red-soft: #fff4f2;
            --brands-border: #ece7e1;
            --brands-muted: #696969;
            --brands-text: #161616;
            --brands-card: #ffffff;
            --brands-shadow: 0 14px 38px rgba(18, 18, 18, 0.06);
        }

        .brands-page {
            padding: 18px 0 42px;
            background: linear-gradient(180deg, #fff 0%, #fffdfb 100%);
        }

        .brands-shell {
            max-width: 1500px;
            margin: 0 auto;
            padding: 0 18px;
        }

        .brands-breadcrumb {
            margin-bottom: 14px;
            color: #7e7e7e;
            font-size: 13px;
        }

        .brands-breadcrumb a {
            color: #6b6b6b;
            text-decoration: none;
        }

        .brands-breadcrumb span:last-child {
            color: #1f1f1f;
            font-weight: 700;
        }

        .brands-hero {
            border: 1px solid var(--brands-border);
            border-radius: 16px;
            overflow: hidden;
            background: linear-gradient(90deg, #fff 0%, #fffcfa 52%, #fff5ef 100%);
            box-shadow: var(--brands-shadow);
        }

        .brands-hero-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: stretch;
            min-height: 320px;
        }

        .brands-hero-copy {
            padding: 34px 28px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .brands-hero-copy h1 {
            margin: 0 0 20px;
            color: #121212;
            font-size: 48px;
            line-height: 0.98;
            font-weight: 900;
            text-transform: uppercase;
        }

        .brands-hero-divider {
            width: 28px;
            height: 3px;
            border-radius: 999px;
            background: var(--brands-red);
            margin-bottom: 18px;
        }

        .brands-hero-copy p {
            margin: 0 0 26px;
            color: #373737;
            font-size: 16px;
            line-height: 1.6;
        }

        .brands-primary-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 142px;
            min-height: 44px;
            padding: 10px 22px;
            border-radius: 6px;
            background: #111;
            color: #fff;
            text-decoration: none;
            font-size: 13px;
            font-weight: 800;
            text-transform: uppercase;
            width: fit-content;
            max-width: 220px;
            align-self: flex-start;
        }

        .brands-primary-btn:hover {
            background: var(--brands-red);
            color: #fff;
            text-decoration: none;
        }

        .brands-hero-gallery {
            display: flex;
            align-items: stretch;
            justify-content: center;
            width: 100%;
        }

        .brands-hero-banner {
            width: 100%;
            max-width: 100%;
            min-height: 288px;
            object-fit: contain;
            object-position: center right;
            display: block;
        }

        .brands-top-categories {
            margin-top: 22px;
            padding: 0 4px;
        }

        .brands-section-eyebrow {
            margin: 0 0 18px;
            color: #1e1e1e;
            font-size: 15px;
            font-weight: 900;
            text-transform: uppercase;
        }

        .brands-category-row {
            display: grid;
            grid-template-columns: repeat(7, minmax(0, 1fr));
            gap: 18px;
        }

        .brands-category-chip {
            text-align: center;
        }

        .brands-category-link {
            display: block;
            color: inherit;
            text-decoration: none;
        }

        .brands-category-link:hover {
            color: inherit;
            text-decoration: none;
        }

        .brands-category-icon {
            width: 78px;
            height: 78px;
            margin: 0 auto 12px;
            border-radius: 50%;
            border: 1px solid var(--brands-border);
            background: #f4f8ff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #2b4154;
            font-size: 28px;
        }

        .brands-category-chip:nth-child(2n) .brands-category-icon { background: #f4fbf5; }
        .brands-category-chip:nth-child(3n) .brands-category-icon { background: #fff2f3; color: #c84563; }
        .brands-category-chip:nth-child(4n) .brands-category-icon { background: #f5f1ff; color: #6550b8; }
        .brands-category-chip:nth-child(5n) .brands-category-icon { background: #fff5ea; color: #cc6f2d; }
        .brands-category-chip:nth-child(6n) .brands-category-icon { background: #fff8dd; color: #b28000; }
        .brands-category-chip:nth-child(7n) .brands-category-icon { background: #eef9e8; color: #5b8c39; }

        .brands-category-chip span {
            display: block;
            color: #1d1d1d;
            font-size: 14px;
            font-weight: 700;
        }

        .brands-content-grid {
            margin-top: 24px;
            display: grid;
            grid-template-columns: 250px minmax(0, 1fr);
            gap: 18px;
            align-items: start;
        }

        .brands-sidebar,
        .brands-grid-shell,
        .brands-benefits,
        .brands-newsletter {
            background: var(--brands-card);
            border: 1px solid var(--brands-border);
            border-radius: 16px;
            box-shadow: var(--brands-shadow);
        }

        .brands-sidebar {
            padding: 18px 16px 20px;
        }

        .brands-filter-top,
        .brands-grid-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }

        .brands-filter-top {
            margin-bottom: 18px;
        }

        .brands-filter-top h3,
        .brands-grid-head h3 {
            margin: 0;
            color: #161616;
            font-size: 16px;
            font-weight: 900;
            text-transform: uppercase;
        }

        .brands-clear-link {
            color: var(--brands-red);
            font-size: 13px;
            font-weight: 700;
            text-decoration: underline;
        }

        .brands-clear-link:hover {
            color: var(--brands-red);
            text-decoration: none;
        }

        .brands-filter-group + .brands-filter-group {
            margin-top: 20px;
            padding-top: 18px;
            border-top: 1px solid #f0ebe6;
        }

        .brands-filter-group h4 {
            margin: 0 0 14px;
            color: #1f1f1f;
            font-size: 13px;
            font-weight: 900;
            text-transform: uppercase;
        }

        .brands-filter-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .brands-filter-list li + li {
            margin-top: 10px;
        }

        .brands-filter-list label {
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 0;
            color: #323232;
            font-size: 13px;
            font-weight: 600;
        }

        .brands-filter-list input {
            width: 16px;
            height: 16px;
            accent-color: var(--brands-red);
            flex-shrink: 0;
        }

        .brands-filter-count {
            color: #949494;
        }

        .brands-grid-shell {
            padding: 16px;
        }

        .brands-grid-head {
            margin-bottom: 16px;
        }

        .brands-grid-head p {
            margin: 0;
            color: #161616;
            font-size: 15px;
            font-weight: 800;
        }

        .brands-sort-wrap {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #585858;
            font-size: 13px;
            font-weight: 700;
        }

        .brands-sort-wrap select {
            min-width: 120px;
            min-height: 38px;
            border: 1px solid var(--brands-border);
            border-radius: 8px;
            background: #fff;
            color: #333;
            font-size: 13px;
            padding: 0 12px;
        }

        .brands-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 12px;
        }

        .brand-logo-card {
            min-height: 120px;
            border: 1px solid #ececec;
            border-radius: 10px;
            background: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 14px 12px;
            text-align: center;
            transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
        }

        .brand-logo-card:hover {
            transform: translateY(-2px);
            border-color: #e2dfdb;
            box-shadow: 0 10px 22px rgba(20, 20, 20, 0.06);
            text-decoration: none;
        }

        .brand-logo-card img {
            width: 100%;
            height: 44px;
            object-fit: contain;
            margin-bottom: 10px;
        }

        .brand-logo-name {
            color: #181818;
            font-size: 13px;
            font-weight: 700;
            line-height: 1.35;
        }

        .brand-logo-card.brand-logo-card--view-all {
            color: var(--brands-red);
            justify-content: center;
        }

        .brand-logo-view-text {
            color: var(--brands-red);
            font-size: 16px;
            font-weight: 900;
            line-height: 1.2;
        }

        .brand-logo-view-arrow {
            margin-top: 10px;
            font-size: 24px;
            line-height: 1;
        }

        .brands-pagination {
            margin-top: 18px;
            display: flex;
            justify-content: center;
        }

        .brands-pagination .pagination {
            justify-content: center;
        }

        .brands-benefits {
            margin-top: 22px;
            padding: 10px 14px;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }

        .brands-benefit {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 14px 16px;
        }

        .brands-benefit + .brands-benefit {
            border-left: 1px solid #f0ebe6;
        }

        .brands-benefit-icon {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            flex-shrink: 0;
            background: var(--brands-red-soft);
            color: var(--brands-red);
        }

        .brands-benefit:nth-child(2) .brands-benefit-icon { background: #fff6eb; color: #df7a22; }
        .brands-benefit:nth-child(3) .brands-benefit-icon { background: #eefbf3; color: #347d51; }
        .brands-benefit:nth-child(4) .brands-benefit-icon { background: #fff1ef; color: #c65a4b; }

        .brands-benefit h4,
        .brands-benefit p {
            margin: 0;
        }

        .brands-benefit h4 {
            color: #181818;
            font-size: 13px;
            font-weight: 900;
            text-transform: uppercase;
        }

        .brands-benefit p {
            margin-top: 3px;
            color: #636363;
            font-size: 13px;
            line-height: 1.4;
        }

        .brands-newsletter {
            margin-top: 18px;
            padding: 18px 20px;
            display: grid;
            grid-template-columns: 1.1fr 1fr;
            align-items: center;
            gap: 20px;
        }

        .brands-newsletter-copy {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .brands-newsletter-icon {
            width: 58px;
            height: 58px;
            border-radius: 18px;
            border: 1px solid #ffd8d3;
            background: #fff4f2;
            color: var(--brands-red);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            flex-shrink: 0;
        }

        .brands-newsletter-copy h3,
        .brands-newsletter-copy p {
            margin: 0;
        }

        .brands-newsletter-copy h3 {
            color: #141414;
            font-size: 16px;
            font-weight: 900;
            text-transform: uppercase;
        }

        .brands-newsletter-copy p {
            margin-top: 5px;
            color: #666;
            font-size: 14px;
            line-height: 1.5;
        }

        .brands-newsletter-form {
            display: flex;
            gap: 12px;
        }

        .brands-newsletter-form input {
            flex: 1;
            min-height: 48px;
            border: 1px solid var(--brands-border);
            border-radius: 8px;
            padding: 0 14px;
            font-size: 14px;
        }

        .brands-newsletter-form button {
            min-width: 150px;
            min-height: 48px;
            border: 0;
            border-radius: 8px;
            background: #111;
            color: #fff;
            font-size: 13px;
            font-weight: 900;
            text-transform: uppercase;
        }

        .brands-newsletter-form button:hover {
            background: var(--brands-red);
        }

        @media (max-width: 1350px) {
            .brands-grid {
                grid-template-columns: repeat(5, minmax(0, 1fr));
            }
        }

        @media (max-width: 1200px) {
            .brands-hero-inner,
            .brands-content-grid,
            .brands-newsletter {
                grid-template-columns: 1fr;
            }

            .brands-category-row {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }

            .brands-grid {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }
        }

        @media (max-width: 992px) {
            .brands-benefits {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .brands-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (max-width: 768px) {
            .brands-shell {
                padding: 0 12px;
            }

            .brands-hero-copy {
                padding: 30px 22px;
            }

            .brands-hero-copy h1 {
                font-size: 38px;
            }

            .brands-category-row,
            .brands-grid,
            .brands-benefits {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .brands-benefit + .brands-benefit {
                border-left: none;
            }

            .brands-newsletter-form {
                flex-direction: column;
            }
        }

        @media (max-width: 576px) {
            .brands-category-row,
            .brands-grid,
            .brands-benefits {
                grid-template-columns: 1fr;
            }

            .brands-grid-head,
            .brands-filter-top {
                flex-direction: column;
                align-items: flex-start;
            }
        }
