.store-header {
    padding-top: 1.25rem;
}

.storefront-nav {
    background: rgba(160, 84, 48, 0.88);
    border-color: rgba(255, 255, 255, 0.14);
}

.brand-lockup small {
    color: rgba(255, 248, 239, 0.9);
}

.hero-section {
    color: #fff;
}

.hero-section-compact {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.catalog-hero {
    background: linear-gradient(135deg, rgba(122, 37, 21, 0.96), rgba(165, 78, 39, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 2rem;
    box-shadow: 0 22px 40px rgba(62, 20, 10, 0.2);
    align-items: center;
}

.catalog-hero .eyebrow {
    color: #f1bf62;
}

.hero-section h1 {
    color: #fff;
    margin-bottom: 1rem;
    max-width: 11ch;
    text-wrap: balance;
}

.hero-copy {
    color: rgba(255, 248, 239, 0.92);
    max-width: 40rem;
}

.catalog-hero-stats span {
    background: rgba(255, 248, 239, 0.12);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff6ee;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.catalog-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2.25rem;
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 243, 236, 0.96));
    border: 1px solid rgba(141, 29, 29, 0.08);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(45, 19, 12, 0.08);
    align-items: center;
}

.page-link-store {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 0 1rem;
    border-radius: 14px;
    background: #ffffff;
    color: #4a2a22;
    text-decoration: none;
    border: 1px solid rgba(141, 29, 29, 0.12);
    box-shadow: 0 8px 18px rgba(45, 19, 12, 0.08);
    font-weight: 700;
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.page-link-store:hover,
.page-link-store:focus {
    transform: translateY(-2px);
    background: #fff4ef;
    color: #8d1d1d;
    border-color: rgba(141, 29, 29, 0.28);
}

.page-link-store.active {
    background: linear-gradient(135deg, #8d1d1d, #ba3322);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 12px 24px rgba(141, 29, 29, 0.24);
}

@media (max-width: 575.98px) {
    .catalog-hero {
        padding: 1.35rem;
        border-radius: 22px;
    }

    .hero-section h1 {
        max-width: none;
    }

    .catalog-pagination {
        justify-content: center;
        padding: 0.9rem;
    }

    .page-link-store {
        min-width: 42px;
        height: 42px;
        padding: 0 0.85rem;
    }
}
