/* ══ FORCE CORRECT FONT SIZE — BEAT WORDPRESS ══ */
html {
    font-size: 16px !important;
    margin-top: 0 !important;
}

body {
    font-size: 16px !important;
}

#wpadminbar {
    display: none !important;
}

* {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* ==================== */

/* ══ FORCE CORRECT FONT SIZE — BEAT WORDPRESS ══ */
html {
    font-size: 16px !important;
    margin-top: 0 !important;
}

body {
    font-size: 16px !important;
}

#wpadminbar {
    display: none !important;
}

* {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* ==================== */

html {
    margin-top: 0 !important;
}

#wpadminbar {
    display: none !important;
}

/* ==================== */

:root {
    --green: #1B4332;
    --green2: #2D6A4F;
    --green3: #40916C;
    --green-pale: #D8F3DC;
    --green-muted: #B7E4C7;
    --gold: #C9953A;
    --gold2: #D4A84B;
    --gold-lt: #E8C06A;
    --gold-pale: #FDF3E3;
    --white: #FFFFFF;
    --bg: #FAFAF8;
    --bg2: #F4F4F0;
    --border: #E2E0D8;
    --text: #1A1A18;
    --text2: #4A4A44;
    --muted: #8A8880;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Jost', sans-serif;
    overflow-x: hidden;
    font-size: 16px !important;
}

/* TOPBAR */
.topbar {
    background: var(--green);
    padding: 8px 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

@media (max-width: 767px) {
    .topbar {
        justify-content: center;
        gap: 12px;
    }
}

.tb-l {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tb-l strong {
    color: var(--gold-lt);
}

.tb-r {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tb-r a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 0.82rem;
    letter-spacing: 1px;
    transition: color .2s;
}

.tb-r a:hover {
    color: var(--gold-lt);
}

.tb-r span {
    color: rgba(255, 255, 255, 0.2);
}

/* NAV */
nav {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
}

.nav-inner {
    padding: 0 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
}

/* LOGO */
.nav-logo {
    display: flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
}

.logo-img {
    height: 52px;
    width: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
}

.nav-links a {
    font-size: 0.78rem;
    color: var(--text2);
    text-decoration: none;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500;
    transition: color .2s;
}

.nav-links a:hover {
    color: var(--green);
}

/* NAV DROPDOWN */
.nav-more {
    position: relative;
}

.nav-more-btn {
    cursor: pointer;
}

.nav-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    min-width: 160px;
    z-index: 300;
    list-style: none;
    padding: 6px 0;
}

.nav-dropdown li a {
    display: block;
    padding: 10px 18px;
    font-size: .68rem;
    letter-spacing: 1.5px;
    color: var(--text2);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
    transition: background .15s, color .15s;
}

.nav-dropdown li a:hover {
    background: var(--green-pale);
    color: var(--green);
}

.nav-more:hover .nav-dropdown {
    display: block;
}

.nav-acts {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-ncall {
    background: linear-gradient(135deg, #FF6B35, #FF8C42);
    color: var(--white);
    padding: 9px 16px;
    font-size: 0.82rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    transition: all .2s;
    border: none;
    box-shadow: 0 2px 10px rgba(255, 107, 53, 0.35);
}

.btn-ncall:hover {
    background: linear-gradient(135deg, #E85A25, #FF7832);
    box-shadow: 0 4px 16px rgba(255, 107, 53, 0.5);
}

.btn-nbook {
    background: var(--gold);
    color: var(--white);
    padding: 10px 20px;
    font-size: 0.82rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    transition: background .2s;
}

.btn-nbook:hover {
    background: var(--gold2);
}

@media(max-width:960px) {
    .btn-nbook {
        padding: 7px 11px;
        font-size: 0.6rem;
        letter-spacing: 1px;
    }
}

.btn-nwa-mob {
    background: #25D366;
    color: var(--white);
    padding: 9px 16px;
    font-size: 0.7rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s;
    display: none;
    align-items: center;
    gap: 5px;
}

.btn-nwa-mob:hover {
    background: #1EBF5A;
}

@media(max-width:960px) {
    .btn-nwa-mob {
        display: none;
    }

    .btn-nbook {
        display: flex;
    }
}

.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.burger span {
    width: 22px;
    height: 1.5px;
    background: var(--green);
}

.mob-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    z-index: 1000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 80px 5% 40px;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
    display: block;
    /* base display, but hidden via transform */
}

.mob-nav.open {
    transform: translateX(0);
    display: flex;
}

.mob-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.8rem;
    cursor: pointer;
    color: var(--green);
    background: none;
    border: none;
    z-index: 1001;
}

.mob-nav a {
    width: 100%;
    text-align: center;
    padding: 16px 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text);
    border-bottom: 1px solid var(--border);
    text-decoration: none;
    transition: color 0.2s;
}

.mob-nav a:hover {
    color: var(--gold);
}

.mob-nav a:last-of-type {
    border-bottom: none;
}

/* Prevent body scroll when menu is open */
body.menu-open {
    overflow: hidden;
}

@media (max-width: 960px) {
    .burger {
        display: flex;
        z-index: 1001;
        position: relative;
    }

    .nav-links,
    .btn-ncall {
        display: none;
    }
}

@media (max-width: 960px) {
    .burger {
        display: flex;
        z-index: 1001;
        position: relative;
    }

    .nav-links,
    .btn-ncall {
        display: none;
    }
}

@media (max-width: 960px) {
    .hero-left {
        padding-top: 20px;
    }

    .h-content {
        padding-top: 20px;
    }
}

/* ══════════════════════════════════
   HERO — BIG LOGO + LEFT content + RIGHT compact form
══════════════════════════════════ */
.hero {
    display: grid;
    grid-template-columns: 1fr 380px;
    min-height: calc(100vh - 100px);
}

.hero-left {
    position: relative;
    overflow: hidden;
}

.h-bg {
    position: absolute;
    inset: 0;
    background: var(--bg-desktop, url('/img/fallback.jpg')) center/cover no-repeat;
}

@media (max-width: 768px) {
    .h-bg {
        background: var(--bg-mobile, var(--bg-desktop, url('/img/fallback.jpg'))) center/cover no-repeat;
    }
}

.page-index-page {
    --bg-desktop: url('/img/traditional_thai_massage.jpg');
    --bg-mobile: url('/img/traditional_thai_massage_mobile.jpg');
}

.page-thai-massage {
    --bg-desktop: url('/img/traditional_thai_massage.jpg');
    --bg-mobile: url('/img/traditional_thai_massage_mobile.jpg');
}

.page-aroma-massage {
    --bg-desktop: url('/img/aroma_massage.jpg');
    --bg-mobile: url('/img/aroma_massage_mobile.jpg');
}

.page-deep-tissue-massage {
    --bg-desktop: url('/img/deep_tissue_massage.jpg');
    --bg-mobile: url('/img/deep_tissue_massage_mobile.jpg');
}

.page-classic-swedish-massage {
    --bg-desktop: url('/img/classic_swedish_massage.jpg');
    --bg-mobile: url('/img/classic_swedish_massage_mobile.jpg');
}

.page-balinese-massage {
    --bg-desktop: url('/img/balinese_massage.jpg');
    --bg-mobile: url('/img/balinese_massage_mobile.jpg');
}

.page-lomi-lomi-massage {
    --bg-desktop: url('/img/lomi_lomi_massage.jpg');
    --bg-mobile: url('/img/lomi_lomi_massage_mobile.jpg');
}

.page-couple-massage {
    --bg-desktop: url('/img/couple_massage.jpg');
    --bg-mobile: url('/img/couple_massage_mobile.jpg');
}

.page-four-hand-massage {
    --bg-desktop: url('/img/four_hand_massage.jpg');
    --bg-mobile: url('/img/four_hand_massage_mobile.jpg');
}

.page-candle-massage {
    --bg-desktop: url('/img/candle_massage.jpg');
    --bg-mobile: url('/img/candle_massage_mobile.jpg');
}

.page-wine-massage {
    --bg-desktop: url('/img/wine_massage.jpg');
    --bg-mobile: url('/img/wine_massage_mobile.jpg');
}

.page-potli-massage {
    --bg-desktop: url('/img/potli_massage.jpg');
    --bg-mobile: url('/img/potli_massage_mobile.jpg');
}

.page-full-body-vip-massage {
    --bg-desktop: url('/img/full_body_vip_massage.jpg');
    --bg-mobile: url('/img/full_body_vip_massage_mobile.jpg');
}

.page-full-body-vvip-massage {
    --bg-desktop: url('/img/full_body_vvip_massage.jpg');
    --bg-mobile: url('/img/full_body_vvip_massage_mobile.jpg');
}

.page-full-body-turkish-massage {
    --bg-desktop: url('/img/full_body_turkish_massage.jpg');
    --bg-mobile: url('/img/full_body_turkish_massage_mobile.jpg');
}

.h-ov {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(27, 67, 50, 0.92) 0%, rgba(27, 67, 50, 0.78) 55%, rgba(27, 67, 50, 0.35) 100%);
}

