/* Scoped trust-gallery additions loaded after the storefront stylesheet. */
.delivery-offer__dialog {
    width: min(660px, calc(100vw - 2rem)) !important;
}

.delivery-offer__content {
    padding: clamp(1.7rem, 4vw, 2.5rem) clamp(1.2rem, 4vw, 2.35rem) 1.35rem !important;
}

.delivery-offer__content h2 {
    max-width: 12em;
    margin-bottom: 0.9rem !important;
    font-size: clamp(2.6rem, 6vw, 4rem) !important;
    line-height: 0.96 !important;
}

.delivery-offer__real-work {
    width: 100%;
    display: grid;
    gap: 0.55rem;
    margin-bottom: 0.9rem;
    color: #742640;
    text-decoration: none;
}

.delivery-offer__photo-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
}

.delivery-offer__photo-strip img {
    width: 100%;
    height: clamp(88px, 14vw, 116px);
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.delivery-offer__real-work > strong {
    color: #742640;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.delivery-offer__promise-grid {
    margin-bottom: 0.9rem;
}

.delivery-offer__promise {
    padding: 0.78rem 0.7rem;
}

.delivery-offer__promise-icon {
    width: 2.5rem;
    height: 2.5rem;
}

.delivery-offer__promise-icon svg {
    width: 1.7rem;
    height: 1.7rem;
}

.delivery-offer__content > p:not(.delivery-offer__eyebrow):not(.delivery-offer__note) {
    margin-bottom: 1rem !important;
}

.delivery-offer__actions {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.delivery-offer__actions > a {
    min-width: 0;
    width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.82rem 1rem;
    text-align: center;
}

.delivery-offer__gallery-link {
    border: 1px solid #9a3858 !important;
    color: #742640 !important;
    background: #fff !important;
}

.delivery-offer__continue {
    margin-top: 0.7rem;
    padding: 0.3rem 0.5rem;
    border: 0;
    color: #725b63;
    background: transparent;
    font: inherit;
    font-size: 0.78rem;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    cursor: pointer;
}

.delivery-offer__note {
    margin-top: 0.35rem !important;
}

@media (max-width: 760px) {
    .delivery-offer__content {
        padding: 1.7rem 0.85rem 1rem !important;
    }

    .delivery-offer__content h2 {
        font-size: clamp(2.15rem, 10vw, 3rem) !important;
    }

    .delivery-offer__photo-strip img {
        height: 78px;
    }

    .delivery-offer__promise-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .delivery-offer__promise {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding: 0.65rem 0.45rem;
    }

    .delivery-offer__promise small {
        grid-column: auto;
        margin-top: 0;
    }

    .delivery-offer__actions {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }
}

@media (min-width: 1100px) {
    .site-header .nav-links {
        flex-wrap: nowrap !important;
        gap: clamp(1rem, 1.45vw, 1.75rem) !important;
    }

    .site-header .nav-item__link {
        white-space: nowrap;
    }

    .home-luxury .home-trust-strip__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }

    .home-luxury .home-trust-card {
        min-width: 0;
        padding: 18px 16px !important;
    }
}
