.brand-page,
.brand-directory {
    --brand-accent: #f47b20;
    --brand-accent-dark: #ca5a0a;
    --brand-soft: #fff2e8;
    --brand-rgb: 244,123,32;
    --brand-ink: #20252a;
    --brand-muted: #6e777f;
    --brand-line: #e3e6e8;
    --brand-bg: #f5f6f7;
    min-height: 70vh;
    padding-bottom: 38px;
    color: var(--brand-ink);
    background: var(--brand-bg);
    font-family: "Roboto", "PTSansRegular", sans-serif;
}

.brand-page *, .brand-page *::before, .brand-page *::after,
.brand-directory *, .brand-directory *::before, .brand-directory *::after,
.brand-mobile-nav, .brand-mobile-nav * { box-sizing: border-box; }
.brand-page button, .brand-directory button { font: inherit; cursor: pointer; }
.brand-page a, .brand-directory a { text-decoration: none; }
.brand-page button:focus-visible, .brand-page a:focus-visible,
.brand-directory button:focus-visible, .brand-directory a:focus-visible,
.brand-directory input:focus-visible, .brand-mobile-nav a:focus-visible {
    outline: 3px solid rgba(var(--brand-rgb),.24);
    outline-offset: 2px;
}
.brand-page__container { width: 100%; }

.brand-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    color: #92999f;
    font-size: 12px;
}
.brand-breadcrumbs a { color: #626b73; }
.brand-breadcrumbs a:hover { color: var(--brand-accent); }
.brand-breadcrumbs i { font-size: 7px; }

.brand-page__section-nav {
    position: sticky;
    z-index: 1040;
    top: 0;
    border-bottom: 1px solid #e3e6e8;
    background: rgba(255,255,255,.97);
    box-shadow: 0 5px 18px rgba(28,34,39,.05);
}
.brand-page__section-nav > div {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scrollbar-width: none;
}
.brand-page__section-nav > div::-webkit-scrollbar { display: none; }
.brand-page__section-nav a {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 56px;
    color: #40484f;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}
.brand-page__section-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--brand-accent);
    transform: scaleX(0);
    transition: transform .2s ease;
}
.brand-page__section-nav a:hover, .brand-page__section-nav a.is-active { color: var(--brand-accent-dark); }
.brand-page__section-nav a.is-active::after { transform: scaleX(1); }

.brand-showcase-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0,46%) minmax(0,54%);
    min-height: 482px;
    overflow: hidden;
    border: 1px solid #e5e8ea;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(33,39,44,.06);
}
.brand-showcase-hero__copy {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 48px 30px 120px 44px;
}
.brand-showcase-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 18px;
    color: var(--brand-accent-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.brand-showcase-hero__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    min-height: 58px;
    margin-bottom: 18px;
    padding: 9px 16px;
    border: 1px solid #eceeef;
    border-radius: 15px;
    background: #fff;
}
.brand-showcase-hero__logo img { display: block; width: auto; max-width: 178px; height: 39px; object-fit: contain; }
.brand-showcase-hero h1 { margin: 0; color: #1e2328; font-size: clamp(34px,3vw,48px); font-weight: 800; line-height: 1.04; letter-spacing: -.045em; }
.brand-showcase-hero__copy > p { max-width: 530px; margin: 17px 0 0; color: #626c74; font-size: 14px; line-height: 1.65; }
.brand-showcase-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.brand-showcase-hero__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 19px;
    border: 1px solid var(--brand-accent);
    border-radius: 13px;
    color: #fff;
    background: var(--brand-accent);
    font-size: 11px;
    font-weight: 800;
}
.brand-showcase-hero__actions a:hover { color: #fff; background: var(--brand-accent-dark); }
.brand-showcase-hero__actions a.is-secondary { color: #363e45; border-color: #dde1e4; background: #fff; }
.brand-showcase-hero__actions a.is-secondary:hover { color: var(--brand-accent-dark); border-color: rgba(var(--brand-rgb),.38); }

.brand-showcase-hero__visual {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 53% 43%,rgba(255,255,255,.94) 0 10%,rgba(255,255,255,.52) 11% 29%,transparent 30%),
                linear-gradient(135deg,var(--brand-soft),rgba(var(--brand-rgb),.2));
}
.brand-showcase-hero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image: linear-gradient(rgba(var(--brand-rgb),.12) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--brand-rgb),.12) 1px,transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(135deg,transparent,black 20%,black 80%,transparent);
}
.brand-showcase-hero__orb { position: absolute; z-index: 1; display: block; border-radius: 50%; border: 1px solid rgba(255,255,255,.75); }
.brand-showcase-hero__orb--one { width: 330px; height: 330px; top: 22px; left: 20%; background: rgba(255,255,255,.28); }
.brand-showcase-hero__orb--two { width: 190px; height: 190px; right: 8%; bottom: 42px; background: rgba(var(--brand-rgb),.08); }
.brand-hero-product {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.88);
    border-radius: 24px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 34px rgba(41,47,52,.13);
    transition: transform .22s ease, box-shadow .22s ease;
}
.brand-hero-product:hover { z-index: 4; transform: translateY(-5px) rotate(0deg); box-shadow: 0 24px 42px rgba(41,47,52,.18); }
.brand-hero-product > span { position: absolute; top: 12px; left: 12px; padding: 6px 9px; border-radius: 8px; color: var(--brand-accent-dark); background: var(--brand-soft); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.brand-hero-product img { width: 82%; height: 76%; object-fit: contain; }
.brand-hero-product--1 { width: 50%; height: 66%; top: 8%; left: 16%; transform: rotate(-3deg); }
.brand-hero-product--2 { width: 30%; height: 40%; right: 6%; bottom: 17%; transform: rotate(4deg); }
.brand-hero-product--3 { width: 27%; height: 35%; right: 2%; top: 8%; transform: rotate(3deg); }
.brand-showcase-hero__empty-visual { position: absolute; z-index: 2; inset: 16% 12%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; border: 1px solid rgba(255,255,255,.85); border-radius: 28px; background: rgba(255,255,255,.72); }
.brand-showcase-hero__empty-visual img { width: 55%; height: 92px; object-fit: contain; opacity: .88; }
.brand-showcase-hero__empty-visual span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 10px; color: var(--brand-accent-dark); background: var(--brand-soft); font-size: 10px; font-weight: 800; }

