.bizinc-store-detail-page .store-site-main {
    padding-top: 132px;
}

.store-detail-hero,
.store-detail-summary-grid,
.store-detail-section,
.store-detail-cta-band {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

.store-detail-hero {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    color: #ffffff;
}

.store-detail-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
}

.store-detail-breadcrumb a,
.store-detail-breadcrumb strong {
    color: #ffffff;
    text-decoration: none;
}

.store-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 2rem;
    align-items: center;
}

.store-detail-hero-copy h1 {
    margin: 1rem 0 1rem;
    color: #ffffff;
    font-size: clamp(2rem, 3.6vw, 3.5rem);
    line-height: 1.12;
    font-weight: 900;
}

.store-detail-hero-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.75;
}

.store-detail-hero-media {
    display: flex;
    justify-content: center;
}

.store-detail-hero-media img {
    display: block;
    width: 100%;
    max-width: 520px;
    max-height: 360px;
    object-fit: contain;
    filter: drop-shadow(0 28px 44px rgba(0, 0, 0, 0.28));
}

.store-detail-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 0.2rem;
    padding-bottom: 2.2rem;
}

.store-detail-summary-grid article,
.store-detail-package-grid article,
.store-detail-service-list article {
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(0, 18, 41, 0.08);
}

.store-detail-summary-grid article {
    padding: 1.15rem 1.1rem 1.2rem;
}

.store-detail-summary-grid strong,
.store-detail-package-grid h3 {
    display: block;
    margin: 0 0 0.45rem;
    color: #10253a;
    font-size: 1.02rem;
    font-weight: 900;
}

.store-detail-summary-grid p,
.store-detail-package-grid p,
.store-detail-service-list p {
    margin: 0;
    color: #5d6d7d;
    line-height: 1.7;
}

.store-detail-section {
    padding-top: 0.3rem;
    padding-bottom: 2.2rem;
}

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

.store-detail-package-grid article {
    padding: 1.25rem 1.15rem 1.2rem;
}

.store-detail-service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.store-detail-service-list article {
    position: relative;
    padding: 1.2rem 1.1rem 1.2rem 2.2rem;
}

.store-detail-service-list article::before {
    content: '';
    position: absolute;
    top: 1.55rem;
    left: 1rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff8c2f;
}

.store-detail-cta-band {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    border-radius: 8px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(234, 244, 255, 0.96) 100%);
    box-shadow: 0 18px 42px rgba(0, 18, 41, 0.08);
}

.store-detail-cta-band strong {
    display: block;
    margin-bottom: 0.3rem;
    color: #10253a;
    font-size: 1.05rem;
    font-weight: 900;
}

.store-detail-cta-band p {
    margin: 0;
    color: #5d6d7d;
    line-height: 1.65;
}

.store-detail-order-form-wrap {
    padding-bottom: 3rem;
}

@media (max-width: 900px) {
    .bizinc-store-detail-page .store-site-main {
        padding-top: 220px;
    }

    .store-detail-hero-grid,
    .store-detail-summary-grid,
    .store-detail-package-grid,
    .store-detail-service-list {
        grid-template-columns: 1fr;
    }

    .store-detail-cta-band {
        align-items: stretch;
        flex-direction: column;
    }
}
