.interiors-subtitle {
    color: rgb(163 107 135);
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
}

.interiors-stats-text {
    color: rgb(87 83 78);
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.interiors-stats-list {
    color: rgb(68 64 60);
    font-weight: 300;
}

.interiors-stats-title {
    color: rgb(92 55 70);
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-style: italic;
    margin-bottom: 1rem;
    font-weight: 500;
}

.interiors-chart {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
}

.interiors-chart-ring {
    position: relative;
    width: 260px;
    height: 260px;
    border-radius: 9999px;
    background: conic-gradient(#5c3746 0 35%, #86516a 35% 55%, #a36b87 55% 80%, #d5b5c7 80% 92%, #e7e5e4 92% 100%);
}

.interiors-chart-ring::after {
    content: "";
    position: absolute;
    inset: 18%;
    border-radius: inherit;
    background-color: #fafaf9;
}

.interiors-chart-center {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.interiors-chart-value {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 500;
    color: #1c1917;
}

.interiors-chart-label {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #a8a29e;
    margin-top: 0.5rem;
}

.interiors-chart-legend {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #78716c;
}

.interiors-chart-legend-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bg-plum-800 {
    background-color: rgb(92 55 70);
}

 .interiors-title {
    color: rgb(77 49 61);
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.interiors-bullet,
.interiors-bullet-2,
.interiors-bullet-3,
.interiors-bullet-4,
.interiors-bullet-5 {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    margin-right: 0.75rem;
}

.interiors-bullet {
    background-color: rgb(213 181 199);
}

.interiors-bullet-2 {
    background-color: rgb(163 107 135);
}

.interiors-bullet-3 {
    background-color: rgb(111 65 85);
}

.interiors-bullet-4 {
    background-color: rgb(213 181 199);
}

.interiors-bullet-5 {
    background-color: rgb(231 229 228);
}

.bg-plum-900 {
    background-color: rgb(77 49 61);
}

.bg-plum-50 {
    background-color: rgb(249 245 247);
}

.text-plum-50 {
    color: rgb(249 245 247);
}

.text-plum-100 {
    color: rgb(244 235 240);
}

.text-plum-900 {
    color: rgb(77 49 61);
}

.hover\:bg-plum-50:hover {
    background-color: rgb(249 245 247);
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.image-zoom {
    overflow: hidden;
}

.image-zoom img {
    transition: transform 1.2s cubic-bezier(0.2, 0, 0.2, 1);
}

.image-zoom:hover img {
    transform: scale(1.08);
}

.masonry-grid {
    columns: 1;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .masonry-grid {
        columns: 2;
    }

    .interiors-title {
        font-size: 3rem;
        line-height: 1;
    }

}

@media (min-width: 1024px) {
    .masonry-grid {
        columns: 3;
    }

    .interiors-title {
        font-size: 3.75rem;
        line-height: 1;
    }
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1.5rem;
}

.cart-summary-wrapper {
}

.checkout-terms a {
    color: #06b6d4;
}

