body {
    background: #f6f3ef;
    color: #1f2937;
}

main {
    min-height: calc(100vh - 140px);
}

.site-navbar {
    background: rgba(28, 25, 23, 0.96);
    backdrop-filter: blur(8px);
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.navbar-logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex: 0 0 auto;
}

.hero-card,
.cta-panel,
.company-card,
.order-detail-box,
.logo-placeholder {
    background: #ffffff;
}

.hero-card {
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.hero-side {
    background: linear-gradient(180deg, #f5ede4 0%, #fbfaf8 100%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-kicker,
.section-kicker {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: #8b5e3c;
    font-weight: 700;
}

.company-logo {
    max-width: min(100%, 340px);
    max-height: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.logo-placeholder {
    width: 220px;
    height: 96px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    border: 1px dashed #d1d5db;
}

.company-content,
.contacts-content,
.offer-description {
    white-space: normal;
    line-height: 1.7;
}

.offer-card,
.card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.offer-card:hover,
.work-card:hover {
    transform: translateY(-4px);
}

.offer-image-wrap,
.offer-detail-image-wrap {
    background: #f3f4f6;
}

.offer-image {
    width: 100%;
    height: 320px;
    object-fit: contain;
    object-position: center;
    background: #f3f4f6;
    padding: 1rem;
}

.offer-detail-image {
    width: 100%;
    height: 520px;
    object-fit: contain;
    object-position: center;
    background: #f3f4f6;
    padding: 1.25rem;
}

.offer-price,
.offer-price-detail {
    font-size: 1.35rem;
    font-weight: 700;
}

.offer-price-panel,
.service-panel,
.service-row,
.cta-panel {
    background: #fff;
    border: 1px solid #ece7df;
}

.service-row {
    cursor: pointer;
}

.section-divider {
    margin: 0 0 2rem;
    border-top: 1px solid #ddd6ce;
    opacity: 1;
}

.site-footer {
    background: #ffffff;
}

.admin-offer-thumb,
.admin-work-thumb {
    width: 100%;
    height: 220px;
    object-fit: contain;
    background: #eef2f7;
    padding: 1rem;
}

.admin-offer-preview,
.admin-work-preview,
.admin-logo-preview {
    width: 180px;
    height: 180px;
    object-fit: contain;
    border-radius: 20px;
    background: #eef2f7;
    padding: 1rem;
}

.work-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .offer-detail-image {
        height: 360px;
    }
}

@media (max-width: 767.98px) {
    .site-brand {
/*
        width: 100%;
*/
        justify-content: center;
        text-align: center;
        padding-right: 2.5rem;
    }

    .navbar-logo {
        width: 32px;
        height: 32px;
    }

    .hero-side {
        justify-content: center;
        text-align: center;
    }

    .offer-image {
        height: 240px;
    }

    .offer-detail-image {
        height: 260px;
    }

    .company-logo,
    .logo-placeholder {
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
}


.calculator-section,
.calculator-total-box {
    background: #fff;
    border: 1px solid #ece7df;
}

.calculator-total-box {
    min-width: 220px;
    margin-top: 10px;
}
