/*
Theme Name: Lux Property Child
Theme URI: https://propertyhuahin.funcrowd.co.th
Description: Bespoke Luxury Real Estate Child Theme for Hello Elementor.
Author: Funcrowd Development Team
Author URI: https://funcrowd.co.th
Template: hello-elementor
Version: 1.0.0
Text Domain: lux-child
*/

/* --------------------------------------------------------- *
 * Google Fonts Import
 * --------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

/* --------------------------------------------------------- *
 * Modern CSS Reset
 * --------------------------------------------------------- */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
    color: #1a1a1a;
    font-family: 'Plus Jakarta Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    overflow-x: hidden;
    min-height: 100vh;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease, opacity 0.3s ease;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

button {
    cursor: pointer;
    background: none;
    border: none;
}

input, textarea {
    border-radius: 0;
}

hr {
    height: 0;
    overflow: visible;
}

:focus-visible {
    outline: 2px solid #b08d57;
    outline-offset: 2px;
}

::selection {
    background: #b08d57;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, figure, blockquote, dl, dd, pre, fieldset, legend, form, table, hr {
    margin: 0;
}

button, a {
    touch-action: manipulation;
}

iframe {
    border: 0;
    width: 100%;
}

[hidden] {
    display: none !important;
}

/* --------------------------------------------------------- *
 * Luxury Typography System
 * --------------------------------------------------------- */
body,
.elementor-kit-1,
.elementor-page,
.elementor-widget-text-editor,
.elementor-widget-theme-post-content {
    font-family: 'Plus Jakarta Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.entry-title,
.widget-title,
.site-title,
.page-title {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: 500;
    line-height: 1.2;
    color: #141414;
    letter-spacing: -0.01em;
    margin-bottom: 0.5em;
}

h1 {
    font-size: clamp(2.75rem, 6vw, 4.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
}

h2 {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 500;
    letter-spacing: -0.01em;
}

h3 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 500;
}

h4 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 500;
}

h5 {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 500;
}

h6 {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

p {
    margin-bottom: 1.5em;
}

p:last-child {
    margin-bottom: 0;
}

blockquote {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 3rem 0;
    padding: 2rem 3rem;
    border-left: 2px solid #b08d57;
    background: linear-gradient(to right, rgba(176, 141, 87, 0.08), transparent);
}

cite {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 1rem;
    color: #555555;
}

strong, b {
    font-weight: 600;
}

em, i {
    font-style: italic;
}

.dropcap::first-letter {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 60px;
    line-height: 0.8;
    float: left;
    margin: 12px 12px 0 0;
    color: #b08d57;
}

/* --------------------------------------------------------- *
 * Luxury Elements & Utilities
 * --------------------------------------------------------- */
.site-header,
.site-footer,
.elementor-section {
    -webkit-font-smoothing: antialiased;
}

/* Subtle gold accent utility class */
.lux-gold {
    color: #b08d57;
}

/* Button reset for Elementor overrides */
.elementor-button,
.lux-btn {
    font-family: 'Plus Jakarta Sans', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.35s ease;
}

.elementor-button:hover,
.lux-btn:hover {
    background-color: #141414 !important;
    color: #ffffff !important;
}

/* Links within content */
.entry-content a {
    color: #b08d57;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.entry-content a:hover {
    color: #8a6b3f;
    text-decoration: none;
}

/* Wide content with subtle fade edges for luxury feel */
.lux-fade-edge {
    position: relative;
}

.lux-fade-edge::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, #141414, transparent);
}

/* Scrollbar styling for webkit */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #b08d57, #8a6b3f);
    border-radius: 0;
}

::placeholder {
    color: #a0a0a0;
    font-weight: 300;
    letter-spacing: 0.05em;
}

/* --------------------------------------------------------- *
 * WordPress Core Essentials
 * --------------------------------------------------------- */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

img.alignleft {
    float: left;
    margin: 0 2em 2em 0;
}

img.alignright {
    float: right;
    margin: 0 0 2em 2em;
}

