.bp-wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 24px 16px 64px;
}

.bp-cover {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #f2e3cf;
    background: linear-gradient(135deg, #fff3e0, #ffe8c8);
    height: 260px;
    position: relative;
    box-shadow: 0 14px 30px rgba(32, 18, 6, 0.12);
}

.bp-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bp-header {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-top: -36px;
    padding: 0 18px;
    flex-wrap: wrap;
}

.bp-logo {
    width: 92px;
    height: 92px;
    border-radius: 16px;
    border: 3px solid #fff;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 700;
    color: #b86a00;
    flex-shrink: 0;
}

.bp-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bp-title {
    font-size: 28px;
    margin: 0 0 6px;
    color: #2d1b0d;
}

.bp-meta {
    color: #6f5d4b;
    font-size: 14px;
}

.bp-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.bp-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #e8d5b8;
    background: #fff8ee;
    color: #6b3f00;
}

.bp-badge.verified {
    background: #e8f7ed;
    border-color: #b8e0c4;
    color: #1f6c3a;
}

.bp-badge.featured {
    background: #fff4d6;
    border-color: #f0d080;
    color: #8a5a00;
}

.bp-badge.closed {
    background: #fde8e8;
    border-color: #f5c2c2;
    color: #9b2c2c;
}

.bp-rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: #b86a00;
}

.bp-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0;
    padding: 0 18px;
}

.bp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #e8d5b8;
    background: #fff;
    color: #4a3018;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
}

.bp-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.bp-btn.primary {
    background: linear-gradient(135deg, #c47a00, #e39b2b);
    color: #fff;
    border-color: #c47a00;
}

.bp-btn.whatsapp {
    background: #e8f7ed;
    color: #1f6c3a;
    border-color: #b8e0c4;
}

.bp-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 16px;
    padding: 0 18px;
}

.bp-card {
    background: #fff;
    border: 1px solid #f2e3cf;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 6px 16px rgba(32, 18, 6, 0.06);
}

.bp-card h3 {
    margin: 0 0 12px;
    font-size: 17px;
    color: #4a3018;
}

.bp-section {
    margin: 24px 18px 0;
}

.bp-section h3 {
    margin: 0 0 14px;
    font-size: 18px;
    color: #4a3018;
}

.bp-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
}

.bp-gallery img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #f2e3cf;
    loading: lazy;
}

.bp-services {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

.bp-service {
    border: 1px solid #f2e3cf;
    border-radius: 12px;
    overflow: hidden;
    background: #fffdf8;
}

.bp-service img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    loading: lazy;
}

.bp-service-body {
    padding: 12px;
}

.bp-service-name {
    font-weight: 700;
    margin-bottom: 4px;
}

.bp-service-price {
    color: #b86a00;
    font-weight: 600;
    font-size: 14px;
}

.bp-hours-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.bp-hours-table td {
    padding: 8px 4px;
    border-bottom: 1px solid #f5ebe0;
}

.bp-hours-table td:first-child {
    font-weight: 600;
    width: 110px;
}

.bp-map {
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f2e3cf;
}

.bp-related {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

.bp-related-card {
    display: block;
    padding: 14px;
    border: 1px solid #f2e3cf;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.15s;
}

.bp-related-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.bp-review {
    border: 1px solid #f2e3cf;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 10px;
    background: #fffdf8;
}

.bp-review-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.bp-review-stars {
    color: #e39b2b;
    font-weight: 700;
}

.bp-review-reply {
    margin-top: 10px;
    padding: 10px;
    background: #fff8ee;
    border-radius: 8px;
    font-size: 13px;
    border-left: 3px solid #e39b2b;
}

.bp-offer {
    border: 1px solid #f2e3cf;
    border-radius: 12px;
    padding: 14px;
    background: linear-gradient(135deg, #fff8ee, #fff);
}

.bp-offer-discount {
    display: inline-block;
    background: #b86a00;
    color: #fff;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
}

.bp-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
}

.bp-stat {
    background: #fff8ee;
    border: 1px solid #f2e3cf;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
}

.bp-stat-value {
    font-size: 22px;
    font-weight: 700;
    color: #b86a00;
}

.bp-stat-label {
    font-size: 12px;
    color: #6f5d4b;
    margin-top: 4px;
}

.bp-owner-bar {
    margin: 16px 18px 0;
    padding: 12px 16px;
    background: #fff8ee;
    border: 1px solid #f2e3cf;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .bp-grid {
        grid-template-columns: 1fr;
    }
    .bp-cover {
        height: 180px;
    }
    .bp-header {
        margin-top: -24px;
    }
    .bp-logo {
        width: 72px;
        height: 72px;
    }
    .bp-title {
        font-size: 22px;
    }
    .bp-toolbar .bp-btn {
        flex: 1 1 calc(50% - 5px);
    }
}