.h-content {
    position: relative;
    z-index: 2;
    padding: 52px 5% 52px 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ── BIG LOGO in hero ── */
.hero-logo-wrap {
    margin-bottom: 28px;
}

.hero-logo {
    height: 88px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.eyebrow {
    font-size: 0.76rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--gold-lt);
    font-weight: 600;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.eyebrow::before {
    content: '';
    width: 28px;
    height: 1px;
    background: var(--gold-lt);
}

.hero-h1 {
    font-family: 'EB Garamond', serif;
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    color: var(--white);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 16px;
}

.hero-h1 em {
    font-style: italic;
    color: var(--gold-lt);
}

.hero-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.85;
    max-width: 460px;
    margin-bottom: 28px;
    font-weight: 300;
}

.hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 28px;
}

.chip {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.82rem;
    padding: 4px 13px;
    letter-spacing: .5px;
}

.h-stats {
    display: flex;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: fit-content;
}

.hstat {
    padding: 12px 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.hstat:last-child {
    border-right: none;
}

.hstat-n {
    font-family: 'EB Garamond', serif;
    font-size: 1.6rem;
    color: var(--gold-lt);
    line-height: 1;
    display: block;
}

.hstat-l {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 3px;
    display: block;
}

/* ── COMPACT FORM (right side) ── */
.hero-right {
    background: var(--white);
    border-left: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 68px;
    height: calc(100vh - 68px);
    overflow-y: auto;
}

.form-head {
    background: var(--green);
    padding: 18px 24px;
}

.form-head-logo {
    height: 36px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    margin-bottom: 10px;
    display: block;
}

.form-head h2 {
    font-family: 'EB Garamond', serif;
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 3px;
}

.form-head p {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.65);
}

.urgency {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(0, 0, 0, 0.15);
    padding: 6px 12px;
    margin-top: 10px;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, .85);
    letter-spacing: .5px;
}

.udot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF6B6B;
    flex-shrink: 0;
    animation: blink 1.4s infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .2;
    }
}

.form-inner {
    padding: 18px 22px;
    flex: 1;
}

/* Step dots */
.sdots {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.sd {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: 700;
    color: var(--muted);
    transition: all .3s;
    flex-shrink: 0;
}

.sd.active {
    border-color: var(--green);
    background: var(--green);
    color: var(--white);
}

.sd.done {
    border-color: var(--green3);
    background: var(--green-pale);
    color: var(--green);
}

.sl {
    flex: 1;
    height: 1px;
    background: var(--border);
    margin: 0 5px;
}

.sl.done {
    background: var(--green-muted);
}

/* Form fields — compact */
.fg {
    margin-bottom: 12px;
}

.fg label {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text2);
    margin-bottom: 5px;
    font-weight: 600;
}

.fg input,
.fg select,
.fg textarea {
    width: 100%;
    border: 1px solid var(--border);
    background: var(--bg);
    padding: 10px 14px;
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    color: var(--text);
    outline: none;
    transition: all .2s;
    -webkit-appearance: none;
    border-radius: 0;
}

.fg input:focus,
.fg select:focus,
.fg textarea:focus {
    border-color: var(--green);
    background: var(--white);
}

.fg select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}

.fg textarea {
    resize: none;
    height: 52px;
    font-size: 0.78rem;
}

.frow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.btn-next {
    width: 100%;
    background: var(--green);
    color: var(--white);
    border: none;
    padding: 12px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s;
    margin-top: 2px;
}

.btn-next:hover {
    background: var(--green2);
}

.back-ln {
    text-align: center;
    margin-top: 8px;
}

.back-ln button {
    background: none;
    border: none;
    color: var(--muted);
    font-size: 0.7rem;
    cursor: pointer;
    text-decoration: underline;
    font-family: 'Jost', sans-serif;
}

.summary {
    background: var(--bg2);
    border: 1px solid var(--border);
    padding: 13px;
    margin-bottom: 12px;
    font-size: 0.76rem;
    line-height: 1.85;
    color: var(--text2);
}

.summary strong {
    color: var(--green);
}

.trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.tbadge {
    background: var(--bg2);
    border: 1px solid var(--border);
    padding: 4px 10px;
    font-size: 0.72rem;
    color: var(--muted);
}

/* Success */
.success-state {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 32px 20px;
    min-height: 300px;
}

.s-tick {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--green-pale);
    border: 2px solid var(--green-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.s-tick svg {
    width: 22px;
    height: 22px;
    stroke: var(--green);
    fill: none;
    stroke-width: 2.5;
}

.success-state h3 {
    font-family: 'EB Garamond', serif;
    font-size: 1.5rem;
    color: var(--green);
    margin-bottom: 7px;
}

.success-state p {
    font-size: 0.78rem;
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 18px;
}

.btn-scall {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: var(--green);
    color: var(--white);
    padding: 11px 24px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 8px;
    transition: background .2s;
}

.btn-scall:hover {
    background: var(--green2);
}

.btn-swa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1.5px solid #25D366;
    color: #1A6E35;
    padding: 9px 24px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.75rem;
    width: 100%;
    transition: all .2s;
}

.btn-swa:hover {
    background: #F0FBF3;
}

/* ══ SECTIONS ══ */
.section {
    padding: 72px 5%;
}

.sec-eye {
    font-size: 0.72rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--green2);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.sec-eye::before {
    content: '';
    width: 26px;
    height: 1px;
    background: var(--green2);
}

.sec-title {
    font-family: 'EB Garamond', serif;
    font-size: clamp(1.7rem, 3.5vw, 2.8rem);
    color: var(--green);
    font-weight: 400;
    line-height: 1.1;
}

.sec-title em {
    font-style: italic;
}

.sec-div {
    width: 34px;
    height: 2px;
    background: var(--gold);
    margin: 14px 0 30px;
}


/* WHY */
.why-sec {
    background: var(--white);
    border-top: 1px solid var(--border);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
}

.wcard {
    background: var(--white);
    padding: 32px 26px;
    transition: background .2s;
}

.wcard:hover {
    background: var(--bg);
}

.wico {
    width: 48px;
    height: 48px;
    background: var(--green-pale);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.wico svg {
    width: 20px;
    height: 20px;
    stroke: var(--green);
    fill: none;
    stroke-width: 1.5;
}

.wcard h3 {
    font-family: 'EB Garamond', serif;
    font-size: 1.15rem;
    color: var(--green);
    margin-bottom: 7px;
    font-weight: 500;
}

.wcard p {
    font-size: 0.9rem;
    color: var(--text2);
    line-height: 1.8;
}

/* ══ SERVICE CARD GRID ══ */
.svc-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.svc-card {
    background: var(--white);
    border: 1px solid var(--border);
    overflow: hidden;
    transition: box-shadow .25s, transform .25s;
}

.svc-card:hover {
    box-shadow: 0 8px 32px rgba(27, 67, 50, .12);
    transform: translateY(-3px);
}

.svc-card-img {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: #1B4332;
}

.svc-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform .6s;
}

.svc-card:hover .svc-card-img img {
    transform: scale(1.03);
}

.svc-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--green);
    color: var(--white);
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 10px;
}

.svc-card-badge--gold {
    background: var(--gold);
}

.svc-card-body {
    padding: 22px 22px 20px;
}