img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.wp-caption-text {
    font-size: 0.8125rem;
    font-style: italic;
    text-align: center;
    padding: 0.75em 0;
    color: #666666;
}

.sticky {
    display: block;
}

.gallery-caption {
    display: block;
}

.bypostauthor {
    display: block;
}

.alignnone {
    margin-bottom: 1.5em;
}

/* --------------------------------------------------------- *
 * Hello Elementor Overrides
 * --------------------------------------------------------- */
#primary {
    padding: 0;
}

.hello-elementor,
.hello-elementor .elementor-widget-container,
.hello-elementor .elementor-text-editor {
    font-family: inherit;
}

.elementor-page .entry-title {
    margin-bottom: 0.5em;
}

/* Ensure feature pages feel more generous with whitespace */
.elementor-section.elementor-section-boxed {
    padding: 80px 20px;
}

/* Simple custom graphics on headings for luxury feel */
.lux-divider {
    display: inline-block;
    width: 60px;
    height: 1px;
    background: linear-gradient(to right, transparent, #b08d57, transparent);
    vertical-align: middle;
}

/* --------------------------------------------------------- *
 * LUXURY HOMEPAGE & COMPONENT STYLES
 * --------------------------------------------------------- */
:root {
    --lux-gold: #c5a880;
    --lux-gold-hover: #b08f62;
    --lux-navy: #0e1726;
    --lux-dark: #121820;
    --lux-card-bg: #ffffff;
    --lux-border: #e8ecf1;
    --lux-text-muted: #6b7280;
}

.lux-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Badge */
.lux-badge-gold {
    display: inline-block;
    padding: 6px 18px;
    background: rgba(197, 168, 128, 0.18);
    border: 1px solid rgba(197, 168, 128, 0.45);
    color: var(--lux-gold);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    border-radius: 50px;
    margin-bottom: 20px;
}

/* Home Hero */
.lux-home-hero {
    position: relative;
    padding: 130px 0 110px;
    color: #ffffff;
    text-align: center;
}

.lux-home-hero__inner {
    max-width: 960px;
    margin: 0 auto;
}

.lux-home-hero__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 3.25rem;
    font-weight: 600;
    line-height: 1.22;
    color: #ffffff;
    margin-bottom: 22px;
    letter-spacing: -0.5px;
}

.lux-home-hero__subtitle {
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 45px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}

/* Hero Filter Box */
.lux-hero-filter-box {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(14px);
    border-radius: 14px;
    padding: 24px 30px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
    margin-bottom: 45px;
    text-align: left;
}

.lux-search-fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
    gap: 18px;
    align-items: flex-end;
}

.lux-search-col label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--lux-navy);
    margin-bottom: 8px;
}

.lux-select {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: #f9fafb;
    color: #111827;
    font-size: 0.95rem;
    font-family: inherit;
    outline: none;
    transition: all 0.2s ease;
}

.lux-select:focus {
    border-color: var(--lux-gold);
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(197, 168, 128, 0.25);
}

.lux-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
}

.lux-btn--gold {
    height: 48px;
    padding: 0 28px;
    background: linear-gradient(135deg, #c5a880 0%, #a88456 100%);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(197, 168, 128, 0.35);
    white-space: nowrap;
}

.lux-btn--gold:hover {
    background: linear-gradient(135deg, #b08f62 0%, #947143 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(197, 168, 128, 0.45);
    color: #ffffff;
}

/* Trust Stats */
.lux-hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.lux-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lux-stat-num {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--lux-gold);
    margin-bottom: 4px;
}

.lux-stat-lbl {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, 0.8);
}

.lux-stat-sep {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
}

/* Sections */
.lux-section {
    padding: 95px 0;
}

.lux-section--properties {
    background: #fcfcfc;
}

.lux-section-header {
    margin-bottom: 55px;
}

.text-center {
    text-align: center;
}

.lux-section-tag {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--lux-gold);
    margin-bottom: 12px;
}

.lux-section-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--lux-navy);
    line-height: 1.25;
    margin-bottom: 14px;
}

