/* =====================================================
   TULIVU SPA DETAIL PAGE
===================================================== */

.hwx-spa-detail {
    width: 100%;
    background: #0f3d3e;
    color: #fff;
    padding: 100px 6%;
}

.hwx-spa-detail-container {
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;

    gap: 80px;
}


/* IMAGE */

.hwx-spa-detail-image {
    width: 100%;
    height: 620px;
    overflow: hidden;
}

.hwx-spa-detail-image img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;

    transition: transform 0.7s ease;
}

.hwx-spa-detail-image:hover img {
    transform: scale(1.04);
}


/* CONTENT */

.hwx-spa-detail-content {
    max-width: 620px;
}

.hwx-spa-eyebrow {
    display: inline-block;

    margin-bottom: 20px;

    color: #c9a24d;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 3px;
    text-transform: uppercase;
}


.hwx-spa-detail-content h1 {
    margin: 0 0 25px;

    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 500;
}

.hwx-spa-detail-content h1 em {
    display: block;

    color: #c9a24d;

    font-family: Georgia, serif;
    font-weight: 400;
}


.hwx-spa-intro {
    max-width: 560px;

    margin-bottom: 38px;

    color: rgba(255,255,255,0.75);

    font-size: 16px;
    line-height: 1.8;
}


/* FEATURES */

.hwx-spa-features {
    display: grid;

    grid-template-columns: 1fr 1fr;

    border-top: 1px solid rgba(255,255,255,0.18);

    margin-bottom: 38px;
}


.hwx-spa-features div {
    display: flex;
    align-items: center;

    gap: 14px;

    min-height: 62px;

    padding: 12px 15px 12px 0;

    border-bottom: 1px solid rgba(255,255,255,0.12);
}


.hwx-spa-features div:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,0.12);
    padding-right: 20px;
}


.hwx-spa-features div:nth-child(even) {
    padding-left: 20px;
}


.hwx-spa-features span {
    min-width: 24px;

    color: #c9a24d;

    font-size: 11px;
    letter-spacing: 1px;
}


.hwx-spa-features strong {
    color: rgba(255,255,255,0.9);

    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}


/* BUTTON */

.hwx-spa-button {
    display: inline-flex;
    align-items: center;
    gap: 18px;

    padding: 15px 26px;

    background: #c9a24d;
    color: #0f3d3e;

    text-decoration: none;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;

    transition: all .3s ease;
}


.hwx-spa-button span {
    font-size: 18px;

    transition: transform .3s ease;
}


.hwx-spa-button:hover {
    background: #fff;
}


.hwx-spa-button:hover span {
    transform: translateX(6px);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .hwx-spa-detail {
        padding: 80px 5%;
    }

    .hwx-spa-detail-container {
        grid-template-columns: 1fr;

        gap: 55px;
    }

    .hwx-spa-detail-image {
        height: 500px;
    }

    .hwx-spa-detail-content {
        max-width: 100%;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .hwx-spa-detail {
        padding: 60px 20px;
    }

    .hwx-spa-detail-container {
        gap: 40px;
    }

    .hwx-spa-detail-image {
        height: 360px;
    }

    .hwx-spa-detail-content h1 {
        font-size: 40px;
    }

    .hwx-spa-intro {
        font-size: 14px;
        line-height: 1.7;
    }


    .hwx-spa-features {
        grid-template-columns: 1fr;
    }

    .hwx-spa-features div,
    .hwx-spa-features div:nth-child(even),
    .hwx-spa-features div:nth-child(odd) {
        padding: 12px 0;

        border-right: none;
    }


    .hwx-spa-button {
        width: 100%;
        justify-content: center;
    }

}
/* =====================================================
   TULIVU SPA — DETAIL INFORMATION
===================================================== */

.hwx-spa-info {
    padding: 110px 6%;
    background: #f5f1e8;
    color: #0f3d3e;
}

.hwx-spa-info-container {
    max-width: 1300px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 100px;
}


/* HEADING */

.hwx-spa-info-heading {
    position: sticky;
    top: 120px;
    align-self: start;
}

.hwx-spa-info-eyebrow {
    display: block;

    margin-bottom: 22px;

    color: #b08c3a;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.hwx-spa-info-heading h2 {
    margin: 0;

    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -1px;
}

.hwx-spa-info-heading h2 em {
    display: block;

    color: #b08c3a;

    font-family: Georgia, serif;
    font-weight: 400;
}


/* CONTENT */

.hwx-spa-info-content {
    max-width: 720px;
}

.hwx-spa-info-content p {
    margin: 0 0 28px;

    color: #526467;

    font-size: 17px;
    line-height: 1.9;
}

.hwx-spa-info-content strong {
    color: #0f3d3e;
    font-weight: 700;
}


/* LARGE INTRO */

.hwx-spa-info-lead {
    color: #0f3d3e !important;

    font-size: 24px !important;
    line-height: 1.65 !important;
    font-weight: 600;

    margin-bottom: 40px !important;
}


/* HIGHLIGHT */

.hwx-spa-info-highlight {
    margin-top: 50px;
    padding: 38px 42px;

    background: #0f3d3e;
    color: #fff;

    border-left: 5px solid #c9a24d;
}

.hwx-spa-info-highlight span {
    display: block;

    margin-bottom: 15px;

    color: #c9a24d;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}

.hwx-spa-info-highlight strong {
    display: block;

    color: #fff;

    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.3;
    font-weight: 700;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .hwx-spa-info {
        padding: 80px 5%;
    }

    .hwx-spa-info-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .hwx-spa-info-heading {
        position: static;
    }

    .hwx-spa-info-heading h2 {
        max-width: 700px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .hwx-spa-info {
        padding: 65px 20px;
    }

    .hwx-spa-info-container {
        gap: 35px;
    }

    .hwx-spa-info-heading h2 {
        font-size: 40px;
    }

    .hwx-spa-info-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .hwx-spa-info-lead {
        font-size: 20px !important;
        line-height: 1.6 !important;
    }

    .hwx-spa-info-highlight {
        padding: 28px 24px;
        margin-top: 35px;
    }

    .hwx-spa-info-highlight strong {
        font-size: 25px;
    }

}