.svc-card-tags {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.svc-card-name {
    font-family: 'EB Garamond', serif;
    font-size: 1.25rem;
    color: var(--green);
    font-weight: 500;
    margin-bottom: 9px;
    line-height: 1.2;
}

.svc-card-desc {
    font-size: 0.9rem;
    color: var(--text2);
    line-height: 1.8;
    margin-bottom: 14px;
}

.svc-card-cta {
    display: flex;
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}

.btn-svc-wa {
    background: #25D366;
    color: var(--white);
    padding: 11px 16px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex: 1;
    justify-content: center;
}

.btn-svc-wa:hover {
    background: #1EBF5A;
}

.btn-svc {
    flex: 1;
    justify-content: center;
}

@media(max-width:960px) {
    .svc-cards-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .svc-card-img {
        height: 240px;
    }
}

@media(max-width:600px) {
    .svc-cards-grid {
        grid-template-columns: 1fr;
    }

    .svc-card-img {
        height: 260px;
    }
}

.svc-sec {
    background: var(--white);
    border-top: 1px solid var(--border);
}

.svc-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.svc-row {
    display: grid;
    grid-template-columns: 1fr 420px;
    min-height: 300px;
    border-bottom: 1px solid var(--border);
    background: var(--white);
    transition: background .2s;
}

.svc-row:hover {
    background: var(--bg);
}

.svc-row.rev {
    grid-template-columns: 420px 1fr;
}

.svc-row.rev .svc-row-img {
    order: -1;
}

.svc-row-body {
    padding: 40px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.svc-row-img {
    overflow: hidden;
    position: relative;
}

.svc-row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s;
}

.svc-row:hover .svc-row-img img {
    transform: scale(1.04);
}

.svc-tags {
    display: flex;
    gap: 6px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.svc-tag {
    background: var(--green-pale);
    color: var(--green);
    font-size: 0.72rem;
    padding: 3px 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
}

.svc-name {
    font-family: 'EB Garamond', serif;
    font-size: 1.6rem;
    color: var(--green);
    margin-bottom: 12px;
    font-weight: 400;
    line-height: 1.1;
}

.svc-name em {
    font-style: italic;
}

.svc-desc {
    font-size: 0.84rem;
    color: var(--text2);
    line-height: 1.85;
    margin-bottom: 22px;
    max-width: 440px;
}

.svc-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.svc-dur {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    color: var(--muted);
    letter-spacing: 1px;
}

.svc-dur svg {
    width: 14px;
    height: 14px;
    stroke: var(--green3);
    fill: none;
    stroke-width: 2;
}



.svc-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 18px;
    border-top: 1px solid var(--border);
}

.btn-svc {
    background: var(--green);
    color: var(--white);
    padding: 12px 24px;
    font-size: 0.82rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.btn-svc:hover {
    background: var(--green2);
}

.btn-svc-out {
    border: 1.5px solid var(--green);
    color: var(--green);
    padding: 9px 20px;
    font-size: 0.72rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
}

.btn-svc-out:hover {
    background: var(--green);
    color: var(--white);
}

/* ══ TRUST BAR ══ */
.trust-bar {
    background: var(--green);
    padding: 28px 5%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.tb-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tb-item-icon {
    font-size: 1.4rem;
}

.tb-item-text strong {
    display: block;
    font-size: 0.88rem;
    color: var(--white);
    font-weight: 600;
}

.tb-item-text span {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, .6);
    letter-spacing: 1px;
}

.tb-sep {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, .15);
}

/* ══ REVIEWS — Google Trust ══ */
.rev-sec {
    background: var(--bg2);
    border-top: 1px solid var(--border);
}

/* Google trust banner */
.g-trust {
    background: var(--white);
    border: 1px solid var(--border);
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 32px;
}

.g-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.g-logo {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.g-logo .g-b {
    color: #4285F4;
}

.g-logo .g-r {
    color: #EA4335;
}

.g-logo .g-y {
    color: #FBBC05;
}

.g-logo .g-gr {
    color: #34A853;
}

.g-score {
    font-family: 'EB Garamond', serif;
    font-size: 3rem;
    color: var(--green);
    line-height: 1;
}

.g-details {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.g-stars {
    color: #FBBC05;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.g-count {
    font-size: 0.7rem;
    color: var(--muted);
}

.g-right {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.g-badge {
    background: var(--bg2);
    border: 1px solid var(--border);
    padding: 10px 18px;
    text-align: center;
}

.g-badge-num {
    font-family: 'EB Garamond', serif;
    font-size: 1.4rem;
    color: var(--green);
    display: block;
    line-height: 1;
}

.g-badge-label {
    font-size: 0.62rem;
    color: var(--muted);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 2px;
    display: block;
}

/* Review cards */
.rev-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.rcard {
    background: var(--white);
    border: 1px solid var(--border);
    padding: 24px 22px;
    transition: all .2s;
    position: relative;
}

.rcard:hover {
    border-color: var(--green-muted);
    box-shadow: 0 4px 16px rgba(27, 67, 50, .07);
}

.rcard-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
}

.rcard-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.r-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'EB Garamond', serif;
    font-size: 1rem;
    font-weight: 600;
    flex-shrink: 0;
}

.r-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text);
}

.r-time {
    font-size: 0.75rem;
    color: var(--muted);
    margin-top: 2px;
}

/* Google G icon top-right */
.g-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.rcard .rstars {
    color: #FBBC05;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.rcard .rtext {
    font-size: 0.9rem;
    color: var(--text2);
    line-height: 1.75;
    margin-bottom: 12px;
}

.verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.62rem;
    color: var(--green2);
    letter-spacing: .5px;
}

.verified-badge svg {
    width: 11px;
    height: 11px;
    stroke: var(--green2);
    fill: none;
    stroke-width: 2.5;
}

/* ══ LOCATION — with Map ══ */
.loc-sec {
    background: var(--bg2);
    border-top: 1px solid var(--border);
}

.loc-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: var(--border);
    max-width: 1100px;
    margin: 0 auto;
}

/* Left: details */
.loc-info {
    background: var(--white);
    padding: 36px 32px;
}

.loc-name {
    font-family: 'EB Garamond', serif;
    font-size: 1.45rem;
    color: var(--green);
    font-weight: 500;
    margin-bottom: 6px;
}

.loc-addr {
    font-size: 0.92rem;
    color: var(--text2);
    line-height: 1.8;
    margin-bottom: 18px;
}

.loc-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.lm-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--text2);
}

.lm-ico {
    width: 30px;
    height: 30px;
    background: var(--green-pale);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.lm-ico svg {
    width: 13px;
    height: 13px;
    stroke: var(--green);
    fill: none;
    stroke-width: 2;
}

.lm-text strong {
    color: var(--green);
    display: block;
    font-size: .62rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.loc-fac {
    margin-bottom: 22px;
}

.loc-fac h4 {
    font-size: .6rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 600;
    margin-bottom: 8px;
}

.ftags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ftag {
    background: var(--green-pale);
    color: var(--green);
    font-size: .66rem;
    padding: 4px 11px;
}

.loc-acts {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.btn-lbook {
    background: var(--green);
    color: var(--white);
    padding: 11px 20px;
    font-size: .7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.btn-lbook:hover {
    background: var(--green2);
}

.btn-lcall {
    border: 1.5px solid var(--green);
    color: var(--green);
    padding: 9px 16px;
    font-size: .7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.btn-lcall:hover {
    background: var(--green);
    color: var(--white);
}

.btn-lwa {
    border: 1.5px solid #25D366;
    color: #1A6E35;
    padding: 9px 16px;
    font-size: .7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.btn-lwa:hover {
    background: #F0FBF3;
}

/* Right: map */
.loc-map {
    background: var(--border);
    position: relative;
    overflow: hidden;
    min-height: 460px;
}

.loc-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    position: absolute;
    inset: 0;
    min-height: 460px;
}

.map-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: var(--white);
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .7rem;
    font-weight: 600;
    color: var(--green);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.map-badge .gold-stars {
    color: var(--gold);
    font-size: .65rem;
}

.map-addr-overlay {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 2;
    background: var(--white);
    padding: 13px 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .18);
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.mao-pin {
    font-size: 1.4rem;
    flex-shrink: 0;
}

.mao-text {
    flex: 1;
    font-size: .75rem;
    color: var(--text2);
    line-height: 1.7;
}

.mao-text strong {
    display: block;
    font-size: .82rem;
    color: var(--green);
    font-weight: 700;
    margin-bottom: 2px;
}

.mao-dir {
    background: var(--green);
    color: var(--white);
    padding: 7px 14px;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s;
    flex-shrink: 0;
}

.mao-dir:hover {
    background: var(--green2);
}

/* PREBOOK BANNER */
.prebanner {
    background: var(--green);
    padding: 52px 5%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 28px;
}

.pb-eye {
    font-size: .6rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--gold-lt);
    margin-bottom: 10px;
    font-weight: 600;
}

.pb-title {
    font-family: 'EB Garamond', serif;
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    color: var(--white);
    font-weight: 400;
    line-height: 1.1;
}

.pb-title em {
    font-style: italic;
    color: var(--gold-lt);
}

.pb-sub {
    font-size: .82rem;
    color: rgba(255, 255, 255, .6);
    margin-top: 8px;
}

.btn-prebook {
    background: var(--gold);
    color: var(--white);
    padding: 15px 32px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s;
}

.btn-prebook:hover {
    background: var(--gold2);
}


/* EXPLORE SECTION */
.explore-section {
    background: var(--white);
    border-top: 1px solid var(--border);
    padding: 64px 5%;
}

#explore-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media(max-width:760px) {
    #explore-grid {
        grid-template-columns: 1fr !important;
    }
}

@media(max-width:960px) and (min-width:761px) {
    #explore-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}

/* FOOTER */
footer {
    background: var(--text);
    color: rgba(255, 255, 255, .5);
    padding: 48px 5% 24px;
}

.footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 36px;
    margin-bottom: 36px;
}

.fb-logo {
    height: 42px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: .7;
    margin-bottom: 12px;
    display: block;
}

.footer-desc {
    font-size: 0.88rem;
    line-height: 1.8;
    max-width: 230px;
}

.footer-desc a {
    color: var(--gold-lt);
    text-decoration: none;
}

footer h4 {
    font-size: 0.72rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .3);
    font-weight: 600;
    margin-bottom: 14px;
}

footer ul {
    list-style: none;
}

footer ul li {
    margin-bottom: 9px;
}

footer ul li a {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    transition: color .2s;
}

footer ul li a:hover {
    color: var(--gold-lt);
}

.footer-bot {
    border-top: 1px solid rgba(255, 255, 255, .07);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.78rem;
}

.footer-bot a {
    color: rgba(255, 255, 255, .35);
    text-decoration: none;
}

/* MOBILE STICKY */
.mob-sticky {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 199;
    background: var(--green);
    border-top: 2px solid var(--gold);
    padding: 9px 14px;
}

.mob-row {
    display: flex;
    gap: 8px;
}

.mob-book {
    flex: 1;
    background: var(--gold);
    color: var(--white);
    text-align: center;
    padding: 11px;
    font-weight: 700;
    font-size: .72rem;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
}

.mob-call {
    flex: 1;
    background: linear-gradient(135deg, #FF6B35, #FF8C42);
    color: var(--white);
    text-align: center;
    padding: 11px;
    font-size: .72rem;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
}

/* PROMO RIBBON */
.promo-ribbon {
    background: #C9953A;
    padding: 8px 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.promo-text {
    color: var(--white);
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .5px;
}

.promo-code {
    background: rgba(255, 255, 255, .25);
    border: 1.5px dashed rgba(255, 255, 255, .8);
    color: var(--white);
    font-weight: 800;
    font-size: .78rem;
    padding: 2px 12px;
    letter-spacing: 3px;
}

.promo-badge {
    color: var(--white);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 1px;
}

@media (max-width: 480px) {

    .promo-text,
    .promo-badge,
    .promo-code {
        font-size: 0.7rem;
    }

    .promo-ribbon {
        gap: 5px;
        justify-content: flex-start;
        /* optional: left-align if still tight */
    }
}

/* SERVICE PRICE DISPLAY */
.svc-price-row {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.svc-price-chip {
    background: var(--green-pale);
    border: 1px solid var(--green-muted);
    padding: 6px 14px;
    text-align: center;
}

.svc-price-chip .spc-dur {
    font-size: 0.72rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
    display: block;
    margin-bottom: 2px;
}

.svc-price-chip .spc-amt {
    font-family: 'EB Garamond', serif;
    font-size: 1.15rem;
    color: var(--green);
    font-weight: 600;
    display: block;
}

.svc-from {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}

/* MEMBERSHIP SECTION */
.mem-sec {
    background: linear-gradient(135deg, #2D1B0E 0%, #3D2010 50%, #2D1B0E 100%);
    padding: 72px 5%;
}

.mem-sec .sec-eye {
    color: var(--gold-lt);
}

.mem-sec .sec-eye::before {
    background: var(--gold-lt);
}

.mem-sec .sec-title {
    color: var(--white);
}

.mem-sec .sec-div {
    background: var(--gold);
}

.mem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .1);
}

.mem-card {
    background: rgba(255, 255, 255, .05);
    padding: 28px 24px;
    transition: background .2s;
    border: 1px solid rgba(201, 149, 58, .15);
}

.mem-card:hover {
    background: rgba(255, 255, 255, .1);
}

.mem-card.featured {
    background: rgba(201, 149, 58, .15);
    border-color: var(--gold);
}

.mem-plan {
    font-size: 0.78rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold-lt);
    font-weight: 700;
    margin-bottom: 8px;
}

.mem-price {
    font-family: 'EB Garamond', serif;
    font-size: 2rem;
    color: var(--white);
    line-height: 1;
    margin-bottom: 6px;
}

.mem-price span {
    font-size: .8rem;
    font-weight: 400;
}

.mem-perks {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.8;
    margin: 12px 0 18px;
}

.mem-cta {
    display: inline-block;
    background: var(--gold);
    color: var(--white);
    padding: 10px 22px;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s;
}

.mem-cta:hover {
    background: var(--gold2);
}

@media(max-width:960px) {
    .mem-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:600px) {
    .mem-grid {
        grid-template-columns: 1fr;
    }
}

.wa-float {
    position: fixed;
    right: 16px;
    bottom: 72px;
    z-index: 500;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.wa-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, .45);
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
    animation: waPulse 2.5s infinite;
}

.wa-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37, 211, 102, .55);
}