.lux-section-desc {
    max-width: 680px;
    margin: 0 auto;
    font-size: 1.05rem;
    color: var(--lux-text-muted);
    line-height: 1.65;
}

/* Locations Grid */
.lux-locations-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.lux-loc-card {
    height: 380px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.lux-loc-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.lux-loc-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 23, 38, 0.1) 0%, rgba(14, 23, 38, 0.92) 80%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    color: #ffffff;
}

.lux-loc-card__count {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--lux-gold);
    margin-bottom: 6px;
}

.lux-loc-card__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.4rem;
    color: #ffffff;
    margin-bottom: 8px;
}

.lux-loc-card__desc {
    font-size: 0.85rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 14px;
}

.lux-loc-card__link {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--lux-gold);
    text-decoration: none;
    transition: color 0.2s ease;
}

.lux-loc-card__link:hover {
    color: #ffffff;
}

/* Advantages Section */
.lux-section--advantages {
    background: #ffffff;
    border-top: 1px solid var(--lux-border);
}

.lux-adv-wrap {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.lux-adv-lead {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 35px;
}

.lux-adv-points {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.lux-point {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.lux-point__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(197, 168, 128, 0.15);
    color: var(--lux-gold-hover);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
}

.lux-point__content h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--lux-navy);
    margin-bottom: 4px;
}

.lux-point__content p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--lux-text-muted);
}

/* Concierge Card */
.lux-contact-card-box {
    background: linear-gradient(135deg, #0e1726 0%, #16243b 100%);
    border-radius: 16px;
    padding: 40px 36px;
    color: #ffffff;
    box-shadow: 0 20px 45px rgba(14, 23, 38, 0.25);
    text-align: center;
}

.lux-contact-card-box h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.75rem;
    margin-bottom: 12px;
    color: #ffffff;
}

.lux-contact-card-box p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 28px;
    line-height: 1.6;
}

.lux-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lux-btn--whatsapp {
    height: 48px;
    background-color: #25D366;
    color: #ffffff;
    font-weight: 600;
}

.lux-btn--whatsapp:hover {
    background-color: #1ebc57;
    color: #ffffff;
}

.lux-btn--outline {
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.lux-btn--outline:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* Responsive */
@media (max-width: 1024px) {
    .lux-locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .lux-adv-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .lux-home-hero__title {
        font-size: 2.2rem;
    }
    .lux-search-fields {
        grid-template-columns: 1fr;
    }
    .lux-hero-stats {
        gap: 18px;
    }
    .lux-stat-sep {
        display: none;
    }
    .lux-locations-grid {
        grid-template-columns: 1fr;
    }
}


/* --------------------------------------------------------- *
 * LUXURY SINGLE PROPERTY PAGE STYLES (v2.0)
 * --------------------------------------------------------- */
.lux-single-property-page {
    background-color: #f8fafc;
    color: #1e293b;
    padding-bottom: 80px;
}

/* Topbar */
.lux-prop-topbar {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 0;
}

.lux-prop-topbar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.lux-prop-breadcrumb {
    font-size: 0.85rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.lux-prop-breadcrumb a {
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
}

.lux-prop-breadcrumb a:hover {
    color: var(--lux-gold);
}

.lux-prop-breadcrumb .lux-current {
    color: #0f172a;
    font-weight: 600;
}

.lux-prop-topbar__badges {
    display: flex;
    gap: 8px;
    align-items: center;
}

.lux-pill {
    display: inline-block;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 4px;
}

.lux-pill--status {
    background: #0f172a;
    color: #ffffff;
}

.lux-pill--type {
    background: rgba(197, 168, 128, 0.2);
    color: #926f34;
    border: 1px solid rgba(197, 168, 128, 0.4);
}

.lux-pill--ref {
    background: #f1f5f9;
    color: #64748b;
}

/* Header & Title */
.lux-prop-header {
    background: #ffffff;
    padding: 30px 0 25px;
    border-bottom: 1px solid #f1f5f9;
}

.lux-prop-header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.lux-prop-header__title-area {
    flex: 1;
    min-width: 320px;
}

.lux-prop-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.35rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 10px;
}

.lux-prop-address {
    font-size: 0.95rem;
    color: #64748b;
    display: flex;
    align-items: center;
}

.lux-prop-header__price-area {
    text-align: right;
}

.lux-price-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    margin-bottom: 4px;
}

