.store-profile-page {
    padding-bottom: 32px;
}

.store-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 18px;
    border: 1px solid rgba(34, 48, 58, 0.18);
    background:
        radial-gradient(circle at 86% 12%, rgba(181, 122, 57, 0.2), transparent 28%),
        linear-gradient(135deg, #f7f9fa 0%, #eef2f4 46%, #e6ddd0 100%);
    box-shadow: var(--shadow-md);
}

.store-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(34, 48, 58, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 48, 58, 0.045) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(90deg, transparent, #000 34%, #000 84%, transparent);
    pointer-events: none;
}

.store-hero__inner {
    position: relative;
    z-index: 1;
    padding: 28px;
}

.store-identity {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.store-identity__logo {
    width: 96px;
    height: 96px;
    border-radius: 24px;
    border: 1px solid rgba(34, 48, 58, 0.18);
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #1f2b33, #4d5c67);
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    overflow: hidden;
}

.store-identity__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-identity__copy h1 {
    margin: 8px 0 8px;
    color: var(--brand-deep);
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 0.92;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.store-identity__copy p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.98rem;
    line-height: 1.78;
}

.store-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.store-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
    color: #65717a;
    font-size: 0.82rem;
    font-weight: 600;
}

.store-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.store-hero__button {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
}

.store-hero__button--primary {
    border: 1px solid #22303a;
    background: #22303a;
    color: #fff;
}

.store-hero__button--secondary {
    border: 1px solid rgba(34, 48, 58, 0.18);
    background: rgba(255, 255, 255, 0.76);
    color: var(--brand-deep);
}

.store-nav {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    box-shadow: var(--shadow-sm);
}

.store-nav__links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.store-nav__links a,
.store-nav__cta {
    min-height: 36px;
    padding: 0 12px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 0.78rem;
    font-weight: 700;
}

.store-nav__links a {
    color: #59656e;
}

.store-nav__links a:hover {
    background: #f3f0ea;
    color: var(--brand-deep);
}

.store-nav__cta {
    border: 1px solid #2f414e;
    background: #2f414e;
    color: #fff;
    text-decoration: none;
}

.store-section {
    margin-bottom: 16px;
    padding: 20px;
}

.store-section__head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: end;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
}

.store-section__head h2 {
    margin: 0;
    color: var(--brand-deep);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.42rem;
    letter-spacing: 0.015em;
    text-transform: uppercase;
}

.store-section__head p {
    margin: 6px 0 0;
    color: var(--text-light);
    font-size: 0.84rem;
    line-height: 1.6;
}

.store-listing-tools {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.store-listing-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    flex: 1 1 340px;
    max-width: 520px;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.store-listing-search input {
    min-height: 40px;
    border: 0;
    padding: 0 13px;
    outline: 0;
    color: var(--brand-deep);
    font-size: 0.84rem;
}

.store-listing-search button {
    width: 44px;
    border: 0;
    background: var(--brand);
    color: #fff;
}

.store-empty-state {
    padding: 16px;
    border-radius: 12px;
    background: #f8f4ec;
    border: 1px dashed rgba(181, 122, 57, 0.35);
}

.store-empty-state h3 {
    margin: 0 0 6px;
    font-size: 1rem;
    color: var(--brand-deep);
}

.store-empty-state p {
    margin: 0;
    color: var(--text-light);
    font-size: 0.85rem;
}

.store-contact {
    padding: 20px;
}

.store-contact h2 {
    margin: 0;
    font-size: 1rem;
    color: var(--brand-deep);
}

.store-contact__note {
    margin: 10px 0 14px;
    color: var(--text-light);
    font-size: 0.82rem;
}

.store-contact-stack {
    display: grid;
    gap: 10px;
}

.store-contact-row {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line-soft);
}

.store-contact-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.store-contact-row .bi {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: #f0f3f6;
    color: #50606b;
}

.store-contact-row strong {
    display: block;
    color: var(--brand-deep);
    font-size: 0.86rem;
}

.store-contact-row span,
.store-contact-row a {
    display: block;
    margin-top: 3px;
    color: var(--text-light);
    font-size: 0.8rem;
    line-height: 1.45;
    word-break: break-word;
}

.store-mini-map {
    min-height: 210px;
    border-radius: 14px;
    border: 1px solid var(--line);
    overflow: hidden;
    position: relative;
    background:
        linear-gradient(rgba(34, 48, 58, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 48, 58, 0.06) 1px, transparent 1px),
        linear-gradient(145deg, #eef3f6, #ffffff);
    background-size: 28px 28px, 28px 28px, auto;
}

.store-mini-map__pin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--brand-deep);
    color: #fff;
    box-shadow: 0 10px 24px rgba(16, 25, 31, 0.2);
}

.store-contact__empty {
    margin: 0;
    color: var(--text-light);
    font-size: 0.82rem;
}

.store-contact__social {
    margin-top: 16px;
}

.store-contact__social strong {
    display: block;
    margin-bottom: 8px;
    color: var(--brand-deep);
    font-size: 0.86rem;
}

.store-contact__social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.store-contact__social-links a {
    color: var(--text-light);
    font-size: 0.8rem;
    text-decoration: none;
}

@media (max-width: 920px) {
    .store-nav {
        position: static;
    }
}

@media (max-width: 700px) {
    .store-hero__inner,
    .store-section,
    .store-contact {
        padding: 16px;
    }

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

    .store-section__head,
    .store-listing-tools {
        align-items: flex-start;
        flex-direction: column;
    }
}