.wa-btn svg {
    width: 22px;
    height: 22px;
    fill: var(--white);
}

.wa-tooltip {
    background: var(--text);
    color: var(--white);
    font-size: .72rem;
    padding: 6px 14px;
    border-radius: 4px;
    white-space: nowrap;
    letter-spacing: .5px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
    position: relative;
}

.wa-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: var(--text);
}

@keyframes waPulse {

    0%,
    100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, .45), 0 0 0 0 rgba(37, 211, 102, .3);
    }

    60% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, .45), 0 0 0 12px rgba(37, 211, 102, 0);
    }
}

/* ── SERVICE DETAIL PAGE ── */
.svc-page {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--white);
    z-index: 400;
    overflow-y: auto;
}

.svc-page.open {
    display: block;
}

.svc-page-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5% 80px;
}

.svc-page-nav {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 16px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 10;
}

.svc-page-back {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    color: var(--green);
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    background: none;
    border: none;
    font-family: 'Jost', sans-serif;
}

.svc-page-back svg {
    width: 16px;
    height: 16px;
    stroke: var(--green);
    fill: none;
    stroke-width: 2.5;
}

.svc-page-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
    gap: 0;
    margin-bottom: 48px;
}

.svc-page-img {
    overflow: hidden;
}

.svc-page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.svc-page-info {
    padding: 48px 44px;
    background: var(--bg);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.svc-page-tag {
    background: var(--green-pale);
    color: var(--green);
    font-size: .6rem;
    padding: 3px 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 14px;
}

.svc-page-title {
    font-family: 'EB Garamond', serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: var(--green);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 16px;
}

.svc-page-title em {
    font-style: italic;
}

.svc-page-desc {
    font-size: .88rem;
    color: var(--text2);
    line-height: 1.9;
    margin-bottom: 24px;
}

.svc-page-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}

.spm-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .8rem;
    color: var(--text2);
}

.spm-ico {
    width: 32px;
    height: 32px;
    background: var(--green-pale);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.spm-ico svg {
    width: 14px;
    height: 14px;
    stroke: var(--green);
    fill: none;
    stroke-width: 2;
}

.svc-page-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-spbook {
    background: var(--green);
    color: var(--white);
    padding: 13px 28px;
    font-size: .78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.btn-spbook:hover {
    background: var(--green2);
}

.btn-spwa {
    background: #25D366;
    color: var(--white);
    padding: 13px 22px;
    font-size: .78rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.btn-spwa:hover {
    background: #1EBF5A;
}

.svc-benefits {
    margin-top: 48px;
}

.svc-benefits h3 {
    font-family: 'EB Garamond', serif;
    font-size: 1.5rem;
    color: var(--green);
    margin-bottom: 24px;
    font-weight: 400;
}

/* Benefits grid – 3 columns on desktop, 2 on tablet, 1 on mobile */
.svc-benefits .benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    /* ← replaced 1px gap with comfortable spacing */
    background: transparent;
    /* ← remove the border background */
}

/* Individual benefit card */
.svc-benefits .ben-card {
    background: var(--white);
    padding: 22px 20px;
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    text-align: left;
    /* ← left-aligned text */
}

.svc-benefits .ben-card:hover {
    transform: translateY(-3px);
    border-color: #D4AF37;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.svc-benefits .ben-icon {
    font-size: 1.8rem;
    margin-bottom: 12px;
    display: block;
}

.svc-benefits .ben-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 8px;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.5px;
}

.svc-benefits .ben-desc {
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.6;
}

.ben-card {
    background: var(--white);
    padding: 22px 18px;
}

.ben-icon {
    font-size: 1.4rem;
    margin-bottom: 8px;
    display: block;
}

.ben-title {
    font-size: .82rem;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 4px;
}

.ben-desc {
    font-size: .75rem;
    color: var(--muted);
    line-height: 1.7;
}

@media(max-width:760px) {
    .svc-page-hero {
        grid-template-columns: 1fr;
    }

    .svc-page-img {
        height: 250px;
    }

    .svc-page-info {
        padding: 28px 20px;
    }

    .svc-benefits .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}


/* RESPONSIVE */
@media(max-width:960px) {
    .hero {
        grid-template-columns: 1fr;
    }

    .hero-left {
        min-height: 60vh;
    }

    .hero-right {
        position: static;
        height: auto;
        border-left: none;
        border-top: 1px solid var(--border);
    }

    .why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .svc-row,
    .svc-row.rev {
        grid-template-columns: 1fr;
    }

    .svc-row.rev .svc-row-img {
        order: 0;
    }

    .svc-row-img {
        height: 260px;
    }

    .svc-row-body {
        padding: 28px 24px;
    }

    .rev-grid {
        grid-template-columns: 1fr 1fr;
    }

    .trust-bar {
        gap: 12px;
    }

    .tb-sep {
        display: none;
    }

    .g-trust {
        flex-direction: column;
        align-items: flex-start;
    }

    .loc-wrap {
        grid-template-columns: 1fr;
    }

    .loc-map {
        min-height: 300px;
        position: relative;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .nav-links,
    .btn-ncall {
        display: none;
    }

    .burger {
        display: flex;
    }

    .prebanner {
        grid-template-columns: 1fr;
    }

    .mob-sticky {
        display: block;
    }

    body {
        padding-bottom: 66px;
    }
}

@media(max-width:600px) {

    .why-grid,
    .rev-grid {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }

    .frow {
        grid-template-columns: 1fr;
    }

    .form-inner {
        padding: 14px 18px;
    }

    .form-head {
        padding: 14px 18px;
    }

    .hero-logo {
        height: 64px;
    }
}

/* ==================== */

/* ══ PRIDE THAI SPA — FORCE ALL FONTS — BEATS WORDPRESS ══ */
#pride-wp-isolator,
#pride-wp-isolator * {
    font-family: 'Jost', sans-serif !important;
}

#pride-wp-isolator {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* TOPBAR */
#pride-wp-isolator .topbar * {
    font-size: 13px !important;
}