.lux-price-amount {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.1;
}

.lux-price-amount .lux-period {
    font-size: 1.1rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #64748b;
    font-weight: 400;
}

.lux-price-sqm {
    display: block;
    font-size: 0.85rem;
    color: var(--lux-gold);
    font-weight: 600;
    margin-top: 4px;
}

/* Mosaic Gallery Section */
.lux-gallery-section {
    padding: 24px 0 35px;
}

.lux-mosaic-gallery {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 12px;
    height: 520px;
    border-radius: 16px;
    overflow: hidden;
    background: #0f172a;
}

.lux-mosaic-main {
    position: relative;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.lux-mosaic-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, opacity 0.3s ease;
}

.lux-mosaic-main:hover img {
    transform: scale(1.02);
}

.lux-mosaic-side {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;
    height: 100%;
}

.lux-mosaic-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.lux-mosaic-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.lux-mosaic-thumb:hover img {
    transform: scale(1.06);
}

/* Main Body Layout */
.lux-prop-body-section {
    margin-top: 10px;
}

.lux-prop-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 36px;
    align-items: flex-start;
}

/* White Card Box */
.lux-card-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 34px 36px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    margin-bottom: 28px;
}

.lux-box-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.55rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

/* Specifications Grid */
.lux-specs-grid-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.lux-spec-cell {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 18px;
    text-align: center;
    transition: all 0.2s ease;
}

.lux-spec-cell:hover {
    border-color: var(--lux-gold);
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}

.lux-spec-icon {
    color: var(--lux-gold);
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
}

.lux-spec-val {
    display: block;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2px;
}

.lux-spec-lbl {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #64748b;
}

/* Content Body */
.lux-prop-content-body {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #334155;
}

.lux-prop-content-body p {
    margin-bottom: 18px;
}

/* Amenities Pills */
.lux-amenities-pills {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.lux-amenity-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.lux-amenity-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.lux-amenity-text {
    font-size: 0.95rem;
    font-weight: 500;
    color: #1e293b;
}

/* Map Embed */
.lux-loc-subtext {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 18px;
    line-height: 1.6;
}

.lux-map-embed-wrapper {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

/* Sticky Right Sidebar */
.lux-sticky-sidebar {
    position: sticky;
    top: 90px;
}

.lux-sidebar-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.lux-sidebar-price-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 24px;
    color: #ffffff;
    text-align: center;
}

.lux-sidebar-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--lux-gold);
    margin-bottom: 6px;
}

.lux-sidebar-price {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.lux-sidebar-price .lux-sub {
    font-size: 1rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #94a3b8;
}

.lux-chanote-badge {
    display: inline-block;
    font-size: 0.75rem;
    color: #86efac;
    font-weight: 600;
}

.lux-sidebar-actions {
    padding: 22px 24px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lux-btn-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 48px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.lux-btn--wa {
    background: #25D366;
    color: #ffffff;
}

.lux-btn--wa:hover {
    background: #1ebc57;
    color: #ffffff;
    transform: translateY(-1px);
}

.lux-btn--line {
    background: #00B900;
    color: #ffffff;
}

.lux-btn--line:hover {
    background: #00a000;
    color: #ffffff;
    transform: translateY(-1px);
}

.lux-btn--call {
    background: #f1f5f9;
    color: #0f172a;
    border: 1px solid #cbd5e1;
}

.lux-btn--call:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.lux-sidebar-form {
    padding: 18px 24px;
    border-top: 1px solid #f1f5f9;
}

.lux-sidebar-form h4 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.15rem;
    color: #0f172a;
    margin-bottom: 4px;
}

.lux-form-subtitle {
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 14px;
}

.lux-form-row {
    margin-bottom: 10px;
}

.lux-input {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.9rem;
    font-family: inherit;
    outline: none;
    background: #f8fafc;
}

.lux-input:focus {
    border-color: var(--lux-gold);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(197, 168, 128, 0.2);
}

.lux-btn--full {
    width: 100%;
}

.lux-agent-profile {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 24px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.lux-agent-avatar img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--lux-gold);
}

