/* ═══════════════════════════════════════════════════════════════════
   lux-theme.css — "Quiet Luxury" LIVE theme (default since 2026-07-02; ?lux=0 = legacy look)
   v1 was too subtle. v2 makes the statement: dark espresso blocks,
   cinematic hero veil, dark nav with white logo, unified outline
   buttons, stronger photo grading. html.luxon scoped — zero leak.
   2026-07-02
   ═══════════════════════════════════════════════════════════════════ */

html.luxon {
    --lx-espresso: #3D3427;
    --lx-dark: #2a2119;
    --lx-darker: #201a13;
    --lx-champagne: #c4a06c;
    --lx-champagne-soft: #d8bd8e;
    --lx-cream-text: #e6dcc9;
    --lx-stone: #c0bcb7;
    --lx-ivory: #f3efe7;
    --lx-paper: #faf8f4;
    --lx-hairline: #e2dbcd;
    --lx-hairline-dark: rgba(196,160,108,.28);
    --lx-mut: #6f6154;
}
html.luxon body {
    background: var(--lx-paper) !important;
    color: #3a3226 !important;
}
html.luxon ::selection { background: var(--lx-champagne); color: #fff; }
/* per OAK 2026-07-02: no chip buttons under the hero in lux */
html.luxon .hjc { display: none !important; }

/* ═══ NAV — dark espresso bar, white logo, champagne caps links ═══ */
html.luxon .main-nav {
    background: var(--lx-darker) !important;
    border-bottom: 1px solid var(--lx-hairline-dark) !important;
}
html.luxon .nav-logo img { filter: brightness(0) invert(1); }
html.luxon .nav-menu li a {
    font-family: 'Inter', 'Noto Sans Thai', sans-serif !important;
    font-size: 11.5px !important;
    font-weight: 500 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
    color: var(--lx-cream-text) !important;
}
html.luxon .nav-menu li a:hover { background: transparent !important; color: var(--lx-champagne-soft) !important; }
html.luxon .hamburger { color: var(--lx-cream-text) !important; }
html.luxon .nav-lang a { color: var(--lx-cream-text) !important; letter-spacing: .08em; }
html.luxon .nav-menu.show { background: var(--lx-darker) !important; border-top-color: var(--lx-hairline-dark) !important; }
html.luxon .nav-book-btn, html.luxon .nav-book-btn:link, html.luxon .nav-book-btn:visited {
    background: var(--lx-champagne) !important;
    border: 1px solid var(--lx-champagne) !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    letter-spacing: .18em !important;
}
html.luxon .nav-book-btn:hover { background: #b28e58 !important; color: #fff !important; transform: none !important; }
/* dropdown items live inside .nav-lang → the cream rule washed them out on white */
html.luxon .nav-book-menu a, html.luxon .nav-book-menu a:link, html.luxon .nav-book-menu a:visited {
    color: #3a2a20 !important;
}
html.luxon .nav-book-menu a:hover { background: #f5efe6 !important; color: #3a2a20 !important; }
html.luxon .sub-nav { background: var(--lx-dark) !important; border-color: var(--lx-hairline-dark) !important; }
html.luxon .sub-nav-item {
    text-transform: uppercase !important; letter-spacing: .12em !important;
    font-size: 11px !important; color: var(--lx-cream-text) !important;
    background: transparent !important; border-color: var(--lx-hairline-dark) !important;
}

/* ═══ HERO — cinematic dark veil + editorial caps ═══ */
html.luxon .pv2-hero { position: relative; }
html.luxon .pv2-hero::after {
    content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
    background:
        radial-gradient(120% 90% at 50% 10%, rgba(24,19,14,0) 40%, rgba(24,19,14,.42) 100%),
        linear-gradient(180deg, rgba(24,19,14,.30) 0%, rgba(24,19,14,.12) 40%, rgba(24,19,14,.58) 100%);
}
html.luxon .pv2-hero .hero-slide-overlay { z-index: 3 !important; }
html.luxon .pv2-hero .hero-slide-title {
    text-transform: uppercase !important;
    letter-spacing: .16em !important;
    font-weight: 400 !important;
    font-size: clamp(24px, 4vw, 48px) !important;
    line-height: 1.3 !important;
    text-shadow: 0 2px 30px rgba(0,0,0,.55) !important;
}
html.luxon .pv2-hero .hero-slide-text {
    font-weight: 300 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    opacity: .9;
}

/* ═══ SECTION HEADINGS — serif ALL-CAPS + thin champagne rule ═══ */
html.luxon .pv2-why-head h2,
html.luxon .pv2-section h2,
html.luxon .rf-title,
html.luxon #sec-reviews h2,
html.luxon #sec-faq h2,
html.luxon .home-blog-section h2,
html.luxon .home-video-section h2 {
    font-family: 'Cormorant Garamond', 'Noto Sans Thai', serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: .2em !important;
    font-size: clamp(20px, 2.4vw, 28px) !important;
    color: var(--lx-espresso) !important;
}
html.luxon .pv2-divider-mark {
    display: block !important;
    width: 44px !important; height: 1px !important;
    background: var(--lx-champagne) !important;
    border: 0 !important; border-radius: 0 !important;
    margin: 0 auto 16px !important;
}
html.luxon .pv2-lead { color: var(--lx-mut) !important; font-weight: 300 !important; letter-spacing: .05em !important; }

/* ═══ BREATHING ROOM — targeted (a blanket .pv2-section rule broke the
       booking card's -80px overlap onto the hero, per OAK) ═══ */
@media (min-width: 769px) {
    html.luxon #sec-programs,
    html.luxon .pv2-section:has(#therapist-home),
    html.luxon .pv2-section:has(.home-blog-section) {
        padding-top: 84px !important; padding-bottom: 44px !important;
    }
}

/* ═══ WHY SECTION — full dark espresso block (the statement piece) ═══ */
html.luxon .pv2-why { background: var(--lx-dark) !important; padding: 96px 20px !important; }
html.luxon .pv2-why-head h2 { color: var(--lx-cream-text) !important; }
html.luxon .pv2-why-head p { color: var(--lx-stone) !important; font-weight: 300 !important; letter-spacing: .06em !important; }
html.luxon .pv2-why-card {
    background: rgba(255,255,255,.03) !important;
    border: 1px solid var(--lx-hairline-dark) !important;
    border-radius: 3px !important;
    box-shadow: none !important;
}
html.luxon .pv2-why-card h3 {
    text-transform: uppercase !important; letter-spacing: .12em !important;
    font-weight: 600 !important; font-size: 12.5px !important;
    color: var(--lx-champagne-soft) !important;
}
html.luxon .pv2-why-card p { color: #bfb3a1 !important; }
/* 2026-07-02 per OAK: no color filters on any imagery at all */

/* ═══ CTA STRIP — deep espresso ═══ */
html.luxon .pv2-cta-strip { background: var(--lx-darker) !important; }
html.luxon .pv2-cta-strip a {
    border-radius: 2px !important;
    text-transform: uppercase !important;
    letter-spacing: .14em !important;
    box-shadow: none !important;
}

/* ═══ BOOKING CARD — unified outline buttons (one visual language) ═══ */
html.luxon .pv2-booking {
    border: 1px solid var(--lx-hairline) !important;
    box-shadow: 0 20px 50px rgba(40,30,20,.10) !important;
    border-radius: 4px !important;
}
html.luxon .pv2-bookcol { border: 1px solid var(--lx-hairline) !important; border-radius: 3px !important; box-shadow: none !important; }
html.luxon .pv2-bookcol-title { text-transform: uppercase !important; letter-spacing: .16em !important; font-size: .98rem !important; font-weight: 500 !important; }
html.luxon .pv2-channel-btn,
html.luxon .pv2-channel-btn span,
html.luxon .pv2-channel-btn * {
    color: var(--lx-espresso) !important;   /* child spans carry color:#fff → would be invisible on white */
}
html.luxon .pv2-channel-btn {
    background: #fff !important;
    border: 1px solid var(--lx-hairline) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    transition: border-color .15s, transform .15s;
}
html.luxon .pv2-channel-btn:hover { border-color: var(--lx-champagne) !important; transform: translateY(-1px); }

/* ═══ CARDS everywhere — hairline, near-square, no candy shadows ═══ */
html.luxon .grev-card,
html.luxon .therapist-card {
    background: #fff !important;
    border: 1px solid var(--lx-hairline) !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    transition: box-shadow .2s ease, transform .2s ease;
}
html.luxon .therapist-card:hover { box-shadow: 0 14px 34px rgba(61,52,39,.14) !important; transform: translateY(-3px); }
html.luxon .therapist-card img { border-radius: 0 !important; }
html.luxon .grev-stars, html.luxon .grevh-stars { color: var(--lx-champagne) !important; }
html.luxon #sec-reviews { background: var(--lx-ivory); display: block; }

/* program-intro pricing + link */
html.luxon .pi-price-block, html.luxon .pi-price-row { color: var(--lx-espresso) !important; }
html.luxon .pi-amt { font-family: 'Cormorant Garamond', serif !important; color: var(--lx-champagne) !important; font-weight: 600 !important; }
html.luxon .pi-all-programs-link {
    background: transparent !important; border: 1px solid var(--lx-champagne) !important;
    color: #8a6a2f !important; border-radius: 2px !important;
    text-transform: uppercase !important; letter-spacing: .14em !important; box-shadow: none !important;
}

/* ═══ PHOTO GRADING — REMOVED 2026-07-02 per OAK: desaturating made the
       therapists' skin tones look lifeless ("เหมือนคนจะตาย"). Never filter
       photos of people. Natural colors restored everywhere. ═══ */
html.luxon .rf-section img, html.luxon .home-blog-section img { border-radius: 3px; }

/* ═══ JUMP CHIPS ═══ */
html.luxon .hjc-chip, html.luxon .hjc-chip:link, html.luxon .hjc-chip:visited {
    background: transparent !important;
    border: 1px solid var(--lx-hairline) !important;
    border-radius: 2px !important;
    text-transform: uppercase !important;
    letter-spacing: .12em !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: var(--lx-espresso) !important;
}
html.luxon .hjc-chip:hover { border-color: var(--lx-champagne) !important; color: var(--lx-champagne) !important; background: transparent !important; transform: none !important; }

/* ═══ STICKY MOBILE CTA ═══ */
html.luxon .mscta { background: rgba(32,26,19,.96) !important; border-top: 1px solid var(--lx-hairline-dark) !important; }
html.luxon .mscta-btn { background: transparent !important; border: 1px solid var(--lx-hairline-dark) !important; border-radius: 2px !important; color: var(--lx-cream-text) !important; }
html.luxon .mscta-book {
    background: var(--lx-champagne) !important;
    border-radius: 2px !important;
    letter-spacing: .16em !important; text-transform: uppercase !important;
    box-shadow: none !important; font-size: 12px !important;
}

/* ═══ FAQ — hairline dividers, no boxes ═══ */
html.luxon #sec-faq details {
    border: 0 !important;
    border-bottom: 1px solid var(--lx-hairline) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
html.luxon #sec-faq summary { letter-spacing: .02em; }

/* ═══ FOOTER — deep espresso ═══ */
html.luxon footer {
    background: var(--lx-darker) !important;
    color: #b6aa97 !important;
    border-top: 1px solid var(--lx-hairline-dark) !important;
}
html.luxon footer h3 {
    color: var(--lx-champagne-soft) !important;
    text-transform: uppercase !important;
    letter-spacing: .18em !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
}
html.luxon footer a, html.luxon footer a:link, html.luxon footer a:visited { color: var(--lx-cream-text) !important; }
html.luxon footer a:hover { color: var(--lx-champagne-soft) !important; }
html.luxon .footer-legal { color: #8a7d6a !important; }


/* ═══════════════════════════════════════════════════════════════════
   v3 — EDITORIAL LAYOUT DEVICES (per OAK: กรอบเยื้องหลังรูป, การคร่อม
   รอยต่อพื้น, ความไม่เท่ากันของภาพ/พื้น/ตัวอักษร — แบบ Cavernes)
   ═══════════════════════════════════════════════════════════════════ */

/* ── 1) OFFSET HAIRLINE FRAME — เส้นกรอบทองบางเยื้องขึ้น-ขวา พาดผ่านขอบรูป ── */
html.luxon .pv2-promo { position: relative; }
html.luxon .pv2-promo::after {
    content: ''; position: absolute; pointer-events: none; z-index: 4;
    top: -14px; right: -14px; bottom: 14px; left: 14px;
    border: 1px solid rgba(196,160,108,.75);
}
html.luxon .home-blog-featured .hb-img { position: relative; display: block; }
html.luxon .home-blog-featured .hb-img::after {
    content: ''; position: absolute; pointer-events: none; z-index: 4;
    top: -12px; right: -12px; bottom: 12px; left: 12px;
    border: 1px solid rgba(196,160,108,.7);
}
/* rooms hero tile: inset white frame (overflow hidden → กรอบด้านใน) */
html.luxon .rf-tile.rf-hero::before {
    content: ''; position: absolute; inset: 12px; z-index: 3;
    border: 1px solid rgba(255,255,255,.55); pointer-events: none;
}

/* ── 2) OVERLAP / ASYMMETRIC PANELS — พื้นดำไม่เต็ม + รูปคร่อมรอยต่อ ── */
@media (min-width: 769px) {
    /* แบนเนอร์โปรโมท "ลอยคร่อม" แถบดำที่เริ่มกลางบล็อก */
    html.luxon .pv2-promo-wrap {
        background: linear-gradient(180deg, transparent 0 30%, var(--lx-dark) 30% 100%);
        padding-bottom: 38px !important;
        padding-top: 20px !important;
    }
    /* why-section: พื้นดำเว้นขอบซ้าย 5% = พื้นไม่เต็มจอ */
    html.luxon .pv2-why {
        background: linear-gradient(90deg, var(--lx-paper) 0 5%, var(--lx-dark) 5% 100%) !important;
    }
    /* reviews: แผง ivory หยุดก่อนขอบขวา */
    html.luxon #sec-reviews {
        background: linear-gradient(90deg, var(--lx-ivory) 0 95%, var(--lx-paper) 95% 100%);
    }
}

/* ── 3) DOUBLE-LINE FRAME BUTTONS (แบบปุ่ม SHOP CAVERNES CARE) ── */
html.luxon .pi-all-programs-link,
html.luxon .nav-book-btn,
html.luxon .mscta-book,
html.luxon .pv2-cta-strip a {
    outline: 1px solid rgba(196,160,108,.5) !important;
    outline-offset: 3px !important;
}
html.luxon .pi-all-programs-link:hover,
html.luxon .nav-book-btn:hover { outline-color: rgba(196,160,108,.9) !important; }


/* ═══ THERAPISTS LISTING PAGE polish — 2026-07-02 ═══ */
html.luxon .therapist-section h2 {
    font-family: 'Cormorant Garamond', 'Noto Sans Thai', serif !important;
    text-transform: uppercase; letter-spacing: .14em; font-weight: 500;
}
html.luxon .therapist-card .name { font-family: 'Cormorant Garamond', 'Noto Sans Thai', serif; font-size: 1.16rem; letter-spacing: .05em; }
html.luxon .tc-img-area img { transition: transform .4s ease; }
html.luxon .therapist-card:hover .tc-img-area img { transform: scale(1.045); }
html.luxon .therapist-card .tc-badge { border-radius: 2px !important; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
html.luxon .tc-pill-straight { background: rgba(32,26,19,.78) !important; }
html.luxon .tc-pill-gay, html.luxon .tc-pill-other { background: rgba(196,160,108,.94) !important; color: #fff !important; }
html.luxon .tf-bar { background: #fff; border: 1px solid var(--lx-hairline); border-radius: 4px; box-shadow: 0 2px 10px rgba(40,30,20,.05); }
