/* Brands index logo tiles + light brand-landing wordmark polish (Hyvä PLP unchanged). */

.el-brands-index {
    margin-bottom: 2.5rem;
}

.el-brand-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(11.5rem, 1fr));
    gap: 1rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.el-brand-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    min-height: 8.5rem;
    padding: 1.15rem 0.9rem 1rem;
    text-align: center;
    text-decoration: none;
    color: inherit;
    background: #fffaf0;
    border: 1px solid rgba(25, 23, 20, 0.12);
    border-radius: 0.15rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.el-brand-tile:hover,
.el-brand-tile:focus-visible {
    border-color: #b49766;
    box-shadow: 0 0 0 1px #b49766;
    outline: none;
}

.el-brand-tile-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.75rem;
}

.el-brand-tile-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 2.4rem;
    object-fit: contain;
}

.el-brand-tile-wordmark {
    font-family: Italiana, Georgia, serif;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    color: #191714;
}

.el-brand-tile-name {
    font-family: "DM Sans", system-ui, sans-serif;
    font-weight: 500;
    font-size: 0.92rem;
    color: #191714;
}

.el-brand-tile small {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #b49766;
}

/* Brand child landings: keep Hyvä product grid; size category image as wordmark. */
body[class*="categorypath-brands-"] .category-image {
    margin: 0 0 0.75rem;
    max-width: 16rem;
}

body[class*="categorypath-brands-"] .category-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 3.25rem;
    object-fit: contain;
}

/* Legacy A–Z name list (unused on logo index; kept for safety). */
.el-brands-az {
    display: grid;
    gap: 1.75rem;
    margin: 1.5rem 0 3rem;
}
.el-brands-az-group {
    display: grid;
    gap: 0.65rem;
}
.el-brands-az-letter {
    margin: 0;
    font-family: Italiana, serif;
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--ink, #191714);
    border-bottom: 1px solid var(--sand, #d7c9b5);
    padding-bottom: 0.35rem;
}
.el-brand-name-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
    gap: 0.35rem 1rem;
}
.el-brand-name-list a {
    display: block;
    padding: 0.35rem 0;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.el-brand-name-list a:hover,
.el-brand-name-list a:focus-visible {
    border-bottom-color: var(--gold, #b49766);
}
.el-brand-name-list strong {
    font-family: "DM Sans", system-ui, sans-serif;
    font-weight: 500;
    font-size: 0.98rem;
}