.lux-agent-bio h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2px;
}

.lux-agent-bio span {
    display: block;
    font-size: 0.75rem;
    color: var(--lux-gold);
    font-weight: 600;
}

.lux-agent-bio p {
    font-size: 0.75rem;
    color: #64748b;
}

/* Similar Properties Section */
.lux-similar-section {
    padding: 60px 0 30px;
    border-top: 1px solid #e2e8f0;
    margin-top: 40px;
}

/* Responsive */
@media (max-width: 1024px) {
    .lux-prop-layout {
        grid-template-columns: 1fr;
    }
    .lux-mosaic-gallery {
        height: 420px;
    }
}

@media (max-width: 768px) {
    .lux-mosaic-gallery {
        grid-template-columns: 1fr;
        height: 300px;
    }
    .lux-mosaic-side {
        display: none;
    }
    .lux-specs-grid-boxes {
        grid-template-columns: repeat(2, 1fr);
    }
    .lux-amenities-pills {
        grid-template-columns: 1fr;
    }
    .lux-prop-header__wrap {
        flex-direction: column;
    }
    .lux-prop-header__price-area {
        text-align: left;
    }
}

/* ==========================================================================
   LUXURY HUA HIN - SINGLE PROPERTY SPECIFICATION STYLES
   Exact 1:1 Architectural Implementation matching LuxuryHuaHin Benchmarks
   Crafted by Funcrowd Development Team (Funcrowd Co., Ltd.)
   ========================================================================== */

.lux-page-wrap {
    background-color: #f3f4f6;
    color: #1f2937;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    padding-bottom: 60px;
    min-height: 100vh;
}

/* Top Breadcrumb Trail */
.lux-breadcrumb-bar {
    padding: 14px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.lux-breadcrumb-bar .lux-container {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 16px;
}

.lux-breadcrumb-trail {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 13.5px;
    color: #6b7280;
}

.lux-breadcrumb-trail li a {
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s ease;
}

.lux-breadcrumb-trail li a:hover {
    color: #1e3a8a;
}

.lux-breadcrumb-trail .sep {
    display: inline-flex;
    align-items: center;
    color: #9ca3af;
}

.lux-breadcrumb-trail .current span {
    color: #111827;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Main Section & Two-Column Grid */
.lux-main-section {
    padding: 24px 0 40px;
}

.lux-main-section .lux-container {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 16px;
}

.lux-layout-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
}

.lux-col-main {
    flex: 0 0 calc(66.666% - 12px);
    max-width: calc(66.666% - 12px);
    width: calc(66.666% - 12px);
}

.lux-col-sidebar {
    flex: 0 0 calc(33.333% - 12px);
    max-width: calc(33.333% - 12px);
    width: calc(33.333% - 12px);
}

/* Main Left Stack Card */
.lux-card-stack {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.lux-card-block {
    padding: 24px 28px;
    border-bottom: 1px solid #e5e7eb;
}

.lux-card-block:last-child {
    border-bottom: none;
}

/* A. Property Header Card */
.lux-prop-header-card {
    padding: 24px 28px 20px;
    border-bottom: 1px solid #e5e7eb;
}

.lux-prop-main-title {
    font-size: 28px;
    font-weight: 600;
    color: #111827;
    line-height: 1.3;
    margin: 0 0 12px 0;
    font-family: inherit;
}

.lux-prop-meta-subrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.lux-location-trail {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #4b5563;
}

.lux-icon-pin {
    flex-shrink: 0;
}

.lux-project-txt {
    color: #111827;
}

.lux-dot-sep {
    color: #c5a880;
    font-weight: bold;
}

.lux-city-txt {
    color: #6b7280;
}

.lux-price-tag-wrap {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-size: 20px;
    font-weight: 700;
}

.lux-price-lead {
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    margin-right: 2px;
}

.lux-price-num {
    color: #1e3a8a;
    font-size: 22px;
    font-weight: 700;
}

.lux-price-suffix {
    font-size: 13px;
    font-weight: 400;
    color: #6b7280;
}

/* B. Gallery Slider Box */
.lux-gallery-slider-box {
    position: relative;
    background-color: #111827;
    border-bottom: 1px solid #e5e7eb;
}

.lux-slider-stage {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    background-color: #0f172a;
}

.lux-slider-stage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.15s ease;
}

.lux-photo-counter {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgba(17, 24, 39, 0.75);
    backdrop-filter: blur(6px);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 5;
    pointer-events: none;
}

.lux-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
    z-index: 6;
}

