.stores-page {
    background: #ffffff;
    padding: 28px 0 70px;
    color: #111111;
}

.stores-page * {
    box-sizing: border-box;
}

.stores-page a {
    text-decoration: none;
}

.stores-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid #ececec;
    border-radius: 28px;
    padding: 56px 48px;
    background:
        radial-gradient(circle at top right, rgba(196, 0, 0, 0.10), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #fff8f8 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.stores-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.stores-hero__eyebrow,
.section-heading__eyebrow,
.stores-empty-state__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffe8e8;
    color: #c40000;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.stores-hero__eyebrow {
    margin-bottom: 18px;
}

.stores-hero__title {
    margin: 0 0 18px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #111111;
}

.stores-hero__text {
    margin: 0;
    max-width: 680px;
    color: #555555;
    font-size: 18px;
    line-height: 1.8;
}

.stores-section {
    margin-top: 42px;
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.section-heading__eyebrow {
    margin-bottom: 10px;
}

.section-heading__title {
    margin: 0;
    color: #111111;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.section-heading__meta {
    color: #c40000;
    font-size: 14px;
    font-weight: 700;
}

.store-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.store-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
}

.store-card:hover {
    transform: translateY(-6px);
    border-color: rgba(196, 0, 0, 0.22);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
}

.store-card__media {
    padding: 24px 24px 0;
}

.store-card__logo-link {
    display: block;
}

.store-card__logo,
.store-card__logo-placeholder {
    width: 100%;
    height: 180px;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    background: #fafafa;
}

.store-card__logo {
    object-fit: cover;
    display: block;
}

.store-card__logo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff1f1 0%, #ffffff 100%);
    color: #c40000;
    font-size: 42px;
    font-weight: 800;
}

.store-card__body {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
    height: 100%;
}

.store-card__top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.store-card__title {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
}

.store-card__title a {
    color: #111111;
    transition: color 0.2s ease;
}

.store-card__title a:hover {
    color: #c40000;
}

.store-card__count {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: #ffe8e8;
    color: #c40000;
    font-size: 12px;
    font-weight: 800;
}

.store-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.store-card__meta-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    background: #fcfcfc;
}

.store-card__meta-item--full {
    grid-column: 1 / -1;
}

.store-card__meta-label {
    color: #777777;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.store-card__meta-value {
    color: #111111;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
}

.store-card__actions {
    margin-top: auto;
    display: flex;
    align-items: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.22s ease;
    cursor: pointer;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: #c40000;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(196, 0, 0, 0.16);
}

.btn-primary:hover {
    background: #990000;
    color: #ffffff;
}

.stores-empty-state {
    margin-top: 28px;
}

.stores-empty-state__box {
    padding: 54px 28px;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #fff8f8 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.stores-empty-state__eyebrow {
    margin-bottom: 14px;
}

.stores-empty-state__box h2 {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 800;
    color: #111111;
}

.stores-empty-state__box p {
    max-width: 620px;
    margin: 0 auto;
    color: #555555;
    font-size: 16px;
    line-height: 1.8;
}

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

@media (max-width: 992px) {
    .stores-page {
        padding: 22px 0 52px;
    }

    .stores-hero {
        padding: 40px 28px;
    }

    .section-heading {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .stores-hero,
    .stores-empty-state__box {
        padding: 28px 18px;
    }

    .stores-hero__title {
        font-size: 30px;
    }

    .stores-hero__text {
        font-size: 15px;
    }

    .store-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .store-card__meta {
        grid-template-columns: 1fr;
    }

    .store-card__meta-item--full {
        grid-column: auto;
    }

    .btn {
        width: 100%;
    }
}