/* VL Reserve Section Widget */
.vl-reserve-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0;
    background-repeat: repeat;
    height: fit-content;
    min-height: auto;
    position: relative;
}

.twelve-content {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.twelve-images-left,
.twelve-images-right {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    pointer-events: none;
}

.twelve-images-right {
    align-items: flex-end;
}

.twelve-content-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2vh;
}

.twelve-content-buttons-text-box {
    width: fit-content;
    height: fit-content;
    padding-top: 5vh;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.twelve-content-buttons-text {
    font-size: 15vw;
    color: #222;
    font-family: 'TanPearl', sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    will-change: transform, opacity;
}

.twelve-content-buttons-button {
    position: absolute;
    z-index: 10;
    border: none !important;
    border-radius: 100px;
    width: fit-content;
    height: fit-content;
    padding: 2vh 2vw !important;
    background-color: #222 !important;
    cursor: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.twelve-content-buttons-button h1 {
    font-size: 1.5vw;
    color: #ece5d5;
    font-weight: 300;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.vl-plate {
    will-change: transform;
}

/* Plate sizes + offsets matching source */
.twelve-img-top { width: 15vw; margin-left: 12.5vw; }
.twelve-img-center { width: 12.5vw; margin-top: 5vw; }
.twelve-img-bottom { width: 17vw; margin-left: 20vw; }
.twelve-img-top-2 { width: 16vw; margin-right: 20vw; }
.twelve-img-center-2 { width: 12.5vw; margin-top: -5vw; }
.twelve-img-bottom-2 { width: 18vw; margin-right: 12.5vw; }

/* Touch device fallback: keep text visible by default */
@media (hover: none) {
    .twelve-content-buttons-text {
        transform: none !important;
        opacity: 1 !important;
    }
}

/* ── Tablet ── */
@media (max-width: 1024px) {
    .twelve-content-buttons-text {
        font-size: 15vw;
    }
    .twelve-content-buttons-button {
        padding: 3vh 4vw !important;
    }
    .twelve-content-buttons-button h1 {
        font-size: 2.4vw !important;
    }
}

/* ── Mobile ── */
@media (max-width: 767px) {
    .vl-reserve-wrapper {
        padding: 0;
    }
    .twelve-content {
        height: 160vw;
        overflow: hidden;
    }
    .twelve-img-top { margin-left: -15vw; margin-top: 17.5vw; width: 50vw; }
    .twelve-img-center { width: 0vw; }
    .twelve-img-bottom { margin-left: -30vw; width: 55vw; margin-bottom: 10vw; }
    .twelve-img-top-2 { margin-right: -30vw; width: 60vw; }
    .twelve-img-center-2 { width: 0vw; margin-top: -5vw; }
    .twelve-img-bottom-2 { margin-right: -30vw; width: 65vw; }
    .twelve-content-buttons {
        gap: 4vw;
    }
    .twelve-content-buttons-text-box {
        padding-top: 10vw;
    }
    .twelve-content-buttons-text {
        font-size: 15vw !important;
    }
    .twelve-content-buttons-button {
        padding: 4.5vw 10vw !important;
        max-width: 65vw !important;
        border-radius: 50px !important;
    }
    .twelve-content-buttons-button h1 {
        font-size: 4vw !important;
        letter-spacing: 0.15em;
    }
}