.lux-arrow-prev {
    left: 16px;
}

.lux-arrow-next {
    right: 16px;
}

.lux-slider-arrow:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.08);
}

/* Horizontal Thumbnail Scroll Strip (100px height matching reference) */
.lux-thumbnail-scroll-strip {
    display: flex;
    gap: 8px;
    padding: 10px 16px;
    background: #ffffff;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.lux-thumbnail-scroll-strip::-webkit-scrollbar {
    height: 6px;
}

.lux-thumbnail-scroll-strip::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.lux-thumb-item {
    flex: 0 0 130px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.65;
    transition: all 0.15s ease;
}

.lux-thumb-item.is-active,
.lux-thumb-item:hover {
    border-color: #1e3a8a;
    opacity: 1;
}

.lux-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* C. Key Specs Ribbon Bar */
.lux-specs-ribbon-bar {
    display: flex;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    text-align: center;
}

.lux-spec-col {
    flex: 1;
    padding: 18px 10px;
    border-right: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lux-spec-col:last-child {
    border-right: none;
}

.lux-spec-icon {
    margin-bottom: 6px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lux-spec-label {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 2px;
}

.lux-spec-value {
    font-size: 14px;
    color: #4b5563;
}

.lux-spec-value sup {
    font-size: 10px;
}

/* D. Details 3-Column Grid */
.lux-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #4b5563;
    margin: 0 0 16px 0;
    letter-spacing: -0.01em;
}

.lux-details-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    font-size: 14px;
}

.lux-detail-cell {
    display: flex;
    gap: 6px;
}

.lux-detail-lbl {
    color: #6b7280;
}

.lux-detail-val {
    font-weight: 600;
    color: #111827;
}

/* E. About This Listing */
.lux-prose-body {
    font-size: 14.5px;
    line-height: 1.7;
    color: #4b5563;
}

.lux-prose-body h2,
.lux-prose-body h3,
.lux-prose-body h4 {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 18px 0 8px 0;
}

.lux-prose-body p {
    margin: 0 0 12px 0;
}

.lux-prose-body strong {
    color: #111827;
}

/* F. Features 3-Column Grid */
.lux-features-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    font-size: 14px;
}

.lux-feature-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lux-feature-dot {
    display: inline-flex;
    align-items: center;
    color: #c5a880;
}

.lux-feature-text {
    color: #111827;
}

/* G. Location Map */
.lux-location-desc {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 14px 0;
}

.lux-map-viewport {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.lux-map-viewport iframe {
    display: block;
    width: 100%;
    height: 380px;
    border: 0;
}

/* ==========================================================================
   RIGHT COLUMN: STICKY SIDEBAR
   ========================================================================== */
.lux-sticky-sidebar-wrapper {
    position: sticky;
    top: 20px;
}

.lux-sidebar-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.lux-sidebar-top-bar {
    background-color: #1e3a8a;
    padding: 18px;
    text-align: center;
}

.lux-sidebar-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.lux-sidebar-body {
    padding: 24px;
}

.lux-sidebar-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
}