.brand-showcase-hero__stats {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr)) minmax(250px,1.55fr);
    min-height: 88px;
    border-top: 1px solid #e7e9eb;
    background: rgba(255,255,255,.98);
}
.brand-showcase-hero__stats > span { display: flex; flex-direction: column; justify-content: center; padding: 15px 22px; border-right: 1px solid #e8eaec; }
.brand-showcase-hero__stats strong { font-size: 19px; line-height: 1; }
.brand-showcase-hero__stats small { margin-top: 6px; color: #7e868d; font-size: 9px; }
.brand-showcase-hero__stats > button { display: grid; grid-template-columns: 37px minmax(0,1fr) 16px; gap: 11px; align-items: center; padding: 12px 18px; border: 0; color: #2d343a; background: #fff; text-align: left; }
.brand-showcase-hero__stats > button > i:first-child { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 11px; color: #fff; background: var(--brand-accent); }
.brand-showcase-hero__stats > button span { display: flex; flex-direction: column; }
.brand-showcase-hero__stats > button span strong { font-size: 12px; }
.brand-showcase-hero__stats > button span small { margin-top: 4px; font-size: 9px; }
.brand-showcase-hero__stats > button > i:last-child { color: #a0a6ab; font-size: 9px; }
.brand-showcase-hero__stats > button:hover { background: var(--brand-soft); }

.brand-chips {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 14px 15px;
    overflow-x: auto;
    border: 1px solid var(--brand-line);
    border-radius: 16px;
    background: #fff;
    scrollbar-width: none;
}
.brand-chips::-webkit-scrollbar { display: none; }
.brand-chips > strong { flex: 0 0 auto; margin: 0 3px 0 2px; color: #3a4248; font-size: 10px; }
.brand-chips a { flex: 0 0 auto; padding: 9px 13px; border-radius: 999px; color: #3f474e; background: #f1f3f4; font-size: 10px; font-weight: 700; white-space: nowrap; }
.brand-chips a:hover { color: var(--brand-accent-dark); background: var(--brand-soft); }

.brand-section { margin-top: 27px; scroll-margin-top: 70px; content-visibility: auto; contain-intrinsic-size: auto 520px; }
.brand-section__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.brand-section__header h2 { margin: 4px 0 0; color: var(--brand-ink); font-size: 25px; font-weight: 800; letter-spacing: -.025em; }
.brand-section__header > div > span, .brand-about > div > span { color: var(--brand-accent-dark); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.brand-section__header > a { color: var(--brand-accent-dark); font-size: 10px; font-weight: 800; }
.brand-section__header > a i { margin-left: 6px; }

.brand-category-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(190px,1fr)); gap: 12px; }
.brand-category-card {
    position: relative;
    display: grid;
    grid-template-rows: 155px auto;
    min-width: 0;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid var(--brand-line);
    border-radius: 19px;
    color: var(--brand-ink);
    background: #fff;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.brand-category-card[hidden] { display: none; }
.brand-category-card:hover, .brand-category-card.is-active { color: var(--brand-ink); border-color: rgba(var(--brand-rgb),.4); box-shadow: 0 13px 28px rgba(34,40,46,.08); transform: translateY(-3px); }
.brand-category-card__visual { display: flex; align-items: center; justify-content: center; margin: 10px 10px 0; overflow: hidden; border-radius: 15px; background: radial-gradient(circle,var(--brand-soft),#f8f9f9 66%); }
.brand-category-card__visual img { width: 88%; height: 88%; object-fit: contain; mix-blend-mode: multiply; }
.brand-category-card__visual > i { color: var(--brand-accent); font-size: 54px; }
.brand-category-card__content { display: flex; flex-direction: column; align-items: flex-start; padding: 15px 16px 18px; }
.brand-category-card__content small { min-height: 14px; color: #9aa1a6; font-size: 8px; text-transform: uppercase; }
.brand-category-card__content strong { display: -webkit-box; margin-top: 3px; overflow: hidden; font-size: 13px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.brand-category-card__content em { margin-top: 7px; color: #828a91; font-size: 10px; font-style: normal; }
.brand-category-card > i { position: absolute; right: 13px; bottom: 13px; display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; color: #9ca3a8; background: #f2f4f5; font-size: 9px; }
.brand-category-card:hover > i, .brand-category-card.is-active > i { color: #fff; background: var(--brand-accent); }
.brand-category-toggle { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; margin: 12px auto 0; padding: 0 17px; border: 1px solid #dfe2e4; border-radius: 12px; color: #444c52; background: #fff; font-size: 10px; font-weight: 800; }
.brand-category-toggle:hover { color: var(--brand-accent-dark); border-color: rgba(var(--brand-rgb),.4); }
.brand-category-toggle.is-open i { transform: rotate(180deg); }
.brand-category-toggle i { transition: transform .2s ease; }

.brand-section__header--offers, .brand-section__header--rail { align-items: center; }
.brand-offers__controls, .brand-section__header--rail > div:last-child { display: flex; align-items: center; gap: 7px; }
.brand-offers__controls > button, .brand-section__header--rail > div:last-child button { display: inline-flex; align-items: center; justify-content: center; width: 41px; height: 41px; padding: 0; border: 1px solid #dfe2e4; border-radius: 11px; color: #50585f; background: #fff; }
.brand-offers__controls > button:hover, .brand-section__header--rail > div:last-child button:hover { color: #fff; border-color: var(--brand-accent); background: var(--brand-accent); }
.brand-offers__tabs { display: flex; gap: 4px; margin-right: 5px; padding: 4px; border-radius: 12px; background: #e9ebed; }
.brand-offers__tabs button { min-height: 33px; padding: 0 13px; border: 0; border-radius: 9px; color: #687078; background: transparent; font-size: 10px; font-weight: 700; }
.brand-offers__tabs button.is-active { color: var(--brand-accent-dark); background: #fff; box-shadow: 0 2px 7px rgba(34,39,44,.08); }

.brand-product-rail { display: grid; grid-auto-columns: calc((100% - 36px)/4); grid-auto-flow: column; gap: 12px; padding: 2px 1px 14px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: #d7dbde transparent; }
.brand-product-card { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 440px; overflow: hidden; border: 1px solid var(--brand-line); border-radius: 19px; background: #fff; scroll-snap-align: start; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.brand-product-card:hover { border-color: rgba(var(--brand-rgb),.4); box-shadow: 0 12px 27px rgba(34,40,45,.08); transform: translateY(-3px); }
.brand-product-card[hidden] { display: none; }
.brand-product-card__badges { position: absolute; z-index: 2; top: 12px; left: 12px; display: flex; flex-wrap: wrap; gap: 5px; max-width: calc(100% - 56px); }
.brand-product-card__badges span { padding: 5px 8px; border-radius: 8px; color: #fff; background: var(--brand-accent); font-size: 8px; font-weight: 800; }
.brand-product-card__badges .is-new { color: #17673f; background: #dff5e9; }
.brand-product-card__badges .is-sale { color: #a12612; background: #ffe6df; }
.brand-product-card__favorite { position: absolute; z-index: 3; top: 10px; right: 10px; display: grid; place-items: center; width: 37px; height: 37px; padding: 0; border: 0; border-radius: 11px; color: #929aa0; background: rgba(255,255,255,.94); }
.brand-product-card__favorite:hover, .brand-product-card__favorite.is-active { color: var(--brand-accent); }
.brand-product-card__image { display: flex; align-items: center; justify-content: center; height: 202px; margin: 10px; padding: 18px; border-radius: 15px; background: #fafafa; }
.brand-product-card__image img { width: 100%; height: 100%; object-fit: contain; }
.brand-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 5px 15px 12px; }
.brand-product-card__stock { display: inline-flex; align-items: center; gap: 5px; color: #a17b33; font-size: 9px; }
.brand-product-card__stock i { font-size: 5px; }
.brand-product-card__stock.is-stock { color: #278a58; }
.brand-product-card__title { display: -webkit-box; min-height: 45px; margin-top: 8px; overflow: hidden; color: #2e353b; font-size: 12px; font-weight: 700; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.brand-product-card__title:hover { color: var(--brand-accent-dark); }
.brand-product-card__meta { margin-top: 8px; color: #8d949a; font-size: 9px; }
.brand-product-card__meta i { margin-right: 5px; color: var(--brand-accent); }
.brand-product-card__price { display: flex; flex-direction: column; margin-top: auto; padding-top: 10px; }
.brand-product-card__price del { margin-bottom: 2px; color: #a0a6aa; font-size: 10px; }
.brand-product-card__price strong { font-size: 19px; }
.brand-product-card__actions { display: grid; grid-template-columns: 1fr auto; gap: 7px; padding: 0 14px 14px; }
.brand-product-card__buy { display: inline-flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 43px; padding: 0 13px; border: 0; border-radius: 11px; color: #fff; background: var(--brand-accent); font-size: 11px; font-weight: 800; }
.brand-product-card__buy:hover { color: #fff; background: var(--brand-accent-dark); }
.brand-product-card__compare { margin: 0; }
.brand-product-card__compare input { position: absolute; opacity: 0; pointer-events: none; }
.brand-product-card__compare span { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 43px; height: 43px; padding: 0 11px; border: 1px solid #dfe2e4; border-radius: 11px; color: #747d84; background: #fff; cursor: pointer; }
.brand-product-card__compare span i { font-size: 12px; }
.brand-product-card__compare span b { display: none; font-size: 9px; }
.brand-product-card__compare input:checked + span { color: var(--brand-accent-dark); border-color: rgba(var(--brand-rgb),.45); background: var(--brand-soft); }
.brand-filter-empty { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 110px; border: 1px dashed #d8dcde; border-radius: 16px; color: #7e868c; background: #fff; font-size: 12px; }
.brand-filter-empty i { color: var(--brand-accent); }

.brand-advantage-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.brand-deal-card, .brand-service-card { position: relative; min-height: 218px; overflow: hidden; border: 1px solid var(--brand-line); border-radius: 19px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.brand-deal-card:hover, .brand-service-card:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(34,40,46,.08); }
.brand-deal-card { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(110px,.82fr); color: #242a2f; background: linear-gradient(135deg,#fff,var(--brand-soft)); }
.brand-deal-card__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; padding: 24px 0 24px 24px; }
.brand-deal-card__copy small { color: var(--brand-accent-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.brand-deal-card__copy strong { display: -webkit-box; margin-top: 9px; overflow: hidden; font-size: 14px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.brand-deal-card__copy em { margin-top: 15px; color: var(--brand-accent-dark); font-size: 18px; font-style: normal; font-weight: 800; }
.brand-deal-card__image { display: flex; align-items: center; justify-content: center; padding: 22px 18px 22px 5px; }
.brand-deal-card__image img { width: 100%; height: 155px; object-fit: contain; }
.brand-service-card { display: flex; flex-direction: column; align-items: flex-start; padding: 23px; color: #2a3137; text-align: left; }
button.brand-service-card { width: 100%; border: 1px solid var(--brand-line); }
.brand-service-card > span { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 17px; border-radius: 13px; color: var(--brand-accent); background: var(--brand-soft); font-size: 17px; }
.brand-service-card > small { color: #8b9399; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-service-card > strong { margin-top: 4px; font-size: 17px; }
.brand-service-card > p { margin: 9px 0 18px; color: #707981; font-size: 10px; line-height: 1.5; }
.brand-service-card > em { margin-top: auto; color: var(--brand-accent-dark); font-size: 9px; font-style: normal; font-weight: 800; }
.brand-service-card > em i { margin-left: 5px; }

.brand-novelty-rail { display: grid; grid-auto-columns: calc((100% - 24px)/3); grid-auto-flow: column; gap: 12px; padding: 1px 1px 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #d7dbde transparent; }
.brand-novelty-card { position: relative; display: grid; grid-template-columns: 118px minmax(0,1fr) 40px; gap: 14px; align-items: center; min-height: 158px; padding: 13px; border: 1px solid var(--brand-line); border-radius: 18px; background: #fff; scroll-snap-align: start; }
.brand-novelty-card__image { display: flex; align-items: center; justify-content: center; height: 130px; padding: 12px; border-radius: 14px; background: #f8f9f9; }
.brand-novelty-card__image img { width: 100%; height: 100%; object-fit: contain; }
.brand-novelty-card > div { display: flex; min-width: 0; flex-direction: column; }
.brand-novelty-card > div > span { color: #268558; font-size: 8px; font-weight: 700; }
.brand-novelty-card > div > a { display: -webkit-box; margin-top: 7px; overflow: hidden; color: #333a40; font-size: 11px; font-weight: 700; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.brand-novelty-card > div > a:hover { color: var(--brand-accent-dark); }
.brand-novelty-card > div > strong { margin-top: 12px; font-size: 15px; }
.brand-novelty-card > button, .brand-novelty-card__more { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 0; border-radius: 11px; color: #fff; background: var(--brand-accent); }

.brand-support__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.brand-store-panel, .brand-model-help { min-height: 315px; padding: 27px; border: 1px solid var(--brand-line); border-radius: 20px; background: #fff; }
.brand-store-panel { position: relative; overflow: hidden; background: linear-gradient(135deg,#252c32,#3d4851); color: #fff; }
.brand-store-panel::after { content: ""; position: absolute; right: -78px; bottom: -102px; width: 280px; height: 280px; border: 48px solid rgba(var(--brand-rgb),.22); border-radius: 50%; }
.brand-store-panel__top, .brand-model-help__heading { position: relative; z-index: 2; display: flex; align-items: center; gap: 14px; margin-bottom: 25px; }
.brand-store-panel__top > span, .brand-model-help__heading > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: #fff; background: var(--brand-accent); font-size: 18px; }
.brand-store-panel small, .brand-model-help small { display: block; color: #aeb8bf; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-store-panel h3, .brand-model-help h3 { margin: 4px 0 0; color: inherit; font-size: 18px; }
.brand-store-panel > p, .brand-store-panel > a { position: relative; z-index: 2; display: flex; align-items: flex-start; gap: 10px; max-width: 75%; margin: 12px 0; color: #d6dde1; font-size: 10px; line-height: 1.45; }
.brand-store-panel > p i, .brand-store-panel > a i { width: 15px; margin-top: 2px; color: #ffad70; text-align: center; }
.brand-store-panel > button { position: absolute; z-index: 3; bottom: 25px; left: 27px; display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 0 14px; border: 0; border-radius: 11px; color: #fff; background: rgba(255,255,255,.12); font-size: 9px; font-weight: 800; }
.brand-store-panel > button:hover { background: var(--brand-accent); }
.brand-model-help { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.brand-model-help__heading { grid-column: 1/3; margin-bottom: 2px; }
.brand-model-help__heading > span { color: var(--brand-accent); background: var(--brand-soft); }
.brand-model-help small { color: #8d959b; }
.brand-model-help label { display: flex; flex-direction: column; gap: 7px; color: #707880; font-size: 9px; font-weight: 700; }
.brand-model-help select { width: 100%; height: 45px; padding: 0 35px 0 12px; border: 1px solid #dfe3e5; border-radius: 11px; outline: 0; color: #353d43; background: #f8f9f9; font-size: 10px; }
.brand-model-help select:focus { border-color: rgba(var(--brand-rgb),.55); }
.brand-model-help > button, .brand-model-help > a { grid-column: 1/3; display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding: 0 14px; border: 0; border-radius: 11px; color: #fff; background: var(--brand-accent); font-size: 10px; font-weight: 800; }
.brand-model-help > button:disabled { color: #959ca1; background: #e8eaec; cursor: not-allowed; }
.brand-model-help > p { grid-column: 1/3; margin: 0; color: #6f7880; font-size: 11px; line-height: 1.6; }

.brand-guide-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.brand-guide-grid > a { position: relative; display: flex; min-height: 215px; flex-direction: column; align-items: flex-start; padding: 24px; overflow: hidden; border: 1px solid var(--brand-line); border-radius: 19px; color: #293036; background: #fff; }
.brand-guide-grid > a > span { position: absolute; right: 18px; top: 10px; color: rgba(var(--brand-rgb),.1); font-size: 70px; font-weight: 900; letter-spacing: -.08em; }
.brand-guide-grid small { position: relative; color: var(--brand-accent-dark); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.brand-guide-grid strong { position: relative; margin-top: 10px; font-size: 18px; }
.brand-guide-grid p { position: relative; max-width: 80%; margin: 11px 0 18px; color: #727b82; font-size: 10px; line-height: 1.5; }
.brand-guide-grid em { position: relative; margin-top: auto; color: var(--brand-accent-dark); font-size: 9px; font-style: normal; font-weight: 800; }
.brand-guide-grid > a:hover { color: #293036; border-color: rgba(var(--brand-rgb),.4); box-shadow: 0 12px 26px rgba(34,40,46,.07); }

.brand-more__rail { display: grid; grid-auto-columns: calc((100% - 55px)/6); grid-auto-flow: column; gap: 11px; padding: 1px 1px 11px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: #d7dbde transparent; }
.brand-more__rail a { display: flex; min-height: 138px; flex-direction: column; align-items: center; justify-content: center; padding: 15px; border: 1px solid var(--brand-line); border-radius: 17px; color: #30373d; background: #fff; scroll-snap-align: start; }
.brand-more__rail a:hover { color: var(--brand-accent-dark); border-color: rgba(var(--brand-rgb),.38); }
.brand-more__rail img { width: 100%; height: 48px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .2s ease,opacity .2s ease; }
.brand-more__rail a:hover img { filter: none; opacity: 1; }
.brand-more__rail strong { margin-top: 10px; font-size: 10px; }
.brand-more__rail span { margin-top: 4px; color: #91989d; font-size: 8px; }

.brand-about { display: grid; grid-template-columns: 100px minmax(0,1fr) auto; gap: 21px; align-items: center; margin-top: 27px; padding: 28px; border-radius: 21px; color: #fff; background: linear-gradient(135deg,#242b31,#414c55); scroll-margin-top: 70px; content-visibility: auto; contain-intrinsic-size: auto 180px; }
.brand-about__logo { display: grid; place-items: center; width: 100px; height: 76px; padding: 13px; border-radius: 15px; background: #fff; }
.brand-about__logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-about > div > span { color: #ffad70; }
.brand-about h2 { margin: 4px 0 6px; color: #fff; font-size: 20px; }
.brand-about p { max-width: 790px; margin: 0; color: #c9d0d4; font-size: 10px; line-height: 1.6; }
.brand-about > a { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 15px; border-radius: 11px; color: #fff; background: rgba(255,255,255,.12); font-size: 9px; font-weight: 800; }
.brand-about > a:hover { color: #fff; background: var(--brand-accent); }

.brand-empty { display: flex; align-items: center; gap: 21px; min-height: 170px; padding: 28px; border: 1px dashed #d4d9dc; border-radius: 19px; background: #fff; }
.brand-empty > span { flex: 0 0 auto; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 18px; color: var(--brand-accent); background: var(--brand-soft); font-size: 24px; }
.brand-empty > div { flex: 1; }
.brand-empty h2 { margin: 0 0 6px; font-size: 18px; }
.brand-empty p { max-width: 650px; margin: 0; color: #727b82; font-size: 11px; line-height: 1.55; }
.brand-empty > a { flex: 0 0 auto; padding: 12px 16px; border-radius: 11px; color: #fff; background: var(--brand-accent); font-size: 10px; font-weight: 800; }
.brand-mobile-nav { display: none; }

/* Directory of all brands */
.brand-directory { padding-top: 2px; }
.brand-directory__hero { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 185px; padding: 31px 36px; overflow: hidden; border-radius: 23px; background: radial-gradient(circle at 87% 12%,rgba(255,255,255,.6),transparent 24%),linear-gradient(125deg,#fff0e5,#fff8f2 55%,#ffe2cb); }
.brand-eyebrow { color: #c85c13; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-eyebrow i { margin-right: 6px; }
.brand-directory__hero h1 { margin: 7px 0 5px; font-size: 36px; font-weight: 800; letter-spacing: -.035em; }
.brand-directory__hero p { margin: 0; color: #687078; font-size: 13px; }
.brand-directory__count { flex: 0 0 auto; display: flex; width: 145px; height: 105px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.8); border-radius: 20px; background: rgba(255,255,255,.62); box-shadow: 0 10px 24px rgba(98,61,33,.08); }
.brand-directory__count strong { font-size: 32px; }
.brand-directory__count small { color: #747c83; font-size: 10px; }
.brand-directory__tools { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: minmax(240px,440px) minmax(0,1fr); gap: 16px; align-items: center; margin: 16px 0; padding: 13px; border: 1px solid var(--brand-line); border-radius: 17px; background: rgba(255,255,255,.98); box-shadow: 0 7px 20px rgba(34,39,44,.05); }
.brand-directory__search { display: flex; align-items: center; height: 45px; margin: 0; border: 1px solid #dfe2e4; border-radius: 12px; background: #f7f8f8; }
.brand-directory__search > i { margin-left: 14px; color: #9aa0a5; }
.brand-directory__search input { min-width: 0; flex: 1; height: 100%; padding: 0 11px; border: 0; outline: 0; background: transparent; font: inherit; font-size: 12px; }
.brand-directory__search button { width: 38px; height: 38px; margin-right: 3px; padding: 0; border: 0; border-radius: 9px; color: #8c9398; background: transparent; }
.brand-directory__alphabet { display: flex; gap: 5px; overflow-x: auto; scrollbar-width: none; }
.brand-directory__alphabet::-webkit-scrollbar { display: none; }
.brand-directory__alphabet button { flex: 0 0 auto; min-width: 34px; height: 34px; padding: 0 9px; border: 1px solid #e0e3e5; border-radius: 9px; color: #697178; background: #fff; font-size: 10px; font-weight: 700; }
.brand-directory__alphabet button.is-active { color: #fff; border-color: #f47b20; background: #f47b20; }
.brand-directory__group { margin-top: 18px; }
.brand-directory__group[hidden] { display: none; }
.brand-directory__group > h2 { margin: 0 0 10px; color: #c85c13; font-size: 18px; }
.brand-directory__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.brand-directory__card { display: grid; grid-template-columns: 66px minmax(0,1fr) 28px; gap: 12px; align-items: center; min-height: 92px; padding: 11px 13px; border: 1px solid var(--brand-line); border-radius: 15px; color: var(--brand-ink); background: #fff; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.brand-directory__card[hidden] { display: none; }
.brand-directory__card:hover { color: var(--brand-ink); border-color: #edba95; box-shadow: 0 8px 21px rgba(33,39,44,.06); transform: translateY(-1px); }
.brand-directory__logo { display: grid; place-items: center; width: 66px; height: 66px; padding: 8px; border-radius: 12px; background: #f8f8f8; }
.brand-directory__logo img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(1); opacity: .78; }
.brand-directory__card:hover img { filter: none; opacity: 1; }
.brand-directory__card strong, .brand-directory__card small { display: block; }
.brand-directory__card strong { font-size: 12px; }
.brand-directory__card small { margin-top: 4px; color: #92999f; font-size: 9px; }
.brand-directory__card > i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; color: #a2a8ad; background: #f3f4f5; font-size: 9px; }
.brand-directory__empty { min-height: 280px; padding: 50px; text-align: center; }
.brand-directory__empty > i { color: #f47b20; font-size: 30px; }
.brand-directory__empty h2 { margin: 13px 0 4px; font-size: 20px; }
.brand-directory__empty p { margin: 0; color: var(--brand-muted); font-size: 11px; }

@media (max-width:1199.98px) {
    .brand-showcase-hero { grid-template-columns: 48% 52%; }
    .brand-showcase-hero__copy { padding-left: 32px; }
    .brand-product-rail { grid-auto-columns: calc((100% - 24px)/3); }
    .brand-more__rail { grid-auto-columns: calc((100% - 44px)/5); }
    .brand-novelty-rail { grid-auto-columns: calc((100% - 12px)/2); }
    .brand-directory__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width:991.98px) {
    .brand-showcase-hero { grid-template-columns: 1fr; padding-bottom: 174px; }
    .brand-showcase-hero__copy { min-height: 390px; padding: 40px; }
    .brand-showcase-hero__visual { min-height: 390px; }
    .brand-showcase-hero__stats { grid-template-columns: repeat(3,1fr); }
    .brand-showcase-hero__stats > button { grid-column: 1/4; min-height: 78px; border-top: 1px solid #e8eaec; }
    .brand-product-rail { grid-auto-columns: calc((100% - 12px)/2); }
    .brand-advantage-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .brand-support__grid { grid-template-columns: 1fr; }
    .brand-more__rail { grid-auto-columns: calc((100% - 33px)/4); }
    .brand-directory__tools { grid-template-columns: 1fr; }
    .brand-directory__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width:767.98px) {
    .is-brand-page { padding-bottom: 70px; }
    .brand-page, .brand-directory { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
    .brand-page__container { padding-right: 16px!important; padding-left: 16px!important; }
    .brand-page__section-nav > div { gap: 21px; padding-right: 16px!important; padding-left: 16px!important; }
    .brand-page__section-nav a { min-height: 51px; font-size: 10px; }
    .brand-breadcrumbs { min-height: 38px; }
    .brand-showcase-hero { min-height: 0; padding-bottom: 0; border-radius: 20px; }
    .brand-showcase-hero__copy { min-height: 0; padding: 29px 23px 28px; }
    .brand-showcase-hero__eyebrow { margin-bottom: 14px; font-size: 8px; }
    .brand-showcase-hero__logo { min-height: 50px; margin-bottom: 14px; }
    .brand-showcase-hero__logo img { height: 32px; }
    .brand-showcase-hero h1 { font-size: 31px; }
    .brand-showcase-hero__copy > p { margin-top: 13px; font-size: 12px; line-height: 1.55; }
    .brand-showcase-hero__actions { width: 100%; margin-top: 20px; }
    .brand-showcase-hero__actions a { flex: 1 1 145px; min-height: 45px; padding: 0 12px; font-size: 10px; }
    .brand-showcase-hero__visual { min-height: 310px; }
    .brand-showcase-hero__stats { position: relative; grid-template-columns: repeat(3,1fr); }
    .brand-showcase-hero__stats > span { min-width: 0; padding: 14px 10px; }
    .brand-showcase-hero__stats strong { font-size: 17px; }
    .brand-showcase-hero__stats small { font-size: 8px; line-height: 1.3; }
    .brand-showcase-hero__stats > button { grid-column: 1/4; }
    .brand-chips { margin-right: -16px; padding-right: 16px; border-right: 0; border-radius: 15px 0 0 15px; }
    .brand-section { margin-top: 23px; }
    .brand-section__header { align-items: flex-start; }
    .brand-section__header h2 { font-size: 22px; }
    .brand-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
    .brand-category-card { grid-template-rows: 120px auto; min-height: 225px; border-radius: 16px; }
    .brand-category-card__content { padding: 13px; }
    .brand-category-card__content strong { font-size: 12px; }
    .brand-section__header--offers { display: grid; }
    .brand-offers__controls { width: 100%; overflow-x: auto; }
    .brand-offers__controls > button { flex: 0 0 41px; }
    .brand-offers__tabs { flex: 0 0 auto; margin-right: auto; }
    .brand-product-rail { grid-auto-columns: minmax(250px,82vw); gap: 10px; margin-right: -16px; padding-right: 16px; }
    .brand-advantage-grid { grid-template-columns: 1fr; }
    .brand-deal-card, .brand-service-card { min-height: 205px; }
    .brand-section__header--rail > div:last-child { flex: 0 0 auto; }
    .brand-novelty-rail { grid-auto-columns: minmax(300px,88vw); margin-right: -16px; padding-right: 16px; }
    .brand-novelty-card { grid-template-columns: 102px minmax(0,1fr) 38px; }
    .brand-novelty-card__image { height: 115px; }
    .brand-support__grid { gap: 10px; }
    .brand-store-panel, .brand-model-help { min-height: 0; padding: 22px; }
    .brand-store-panel { min-height: 320px; }
    .brand-model-help { grid-template-columns: 1fr; }
    .brand-model-help__heading, .brand-model-help > button, .brand-model-help > a, .brand-model-help > p { grid-column: 1; }
    .brand-guide-grid { grid-template-columns: 1fr; }
    .brand-guide-grid > a { min-height: 190px; }
    .brand-more__rail { grid-auto-columns: minmax(150px,46vw); margin-right: -16px; padding-right: 16px; }
    .brand-about { grid-template-columns: 78px minmax(0,1fr); gap: 15px; padding: 22px 18px; border-radius: 18px; }
    .brand-about__logo { width: 78px; height: 66px; }
    .brand-about > a { grid-column: 1/3; justify-content: center; min-height: 46px; }
    .brand-empty { flex-direction: column; align-items: flex-start; }
    .brand-empty > a { width: 100%; text-align: center; }
    .brand-directory__hero { align-items: flex-start; min-height: 0; padding: 25px 21px; border-radius: 18px; }
    .brand-directory__hero h1 { font-size: 30px; }
    .brand-directory__hero p { font-size: 12px; }
    .brand-directory__count { width: 82px; height: 82px; border-radius: 17px; }
    .brand-directory__count strong { font-size: 24px; }
    .brand-directory__count small { display: none; }
    .brand-directory__tools { top: 0; margin: 12px 0; padding: 9px; border-radius: 14px; }
    .brand-directory__grid { grid-template-columns: 1fr; }
    .brand-mobile-nav { position: fixed; z-index: 1500; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(5,1fr); min-height: 62px; padding: 7px 8px max(7px,env(safe-area-inset-bottom)); border-top: 1px solid #e0e3e5; background: rgba(255,255,255,.98); box-shadow: 0 -8px 25px rgba(29,34,39,.1); font-family: "Roboto",sans-serif; }
    .brand-mobile-nav a { position: relative; display: flex; min-width: 0; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: #7b838a; font-size: 9px; }
    .brand-mobile-nav a:hover, .brand-mobile-nav a.is-active { color: var(--brand-accent,#f47b20); }
    .brand-mobile-nav a i { font-size: 16px; }
    .brand-mobile-nav a b { position: absolute; top: 0; left: calc(50% + 7px); display: grid; place-items: center; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 99px; color: #fff; background: #f47b20; font-size: 8px; }
}

@media (max-width:419.98px) {
    .brand-showcase-hero h1 { font-size: 28px; }
    .brand-hero-product--1 { width: 58%; left: 8%; }
    .brand-hero-product--2 { width: 34%; right: 3%; }
    .brand-hero-product--3 { width: 30%; right: 0; }
    .brand-category-grid { grid-template-columns: 1fr 1fr; }
    .brand-category-card { grid-template-rows: 105px auto; min-height: 205px; }
    .brand-category-card__visual { margin: 8px 8px 0; }
    .brand-category-card__visual > i { font-size: 42px; }
    .brand-offers__tabs button { padding: 0 9px; font-size: 9px; }
    .brand-product-rail { grid-auto-columns: minmax(238px,84vw); }
    .brand-novelty-rail { grid-auto-columns: minmax(286px,92vw); }
    .brand-novelty-card { grid-template-columns: 88px minmax(0,1fr) 36px; gap: 10px; padding: 10px; }
    .brand-novelty-card__image { height: 105px; }
}

@media (prefers-reduced-motion:reduce) {
    .brand-page *, .brand-directory * { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; }
}
