.ceremonial_box {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
}

/* Overlay circle (hidden initially) */
.ceremonial_box .inquire_bespoke {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
}

.ceremonial_box .inquire_link {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
}