.lux-sidebar-price-val {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.lux-sidebar-price-val .lux-sub {
    font-size: 13px;
    font-weight: 400;
    color: #6b7280;
}

.lux-badge-chanote {
    font-size: 12px;
    font-weight: 600;
    color: #059669;
    background: #ecfdf5;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Buttons */
.lux-btn-pill {
    display: block;
    width: 100%;
    padding: 14px 20px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s ease;
    margin-bottom: 10px;
    outline: none;
    box-sizing: border-box;
}

.lux-btn--primary {
    background-color: #1e3a8a;
    color: #ffffff;
    border: 1px solid #1e3a8a;
}

.lux-btn--primary:hover {
    background-color: #172554;
    border-color: #172554;
    color: #ffffff;
}

.lux-btn--wa {
    background-color: #ffffff;
    color: #15803d;
    border: 2px solid #25D366;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lux-btn--wa:hover {
    background-color: #f0fdf4;
    color: #15803d;
}

.lux-btn--line {
    background-color: #ffffff;
    color: #06C755;
    border: 2px solid #06C755;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lux-btn--line:hover {
    background-color: #f0fdf4;
    color: #06C755;
}

.lux-sidebar-call-box {
    text-align: center;
    margin: 12px 0 18px;
}

.lux-sidebar-call-link {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.15s ease;
}

.lux-sidebar-call-link:hover {
    color: #1e3a8a;
}

/* Fast Inline Form */
.lux-sidebar-form-wrap {
    background: #f9fafb;
    padding: 18px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e5e7eb;
}

.lux-form-box-title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 4px 0;
}

.lux-form-box-subtitle {
    font-size: 12px;
    color: #6b7280;
    margin: 0 0 14px 0;
}

.lux-form-group {
    margin-bottom: 10px;
}

.lux-field-input {
    width: 100%;
    padding: 10px 12px;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 13.5px;
    font-family: inherit;
    outline: none;
    color: #111827;
    box-sizing: border-box;
}

.lux-field-input:focus {
    border-color: #1e3a8a;
    box-shadow: 0 0 0 2px rgba(30, 58, 138, 0.1);
}

.lux-btn--submit {
    background-color: #c5a880;
    color: #ffffff;
    border: none;
    margin-bottom: 0;
}

.lux-btn--submit:hover {
    background-color: #b09167;
}

.lux-form-status-msg {
    padding: 10px;
    border-radius: 6px;
    font-size: 12.5px;
    margin-top: 10px;
}

.lux-form-status-msg.is-success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

/* Agent Bio Card */
.lux-agent-profile-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    background: #f9fafb;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.lux-agent-photo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #c5a880;
    flex-shrink: 0;
}

.lux-agent-fullname {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}

.lux-agent-job {
    font-size: 12px;
    color: #c5a880;
    font-weight: 600;
}

.lux-agent-firm {
    font-size: 11px;
    color: #6b7280;
}

/* Bottom Full-Width Sections */
.lux-cta-detail-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 36px 20px;
    text-align: center;
    margin-top: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.lux-cta-detail-heading {
    font-size: 22px;
    font-weight: 600;
    color: #4b5563;
    margin: 0 0 6px 0;
}

.lux-cta-detail-sub {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 16px 0;
}

.lux-btn--cta-center {
    display: inline-block;
    max-width: 240px;
    margin: 0 auto;
}

/* Similar Properties Grid */
.lux-similar-properties-wrap {
    margin-top: 40px;
}

.lux-similar-title-bar {
    margin-bottom: 20px;
    text-align: center;
}