#pride-wp-isolator .tb-l strong {
    font-size: 13px !important;
}

/* NAV */
#pride-wp-isolator .nav-links a {
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
}

#pride-wp-isolator .btn-ncall {
    font-size: 12px !important;
}

#pride-wp-isolator .btn-nbook {
    font-size: 12px !important;
}

/* HERO */
#pride-wp-isolator .eyebrow {
    font-size: 12px !important;
    letter-spacing: 4px !important;
}

#pride-wp-isolator .hero-h1 {
    font-size: clamp(36px, 4.5vw, 60px) !important;
    font-family: 'EB Garamond', serif !important;
}

#pride-wp-isolator .hero-sub {
    font-size: 16px !important;
    line-height: 1.85 !important;
}

#pride-wp-isolator .chip {
    font-size: 13px !important;
}

#pride-wp-isolator .hstat-n {
    font-size: 26px !important;
    font-family: 'EB Garamond', serif !important;
}

#pride-wp-isolator .hstat-l {
    font-size: 11px !important;
    letter-spacing: 2px !important;
}

/* FORM */
#pride-wp-isolator .form-head h2 {
    font-size: 20px !important;
    font-family: 'EB Garamond', serif !important;
}

#pride-wp-isolator .form-head p {
    font-size: 13px !important;
}

#pride-wp-isolator .urgency {
    font-size: 12px !important;
}

#pride-wp-isolator .fg label {
    font-size: 12px !important;
    letter-spacing: 2px !important;
}

#pride-wp-isolator .fg input,
#pride-wp-isolator .fg select,
#pride-wp-isolator .fg textarea {
    font-size: 15px !important;
}

#pride-wp-isolator .btn-next {
    font-size: 13px !important;
}

#pride-wp-isolator .tbadge {
    font-size: 11px !important;
}

/* WHY US */
#pride-wp-isolator .sec-eye {
    font-size: 12px !important;
    letter-spacing: 4px !important;
}

#pride-wp-isolator .sec-title {
    font-size: clamp(28px, 3.5vw, 44px) !important;
    font-family: 'EB Garamond', serif !important;
}

#pride-wp-isolator .wcard h3 {
    font-size: 18px !important;
    font-family: 'EB Garamond', serif !important;
}

#pride-wp-isolator .wcard p {
    font-size: 15px !important;
    line-height: 1.8 !important;
}

/* SERVICES */
#pride-wp-isolator .svc-card-name {
    font-size: 20px !important;
    font-family: 'EB Garamond', serif !important;
}

#pride-wp-isolator .svc-card-desc {
    font-size: 14px !important;
    line-height: 1.85 !important;
}

#pride-wp-isolator .svc-tag {
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
}

#pride-wp-isolator .svc-from {
    font-size: 12px !important;
    letter-spacing: 2px !important;
}

#pride-wp-isolator .spc-dur {
    font-size: 11px !important;
    letter-spacing: 2px !important;
}

#pride-wp-isolator .spc-amt {
    font-size: 17px !important;
    font-family: 'EB Garamond', serif !important;
}

#pride-wp-isolator .btn-svc {
    font-size: 13px !important;
}

#pride-wp-isolator .btn-svc-wa {
    font-size: 13px !important;
}

/* MEMBERSHIP */
#pride-wp-isolator .mem-plan {
    font-size: 12px !important;
    letter-spacing: 4px !important;
}

#pride-wp-isolator .mem-price {
    font-size: 28px !important;
    font-family: 'EB Garamond', serif !important;
}

#pride-wp-isolator .mem-price span {
    font-size: 13px !important;
}

#pride-wp-isolator .mem-perks {
    font-size: 14px !important;
    line-height: 1.8 !important;
}

#pride-wp-isolator .mem-cta {
    font-size: 12px !important;
}

/* TRUST BAR */
#pride-wp-isolator .tb-item-text strong {
    font-size: 14px !important;
}

#pride-wp-isolator .tb-item-text span {
    font-size: 12px !important;
}

/* REVIEWS */
#pride-wp-isolator .r-name {
    font-size: 14px !important;
}

#pride-wp-isolator .r-time {
    font-size: 12px !important;
}

#pride-wp-isolator .rcard .rtext {
    font-size: 14px !important;
    line-height: 1.8 !important;
}

#pride-wp-isolator .g-score {
    font-size: 48px !important;
    font-family: 'EB Garamond', serif !important;
}

#pride-wp-isolator .g-badge-num {
    font-size: 22px !important;
    font-family: 'EB Garamond', serif !important;
}

#pride-wp-isolator .g-badge-label {
    font-size: 11px !important;
}

#pride-wp-isolator .g-count {
    font-size: 13px !important;
}

@media (max-width: 768px) {

    /* Review grid – 2 columns instead of 1 */
    .rev-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 0 5%;
    }

    /* Adjust card padding and spacing for mobile */
    .rcard {
        padding: 16px 14px;
    }

    /* Google trust banner – stack vertically on mobile */
    .g-trust {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 16px;
    }

    .g-left {
        flex-wrap: wrap;
        gap: 12px;
    }

    .g-right {
        justify-content: flex-start;
        gap: 12px;
    }

    .g-badge {
        padding: 8px 14px;
    }
}

/* For extra small devices (below 480px) – optional fine-tuning */
@media (max-width: 480px) {
    .rev-grid {
        gap: 12px;
    }

    .rcard {
        padding: 12px 10px;
    }

    .g-badge {
        padding: 6px 10px;
    }

    .g-badge-num {
        font-size: 18px !important;
        /* slightly smaller if needed, but your override remains */
    }
}


/* LOCATION */
#pride-wp-isolator .loc-name {
    font-size: 22px !important;
    font-family: 'EB Garamond', serif !important;
}

#pride-wp-isolator .loc-addr {
    font-size: 15px !important;
    line-height: 1.8 !important;
}

#pride-wp-isolator .lm-text {
    font-size: 14px !important;
}

#pride-wp-isolator .lm-text strong {
    font-size: 11px !important;
    letter-spacing: 2px !important;
}

#pride-wp-isolator .ftag {
    font-size: 12px !important;
}

/* FOOTER */
#pride-wp-isolator .footer-desc {
    font-size: 14px !important;
    line-height: 1.8 !important;
}

#pride-wp-isolator footer h4 {
    font-size: 11px !important;
    letter-spacing: 3px !important;
}

#pride-wp-isolator footer ul li a {
    font-size: 14px !important;
}

#pride-wp-isolator .footer-bot p {
    font-size: 12px !important;
}

/* PROMO RIBBON */
#pride-wp-isolator .promo-text {
    font-size: 14px !important;
}

#pride-wp-isolator .promo-badge {
    font-size: 14px !important;
    font-weight: 800 !important;
}

#pride-wp-isolator .promo-code {
    font-size: 14px !important;
    letter-spacing: 3px !important;
}

/* PREBANNER */
#pride-wp-isolator .pb-title {
    font-family: 'EB Garamond', serif !important;
}

#pride-wp-isolator .pb-sub {
    font-size: 14px !important;
}

/* MOBILE STICKY */
#pride-wp-isolator .mob-book {
    font-size: 14px !important;
}

#pride-wp-isolator .mob-call {
    font-size: 14px !important;
}

/* ==================== */

/* ══ FULL PAGE TAKEOVER — BEATS WORDPRESS COMPLETELY ══ */
#pride-wp-isolator {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    z-index: 2147483647 !important;
    background: #FAFAF8 !important;
}

html,
body {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

#wpadminbar {
    display: none !important;
}

/* ==================== */

.pricing-section {
    padding: 60px 5%;
    background: white;
}

.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.pricing-card {
    background: #FAFAF8;
    border-radius: 30px;
    padding: 30px 20px;
    text-align: center;
    flex: 1;
    min-width: 250px;
    transition: all 0.3s ease;
    border: 1px solid #E2E0D8;
    position: relative;
}

.pricing-card.featured {
    background: #1B4332;
    color: white;
    transform: scale(1.02);
    border: none;
    box-shadow: 0 20px 35px rgba(27, 67, 50, 0.2);
}

.pricing-card.featured .duration,
.pricing-card.featured .price,
.pricing-card.featured .original-price,
.pricing-card.featured .save {
    color: white;
}

.popular-tag {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #C9953A;
    color: #1B4332;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 30px;
    white-space: nowrap;
}

