.dm-service-price {
    background: #fffaf0;
    border: 1px solid rgba(84, 24, 32, .16);
    border-radius: var(--dm-radius, 1.15rem);
    box-shadow: 0 14px 42px rgba(53, 16, 21, .09);
    margin-block: clamp(2rem, 5vw, 4rem);
    overflow: hidden;
    padding: clamp(1.35rem, 4vw, 2.6rem);
}

.dm-service-price__header {
    margin-bottom: 1.4rem;
}

.dm-service-price__header h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    margin-bottom: .45rem;
}

.dm-service-price__season {
    color: #6a5558;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dm-service-price__pending {
    background: #f5e9eb;
    border-left: 4px solid #7a3a43;
    display: grid;
    gap: .25rem;
    padding: 1rem 1.15rem;
}

.dm-service-price__groups {
    display: grid;
    gap: 1rem;
}

.dm-service-price__group {
    background: #fff;
    border: 1px solid rgba(84, 24, 32, .12);
    border-radius: .9rem;
    overflow: hidden;
}

.dm-service-price__group h3 {
    background: #f5e9eb;
    font-size: 1.15rem;
    margin: 0;
    padding: .9rem 1rem;
}

.dm-service-price__group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dm-service-price__group li {
    align-items: baseline;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: .8rem 1rem;
}

.dm-service-price__group li + li {
    border-top: 1px solid rgba(84, 24, 32, .1);
}

.dm-service-price__group li strong {
    color: #541820;
    flex: 0 0 auto;
}

.dm-service-price__notes {
    margin-top: 1.25rem;
}

.dm-service-price__notes ul {
    margin-bottom: 0;
}

.dm-service-price__footer {
    align-items: center;
    border-top: 1px solid rgba(84, 24, 32, .12);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
}

.dm-service-price__footer small {
    color: #6a5558;
    max-width: 44rem;
}

.dm-show-includes {
    align-items: center;
    background: linear-gradient(120deg, #0b372c, #124d3d);
    border: 1px solid rgba(245, 231, 189, .25);
    border-radius: var(--dm-radius, 1.15rem);
    box-shadow: 0 14px 42px rgba(11, 55, 44, .16);
    color: rgba(255, 255, 255, .9);
    display: flex;
    gap: 1rem;
    margin-block: clamp(2rem, 5vw, 4rem);
    padding: clamp(1.15rem, 3vw, 1.7rem);
}

.dm-show-includes__icon {
    align-items: center;
    background: rgba(255, 250, 240, .13);
    border: 1px solid rgba(255, 250, 240, .22);
    border-radius: 50%;
    color: #f5e7bd;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.25rem;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.dm-show-includes strong,
.dm-show-includes span {
    display: block;
}

.dm-show-includes strong {
    color: #fffaf0;
    font-size: 1.05rem;
    margin-bottom: .15rem;
}

.dm-service-gallery {
    border-top: 1px solid rgba(84, 24, 32, .13);
    margin-top: clamp(2.5rem, 6vw, 5rem);
    padding-top: clamp(1.8rem, 4vw, 3rem);
}

.dm-service-gallery__header {
    margin-bottom: 1.3rem;
}

.dm-service-gallery__header h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    margin: 0;
}

.dm-service-gallery__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 14rem), 18rem));
}

.dm-service-gallery__item {
    aspect-ratio: 4 / 3;
    background: #eadfdb;
    border: 1px solid rgba(84, 24, 32, .14);
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(53, 16, 21, .09);
    display: block;
    overflow: hidden;
    position: relative;
}

.dm-service-gallery__item::after {
    background: linear-gradient(180deg, transparent 48%, rgba(35, 8, 12, .38));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.dm-service-gallery__item img {
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.dm-service-gallery__item > span {
    align-items: center;
    background: rgba(255, 250, 240, .92);
    border-radius: 50%;
    bottom: .75rem;
    color: #541820;
    display: flex;
    font-size: 1.3rem;
    height: 2.6rem;
    justify-content: center;
    position: absolute;
    right: .75rem;
    width: 2.6rem;
    z-index: 1;
}

.dm-service-gallery__item:hover img,
.dm-service-gallery__item:focus-visible img {
    transform: scale(1.035);
}

.dm-lightbox {
    background: transparent;
    border: 0;
    height: 100%;
    margin: auto;
    max-height: none;
    max-width: none;
    padding: 0;
    width: 100%;
}

.dm-lightbox::backdrop {
    background: rgba(20, 5, 8, .92);
    backdrop-filter: blur(5px);
}

.dm-lightbox__stage {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: clamp(3.5rem, 8vw, 6rem) clamp(1rem, 7vw, 6rem);
    position: relative;
}

.dm-lightbox__image {
    border-radius: .8rem;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .45);
    max-height: calc(100vh - clamp(7rem, 16vw, 12rem));
    max-width: 100%;
    object-fit: contain;
}

.dm-lightbox__close,
.dm-lightbox__previous,
.dm-lightbox__next {
    align-items: center;
    background: rgba(255, 250, 240, .94);
    border: 0;
    border-radius: 50%;
    color: #351015;
    display: flex;
    font-family: inherit;
    font-size: 1.6rem;
    height: 3rem;
    justify-content: center;
    padding: 0;
    position: absolute;
    width: 3rem;
    z-index: 2;
}

.dm-lightbox__close {
    right: max(1rem, env(safe-area-inset-right));
    top: max(1rem, env(safe-area-inset-top));
}

.dm-lightbox__previous,
.dm-lightbox__next {
    top: 50%;
    transform: translateY(-50%);
}

.dm-lightbox__previous {
    left: max(1rem, env(safe-area-inset-left));
}

.dm-lightbox__next {
    right: max(1rem, env(safe-area-inset-right));
}

.dm-lightbox__previous[hidden],
.dm-lightbox__next[hidden] {
    display: none;
}

.dm-lightbox__caption {
    bottom: max(1rem, env(safe-area-inset-bottom));
    color: #fffaf0;
    font-size: .9rem;
    left: 50%;
    margin: 0;
    max-width: calc(100% - 2rem);
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
}

@media (max-width: 639.98px) {
    .dm-service-price__group li,
    .dm-service-price__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .dm-show-includes {
        align-items: flex-start;
    }

    .dm-service-gallery__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .dm-service-gallery__item {
        max-width: 22rem;
    }

    .dm-lightbox__stage {
        padding-inline: .75rem;
    }

    .dm-lightbox__previous,
    .dm-lightbox__next {
        bottom: max(1rem, env(safe-area-inset-bottom));
        top: auto;
        transform: none;
    }
}