.lux-similar-heading {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.lux-similar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 1024px) {
    .lux-layout-row {
        flex-direction: column;
    }
    .lux-col-main {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .lux-col-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .lux-sticky-sidebar-wrapper {
        position: static;
    }
    .lux-slider-stage {
        height: 380px;
    }
}

@media (max-width: 768px) {
    .lux-slider-stage {
        height: 280px;
    }
    .lux-prop-main-title {
        font-size: 22px;
    }
    .lux-prop-meta-subrow {
        flex-direction: column;
        align-items: flex-start;
    }
    .lux-specs-ribbon-bar {
        flex-wrap: wrap;
    }
    .lux-spec-col {
        flex: 0 0 50%;
        border-bottom: 1px solid #e5e7eb;
    }
    .lux-spec-col:nth-child(2) {
        border-right: none;
    }
    .lux-details-grid-3 {
        grid-template-columns: 1fr;
    }
    .lux-features-grid-3 {
        grid-template-columns: 1fr;
    }
    .lux-similar-grid {
        grid-template-columns: 1fr;
    }
    .lux-card-block {
        padding: 18px 16px;
    }
    .lux-sidebar-body {
        padding: 18px 16px;
    }
}

/* ==========================================================================
   LUXURY SITE HEADER & FOOTER STYLES
   Crafted by Funcrowd Development Team (Funcrowd Co., Ltd.)
   ========================================================================== */

/* Hide Hello Elementor default header/footer completely */
#site-header.dynamic-header,
#site-footer.dynamic-footer {
    display: none !important;
}

/* Luxury Site Header */
.lux-site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.lux-header-microbar {
    background-color: #0f172a;
    color: #94a3b8;
    font-size: 12px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lux-microbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lux-micro-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #cbd5e1;
}

.lux-micro-link {
    color: #cbd5e1;
    text-decoration: none;
    margin-left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.15s ease;
}

.lux-micro-link:hover {
    color: #ffffff;
}

.lux-micro-wa {
    color: #4ade80;
}

/* Main Navbar */
.lux-navbar-main {
    padding: 14px 0;
    background-color: #ffffff;
}

.lux-navbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.lux-brand-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.lux-brand-icon {
    font-size: 26px;
    color: #c5a880;
    line-height: 1;
}

.lux-brand-text {
    display: flex;
    flex-direction: column;
}

.lux-brand-name {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.8px;
    line-height: 1.2;
}

.lux-brand-sub {
    font-size: 9px;
    font-weight: 600;
    color: #c5a880;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Menu Items */
.lux-menu-items {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lux-menu-items li a {
    color: #334155;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.15s ease;
}

.lux-menu-items li a:hover {
    color: #1e3a8a;
}

/* Action Buttons */
.lux-header-cta-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lux-btn-header-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    transition: all 0.15s ease;
}

.lux-btn-header-phone:hover {
    border-color: #1e3a8a;
    color: #1e3a8a;
    background-color: #f8fafc;
}

.lux-btn-header-wa {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s ease;
}

.lux-btn-header-wa:hover {
    background-color: #1ebc57;
    color: #ffffff;
}

/* Luxury Site Footer */
.lux-site-footer {
    background-color: #0f172a;
    color: #94a3b8;
    padding: 60px 0 24px;
    border-top: 1px solid #1e293b;
    font-size: 14px;
}

.lux-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 36px;
    margin-bottom: 48px;
}

.lux-footer-brand .lux-brand-name {
    color: #ffffff;
}

.lux-footer-desc {
    color: #94a3b8;
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.lux-footer-agency-badge {
    display: inline-block;
    padding: 6px 12px;
    background-color: rgba(197, 168, 128, 0.15);
    color: #c5a880;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.lux-footer-title {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 16px 0;
    letter-spacing: 0.3px;
}

.lux-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lux-footer-links li {
    margin-bottom: 9px;
}

.lux-footer-links li a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.15s ease;
}

.lux-footer-links li a:hover {
    color: #ffffff;
}

.lux-footer-contact-item {
    margin-bottom: 12px;
    line-height: 1.4;
}

.lux-footer-contact-item strong {
    color: #cbd5e1;
    font-size: 12.5px;
}

.lux-footer-contact-item a {
    color: #c5a880;
    text-decoration: none;
    font-weight: 600;
}

.lux-footer-contact-item span {
    color: #e2e8f0;
}

.lux-footer-bottom {
    padding-top: 24px;
    border-top: 1px solid #1e293b;
    text-align: center;
    font-size: 13px;
    color: #64748b;
}

@media (max-width: 1024px) {
    .lux-nav-menu {
        display: none;
    }
    .lux-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .lux-header-microbar {
        display: none;
    }
    .lux-footer-grid {
        grid-template-columns: 1fr;
    }
}