.duration {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1B4332;
    letter-spacing: 2px;
}

.price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #C9953A;
    margin-bottom: 5px;
    font-family: 'EB Garamond', serif;
}

.original-price {
    font-size: 0.9rem;
    text-decoration: line-through;
    color: #888;
    margin-bottom: 10px;
}

.save {
    font-size: 0.8rem;
    background: #E2E0D8;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    margin: 15px 0;
    color: #1B4332;
}

.book-btn {
    display: inline-block;
    background: #C9953A;
    color: #1B4332;
    padding: 12px 25px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
}

.book-btn:hover {
    background: #b07d2c;
    color: white;
}

.note {
    text-align: center;
    margin-top: 40px;
    font-size: 0.8rem;
    color: #4A4A44;
}

@media (max-width: 768px) {
    .pricing-card {
        min-width: 100%;
        margin-bottom: 20px;
    }

    .pricing-card.featured {
        transform: none;
    }
}

/* ==================== */

.expect-section {
    padding: 60px 5%;
    background: #FAFAF8;
}

.expect-steps {
    max-width: 800px;
    margin: 0 auto;
}

.step {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    align-items: flex-start;
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #E2E0D8;
}

.step-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #C9953A;
    min-width: 60px;
    line-height: 1;
    font-family: 'EB Garamond', serif;
}

.step-content h3 {
    font-size: 1.3rem;
    color: #1B4332;
    margin-bottom: 8px;
    font-family: 'EB Garamond', serif;
}

.step-content p {
    color: #4A4A44;
    line-height: 1.6;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .step {
        flex-direction: column;
        text-align: center;
    }

    .step-number {
        margin-bottom: 10px;
    }
}

/* ==================== */

.faq-section {
    padding: 60px 5%;
    background: #FAFAF8;
}

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #E2E0D8;
}

.faq-question {
    padding: 18px 25px;
    font-weight: 600;
    font-size: 1rem;
    color: #1B4332;
    cursor: pointer;
    position: relative;
    background: white;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.5px;
}

.faq-question::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 25px;
    transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 25px;
    color: #4A4A44;
    line-height: 1.7;
    background: white;
    font-size: 0.9rem;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 25px 18px 25px;
}

@media (max-width: 768px) {
    .faq-question {
        font-size: 0.9rem;
        padding: 15px 20px;
    }
}

/* Benefits Section */

.benefits-section {
    padding: 60px 5%;
    background: #FAFAF8;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.sec-eye {
    font-size: 0.72rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #2D6A4F;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.sec-eye::before {
    content: '';
    width: 26px;
    height: 1px;
    background: #2D6A4F;
}

.sec-title {
    font-family: 'EB Garamond', serif;
    font-size: clamp(1.7rem, 3.5vw, 2.8rem);
    color: #1B4332;
    font-weight: 400;
    line-height: 1.1;
}

.sec-title em {
    font-style: italic;
    color: #C9953A;
}

.sec-div {
    width: 34px;
    height: 2px;
    background: #C9953A;
    margin: 14px 0 30px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.benefit-card {
    background: white;
    padding: 30px 20px;
    border-radius: 24px;
    text-align: left;
    transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1), box-shadow 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}

.benefit-card i {
    font-size: 2.5rem;
    color: #C9953A;
    margin-bottom: 15px;
}

.benefit-card h3 {
    font-size: 1.4rem;
    color: #1B4332;
    margin-bottom: 10px;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
}

.benefit-card p {
    color: #4A4A44;
    line-height: 1.5;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .benefits-section {
        padding: 40px 5%;
    }

    .benefit-card {
        padding: 20px;
    }

    .benefit-card h3 {
        font-size: 1.2rem;
    }

    @media (max-width: 960px) {
        .hero {
            grid-template-columns: 1fr;
        }

        .hero-left {
            min-height: auto;
            padding: 40px 0;
        }

        .h-content {
            padding: 0 5% 40px 5%;
        }

        .hero-logo {
            height: 64px;
        }

        .hero-h1 {
            font-size: clamp(1.8rem, 6vw, 2.8rem);
            text-align: left;
        }

        .hero-sub {
            text-align: left;
            max-width: 100%;
            font-size: 0.9rem;
            margin-bottom: 20px;
        }

        /* Chips – wrap and left align */
        .hero-chips {
            justify-content: flex-start;
            gap: 8px;
            margin-bottom: 24px;
        }

        .chip {
            font-size: 0.7rem;
            padding: 4px 10px;
        }

        /* Stats – make them scrollable or wrap with proper spacing */
        .h-stats {
            width: 100%;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 10px;
            background: rgba(0, 0, 0, 0.2);
            border: none;
        }

        .hstat {
            flex: 1;
            min-width: 70px;
            padding: 8px 0;
            border-right: none;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 12px;
            margin: 0 4px;
        }

        .hstat-n {
            font-size: 1.2rem;
        }

        .hstat-l {
            font-size: 0.6rem;
        }

        /* Hero right form (if needed) */
        .hero-right {
            position: static;
            height: auto;
            margin-top: 0;
            border-top: 1px solid var(--border);
            border-left: none;
        }

        .form-inner {
            padding: 16px;
        }
    }

    /* Extra small devices (below 600px) */
    @media (max-width: 600px) {
        .h-content {
            padding: 20px 5% 30px 5%;
        }

        .hero-logo {
            height: 50px;
        }

        .eyebrow {
            font-size: 0.65rem;
            letter-spacing: 3px;
        }

        .hero-h1 {
            font-size: 1.6rem;
        }

        .hero-sub {
            font-size: 0.85rem;
        }

        .hero-chips {
            gap: 6px;
        }

        .chip {
            font-size: 0.65rem;
            padding: 3px 8px;
        }

        .hstat {
            min-width: 60px;
            padding: 6px 0;
        }

        .hstat-n {
            font-size: 1rem;
        }

        .hstat-l {
            font-size: 0.55rem;
        }
    }

    /* ────────────────────────────────────────────────────── */
    /* MOBILE NAVBAR – FIX OVERLAP & BUTTON SIZE */
    /* ────────────────────────────────────────────────────── */
    @media (max-width: 960px) {
        .nav-inner {
            height: 60px;
            padding: 0 4%;
        }

        .logo-img {
            height: 40px;
            /* reduce logo size on mobile */
        }

        /* Adjust the "Book Now" button */
        .btn-nbook {
            padding: 6px 12px;
            font-size: 0.7rem;
            letter-spacing: 1px;
            white-space: nowrap;
            margin-left: 8px;
        }

        /* Ensure the burger button has enough space */
        .burger {
            display: flex;
            margin-left: 10px;
            gap: 4px;
        }

        .burger span {
            width: 20px;
            height: 2px;
            background: var(--green);
        }

        /* Navigation actions container */
        .nav-acts {
            gap: 6px;
        }

        /* If the call button is also visible, hide it on mobile to save space */
        .btn-ncall {
            display: none;
        }
    }

    /* ────────────────────────────────────────────────────── */
    /* BLUR-TO-CLARITY & LOADING ANIMATIONS */
    /* ────────────────────────────────────────────────────── */

    /* Base blurred state for hero elements */
    .hero-h1,
    .hero-sub,
    .hero-chips,
    .h-stats,
    .hero-right .form-head,
    .hero-right .form-inner {
        filter: blur(12px);
        opacity: 0;
        transition: filter 0.8s cubic-bezier(0.2, 0.9, 0.3, 1.1), opacity 0.8s ease;
    }

    /* Clear state (added via JS) */
    .hero-h1.clear,
    .hero-sub.clear,
    .hero-chips.clear,
    .h-stats.clear,
    .hero-right .form-head.clear,
    .hero-right .form-inner.clear {
        filter: blur(0);
        opacity: 1;
    }

    /* Stagger delays for hero elements */
    .hero-h1.clear {
        transition-delay: 0.05s;
    }

    .hero-sub.clear {
        transition-delay: 0.15s;
    }

    .hero-chips.clear {
        transition-delay: 0.25s;
    }

    .h-stats.clear {
        transition-delay: 0.35s;
    }

    .hero-right .form-head.clear {
        transition-delay: 0.1s;
    }

    .hero-right .form-inner.clear {
        transition-delay: 0.2s;
    }

    /* Scroll‑revealed sections – headings & descriptions start blurred */
    .reveal-section .sec-eye,
    .reveal-section .sec-title,
    .reveal-section .sec-div,
    .reveal-section .benefit-card,
    .reveal-section .pricing-card,
    .reveal-section .step,
    .reveal-section .wcard,
    .reveal-section .faq-item,
    .reveal-section .rcard,
    .reveal-section .g-trust,
    .reveal-section .loc-wrap {
        filter: blur(8px);
        opacity: 0;
        transform: translateY(20px);
        transition: filter 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
    }

    /* When revealed – clear and slide up */
    .reveal-section.revealed .sec-eye,
    .reveal-section.revealed .sec-title,
    .reveal-section.revealed .sec-div,
    .reveal-section.revealed .benefit-card,
    .reveal-section.revealed .pricing-card,
    .reveal-section.revealed .step,
    .reveal-section.revealed .wcard,
    .reveal-section.revealed .faq-item,
    .reveal-section.revealed .rcard,
    .reveal-section.revealed .g-trust,
    .reveal-section.revealed .loc-wrap {
        filter: blur(0);
        opacity: 1;
        transform: translateY(0);
    }

    /* Optional: slightly faster for smaller items */
    .benefit-card,
    .pricing-card,
    .step {
        transition-delay: 0.05s;
    }

    @media (max-width: 768px) {

        .hero-h1,
        .hero-sub,
        .hero-chips,
        .h-stats {
            filter: blur(6px);
        }
    }

    /* ────────────────────────────────────────────────────── */
    /* BLUR-TO-CLARITY ANIMATION – UNIVERSAL (Mobile + Desktop) */
    /* ────────────────────────────────────────────────────── */

    /* Hero elements start blurred and transparent */
    .hero-h1,
    .hero-sub,
    .hero-chips,
    .h-stats,
    .hero-right .form-head,
    .hero-right .form-inner {
        filter: blur(12px);
        opacity: 0;
        transition: filter 0.8s cubic-bezier(0.2, 0.9, 0.3, 1.1), opacity 0.8s ease;
        will-change: filter, opacity;
    }

    /* Clear state (added via JS) */
    .hero-h1.clear,
    .hero-sub.clear,
    .hero-chips.clear,
    .h-stats.clear,
    .hero-right .form-head.clear,
    .hero-right .form-inner.clear {
        filter: blur(0);
        opacity: 1;
    }

    /* Staggered delays for hero elements (works on all screen sizes) */
    .hero-h1.clear {
        transition-delay: 0.05s;
    }

    .hero-sub.clear {
        transition-delay: 0.15s;
    }

    .hero-chips.clear {
        transition-delay: 0.25s;
    }

    .h-stats.clear {
        transition-delay: 0.35s;
    }

    .hero-right .form-head.clear {
        transition-delay: 0.1s;
    }

    .hero-right .form-inner.clear {
        transition-delay: 0.2s;
    }

    /* Scroll‑revealed sections: headings & cards start blurred + slightly shifted */
    .reveal-section .sec-eye,
    .reveal-section .sec-title,
    .reveal-section .sec-div,
    .reveal-section .benefit-card,
    .reveal-section .pricing-card,
    .reveal-section .step,
    .reveal-section .wcard,
    .reveal-section .faq-item,
    .reveal-section .rcard,
    .reveal-section .g-trust,
    .reveal-section .loc-wrap {
        filter: blur(8px);
        opacity: 0;
        transform: translateY(20px);
        transition: filter 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
        will-change: filter, opacity, transform;
    }

    /* When revealed – clear, opaque, reset position */
    .reveal-section.revealed .sec-eye,
    .reveal-section.revealed .sec-title,
    .reveal-section.revealed .sec-div,
    .reveal-section.revealed .benefit-card,
    .reveal-section.revealed .pricing-card,
    .reveal-section.revealed .step,
    .reveal-section.revealed .wcard,
    .reveal-section.revealed .faq-item,
    .reveal-section.revealed .rcard,
    .reveal-section.revealed .g-trust,
    .reveal-section.revealed .loc-wrap {
        filter: blur(0);
        opacity: 1;
        transform: translateY(0);
    }

    /* Slight stagger for cards inside a revealed section (optional) */
    .reveal-section.revealed .benefit-card:nth-child(1) {
        transition-delay: 0.03s;
    }

    .reveal-section.revealed .benefit-card:nth-child(2) {
        transition-delay: 0.06s;
    }

    .reveal-section.revealed .benefit-card:nth-child(3) {
        transition-delay: 0.09s;
    }

    .reveal-section.revealed .benefit-card:nth-child(4) {
        transition-delay: 0.12s;
    }

    .reveal-section.revealed .benefit-card:nth-child(5) {
        transition-delay: 0.15s;
    }

    .reveal-section.revealed .benefit-card:nth-child(6) {
        transition-delay: 0.18s;
    }

    /* Reduce blur on very large screens? No change needed – works natively */

    /* GALLERY PAGE STYLES */
    /* HERO */
    .page-hero {
        background: var(--green);
        padding: 56px 5%;
        text-align: center;
    }

    .page-eyebrow {
        font-size: .6rem;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: var(--gold-lt);
        font-weight: 600;
        margin-bottom: 12px;
    }

    .page-title {
        font-family: 'EB Garamond', serif;
        font-size: clamp(2rem, 5vw, 3rem);
        color: var(--white);
        font-weight: 400;
        line-height: 1.1;
    }

    .page-title em {
        font-style: italic;
        color: var(--gold-lt);
    }

    .page-sub {
        font-size: .85rem;
        color: rgba(255, 255, 255, .65);
        margin-top: 12px;
        line-height: 1.8;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .divider {
        width: 36px;
        height: 2px;
        background: var(--gold);
        margin: 16px auto 0;
    }

    /* GALLERY GRID */
    .gallery-wrap {
        padding: 56px 5%;
    }

    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        max-width: 1200px;
        margin: 0 auto;
    }

    /* MASONRY-STYLE: some items span 2 columns or rows */
    .g-item {
        position: relative;
        overflow: hidden;
        background: var(--bg2);
        cursor: pointer;
    }

    .g-item.wide {
        grid-column: span 2;
    }

    .g-item.tall {
        grid-row: span 2;
    }

    .g-item img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        display: block;
        transition: transform .5s ease;
    }

    .g-item:hover img {
        transform: scale(1.06);
    }

    /* OVERLAY ON HOVER */
    .g-overlay {
        position: absolute;
        inset: 0;
        background: rgba(27, 67, 50, 0);
        display: flex;
        align-items: flex-end;
        padding: 16px;
        transition: background .3s;
    }

    .g-item:hover .g-overlay {
        background: rgba(27, 67, 50, .55);
    }

    .g-label {
        font-family: 'Jost', sans-serif;
        color: white;
        font-size: .75rem;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        opacity: 0;
        transform: translateY(6px);
        transition: all .3s;
    }

    .g-item:hover .g-label {
        opacity: 1;
        transform: translateY(0);
    }

    /* GALLERY SCROLL REVEAL ANIMATIONS */
    .reveal-section .page-title,
    .reveal-section .page-eyebrow,
    .reveal-section .page-sub,
    .reveal-section .g-item,
    .reveal-section .gallery-cta h2,
    .reveal-section .gallery-cta p,
    .reveal-section .cta-btns {
        filter: blur(10px);
        opacity: 0;
        transform: translateY(20px);
        transition: filter 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
        will-change: filter, opacity, transform;
    }

    .reveal-section.revealed .page-title,
    .reveal-section.revealed .page-eyebrow,
    .reveal-section.revealed .page-sub,
    .reveal-section.revealed .g-item,
    .reveal-section.revealed .gallery-cta h2,
    .reveal-section.revealed .gallery-cta p,
    .reveal-section.revealed .cta-btns {
        filter: blur(0);
        opacity: 1;
        transform: translateY(0);
    }

    /* Staggered load for Gallery Items */
    .reveal-section.revealed .g-item:nth-child(1) {
        transition-delay: 0.05s;
    }

    .reveal-section.revealed .g-item:nth-child(2) {
        transition-delay: 0.10s;
    }

    .reveal-section.revealed .g-item:nth-child(3) {
        transition-delay: 0.15s;
    }

    .reveal-section.revealed .g-item:nth-child(4) {
        transition-delay: 0.20s;
    }

    .reveal-section.revealed .g-item:nth-child(5) {
        transition-delay: 0.25s;
    }

    .reveal-section.revealed .g-item:nth-child(6) {
        transition-delay: 0.30s;
    }

    .reveal-section.revealed .g-item:nth-child(7) {
        transition-delay: 0.35s;
    }

    .reveal-section.revealed .g-item:nth-child(8) {
        transition-delay: 0.40s;
    }

    .reveal-section.revealed .g-item:nth-child(9) {
        transition-delay: 0.45s;
    }

    .reveal-section.revealed .g-item:nth-child(10) {
        transition-delay: 0.50s;
    }

    .reveal-section.revealed .g-item:nth-child(11) {
        transition-delay: 0.55s;
    }

    .reveal-section.revealed .g-item:nth-child(12) {
        transition-delay: 0.60s;
    }

    /* LIGHTBOX */
    .lightbox {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .94);
        z-index: 9999;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    #pride-wp-isolator .lightbox.open {
        display: flex;
    }

    #pride-wp-isolator .lb-img-wrap {
        position: relative;
        max-width: 90vw;
        max-height: 90vh;
    }

    #pride-wp-isolator .lb-img-wrap img {
        max-width: 100%;
        max-height: 88vh;
        object-fit: contain;
        display: block;
    }

    #pride-wp-isolator .lb-close {
        position: fixed;
        top: 20px;
        right: 24px;
        color: white;
        font-size: 2rem;
        cursor: pointer;
        background: none;
        border: none;
        font-family: 'Jost', sans-serif;
        line-height: 1;
        z-index: 10000;
    }

    #pride-wp-isolator .lb-prev,
    #pride-wp-isolator .lb-next {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-size: 2rem;
        cursor: pointer;
        background: rgba(255, 255, 255, .1);
        border: none;
        padding: 10px 16px;
        font-family: 'Jost', sans-serif;
        z-index: 10000;
        transition: background .2s;
    }

    #pride-wp-isolator .lb-prev {
        left: 10px;
    }

    #pride-wp-isolator .lb-next {
        right: 10px;
    }

    #pride-wp-isolator .lb-prev:hover,
    #pride-wp-isolator .lb-next:hover {
        background: rgba(255, 255, 255, .25);
    }

    #pride-wp-isolator .lb-caption {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        color: rgba(255, 255, 255, .75);
        font-size: .75rem;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        text-align: center;
    }

    #pride-wp-isolator .lb-counter {
        position: fixed;
        top: 22px;
        left: 50%;
        transform: translateX(-50%);
        color: rgba(255, 255, 255, .5);
        font-size: .72rem;
        letter-spacing: 2px;
    }

    /* CTA */
    #pride-wp-isolator .gallery-cta {
        background: var(--green);
        padding: 56px 5%;
        text-align: center;
    }

    #pride-wp-isolator .gallery-cta h2 {
        font-family: 'EB Garamond', serif;
        font-size: clamp(1.6rem, 3vw, 2.4rem);
        color: var(--white);
        font-weight: 400;
        margin-bottom: 8px;
    }

    #pride-wp-isolator .gallery-cta h2 em {
        font-style: italic;
        color: var(--gold-lt);
    }

    #pride-wp-isolator .gallery-cta p {
        font-size: .82rem;
        color: rgba(255, 255, 255, .65);
        margin-bottom: 24px;
    }

    #pride-wp-isolator .cta-btns {
        display: flex;
        gap: 12px;
        justify-content: center;
        flex-wrap: wrap;
    }

    #pride-wp-isolator .btn-book {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--gold);
        color: var(--white);
        padding: 14px 28px;
        font-size: .78rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none;
        transition: background .2s;
    }

    #pride-wp-isolator .btn-book:hover {
        background: var(--gold2);
    }

    #pride-wp-isolator .btn-wa-gallery {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #25D366;
        color: var(--white);
        padding: 14px 28px;
        font-size: .78rem;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none;
        transition: background .2s;
    }

    #pride-wp-isolator .btn-wa-gallery:hover {
        background: #1EBF5A;
    }

    #pride-wp-isolator .btn-wa-gallery svg {
        width: 18px;
        height: 18px;
        fill: white;
    }

    /* RESPONSIVE */
    @media(max-width:900px) {
        #pride-wp-isolator .gallery-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        #pride-wp-isolator .g-item.wide {
            grid-column: span 2;
        }

        #pride-wp-isolator .g-item.tall {
            grid-row: span 1;
        }
    }

    @media(max-width:540px) {
        #pride-wp-isolator .page-hero {
            padding: 40px 5%;
        }

        #pride-wp-isolator .gallery-wrap {
            padding: 40px 5%;
        }

        #pride-wp-isolator .gallery-grid {
            grid-template-columns: 1fr;
            gap: 8px;
        }

        #pride-wp-isolator .g-item.wide,
        #pride-wp-isolator .g-item.tall {
            grid-column: span 1;
            grid-row: span 1;
        }

        #pride-wp-isolator .g-item img {
            height: 260px;
            min-height: unset;
        }

        #pride-wp-isolator .lb-prev,
        #pride-wp-isolator .lb-next {
            display: none;
        }

        #pride-wp-isolator .gallery-cta {
            padding: 40px 5%;
        }
    }

    /* ============================================
   HIDE NEW DESKTOP ELEMENTS ON MOBILE/TABLET
   ============================================ */
    @media (max-width: 991px) {

        #pride-wp-isolator .hero-main-title,
        #pride-wp-isolator .hero-split,
        #pride-wp-isolator .welcome-section {
            display: none !important;
        }
    }

    /* ============================================
   DESKTOP GALLERY PAGE STYLES (>= 992px)
   Mobile styles remain EXACTLY as they are
   ============================================ */

    @media (min-width: 992px) {

        /* Override body background */
        body.page-gallery {
            background: #fefcf8;
        }

        /* Center and constrain main container */
        #pride-wp-isolator {
            max-width: 1400px;
            margin: 0 auto;
            background: white;
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.03);
        }

        /* === HERO SECTION REDESIGN === */
        #pride-wp-isolator .page-gallery .page-hero,
        body.page-gallery #pride-wp-isolator .page-hero {
            text-align: center;
            padding: 60px 40px 40px;
            background: white;
        }

        /* Remove existing eyebrow styling */
        body.page-gallery #pride-wp-isolator .page-eyebrow {
            display: none;
        }

        /* New centered PRIDE THAI SPA heading */
        body.page-gallery #pride-wp-isolator .hero-main-title {
            font-size: 48px;
            letter-spacing: 8px;
            font-weight: 300;
            color: #2c1810;
            margin-bottom: 0;
            font-family: 'EB Garamond', serif;
        }

        body.page-gallery #pride-wp-isolator .hero-main-title span {
            color: #6b2e5e;
            font-weight: 500;
        }

        /* Split PRIDE / THAI SPA text */
        body.page-gallery #pride-wp-isolator .hero-split {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            margin: 40px 0 30px;
        }

        body.page-gallery #pride-wp-isolator .hero-split .line {
            width: 80px;
            height: 1px;
            background: #d4c5b8;
        }

        body.page-gallery #pride-wp-isolator .hero-split .split-word {
            font-size: 28px;
            letter-spacing: 12px;
            font-weight: 300;
            color: #8b735f;
        }

        body.page-gallery #pride-wp-isolator .hero-split .split-word:first-child {
            letter-spacing: 8px;
        }

        /* Hide old page title structure */
        body.page-gallery #pride-wp-isolator .page-title,
        body.page-gallery #pride-wp-isolator .page-sub,
        body.page-gallery #pride-wp-isolator .divider {
            display: none;
        }

        /* === FULL WIDTH WELCOME SECTION === */
        body.page-gallery #pride-wp-isolator .welcome-section {
            position: relative;
            width: 100%;
            height: 500px;
            overflow: hidden;
            margin: 20px 0 60px;
        }

        body.page-gallery #pride-wp-isolator .welcome-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        body.page-gallery #pride-wp-isolator .welcome-overlay {
            position: absolute;
            bottom: 40px;
            left: 40px;
            background: rgba(255, 255, 255, 0.95);
            padding: 12px 28px;
            border-radius: 40px;
            font-size: 18px;
            font-weight: 500;
            color: #2c1810;
            letter-spacing: 2px;
        }

        /* === GALLERY GRID DESKTOP === */
        body.page-gallery #pride-wp-isolator .gallery-wrap {
            padding: 40px;
        }

        body.page-gallery #pride-wp-isolator .gallery-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* === CTA SECTION === */
        body.page-gallery #pride-wp-isolator .gallery-cta {
            background: #6b2e5e;
            text-align: center;
            padding: 60px 40px;
            margin-top: 40px;
        }

        body.page-gallery #pride-wp-isolator .gallery-cta h2 {
            font-size: 32px;
            color: white;
            margin-bottom: 16px;
        }

        body.page-gallery #pride-wp-isolator .gallery-cta p {
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 24px;
        }

        body.page-gallery #pride-wp-isolator .gallery-cta .btn-book {
            background: #e8c06a;
            color: #2c1810;
            padding: 14px 32px;
            border-radius: 40px;
            text-decoration: none;
            font-weight: 600;
            display: inline-block;
            transition: all 0.3s;
        }

        body.page-gallery #pride-wp-isolator .gallery-cta .btn-book:hover {
            background: #f0d88a;
            transform: translateY(-2px);
        }

        /* === NAVIGATION DESKTOP STYLES === */
        body.page-gallery #pride-wp-isolator nav {
            background: white;
            padding: 20px 40px;
            border-bottom: 1px solid #f0e8e0;
        }

        body.page-gallery #pride-wp-isolator .nav-links {
            display: flex;
            gap: 28px;
            justify-content: center;
        }

        body.page-gallery #pride-wp-isolator .nav-links a {
            color: #4a3729;
            font-size: 13px;
            letter-spacing: 1px;
        }

        body.page-gallery #pride-wp-isolator .nav-links a:hover {
            color: #6b2e5e;
        }

        /* Hide mobile elements on desktop */
        body.page-gallery #pride-wp-isolator .mob-nav,
        body.page-gallery #pride-wp-isolator .mob-sticky {
            display: none !important;
        }
    }

    /* Tablet adjustments (keep mobile styles intact) */
    @media (min-width: 768px) and (max-width: 991px) {
        body.page-gallery #pride-wp-isolator .gallery-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            padding: 20px;
        }
    }