/* ============================================================
   LUX NAIL SPA — Home Page Styles
   Color Palette:
     Gold:    #C9A96E
     Dark:    #1C1C1C
     Cream:   #FDF8F2
     Muted:   #7A6A5A
     Border:  #E8DFD0
============================================================ */

/* ── Hero Overlay ── */
.hero-overlay {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px 60px;
    background: transparent;
}

.hero-content {
    max-width: 700px;
}

.hero-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #C9A96E;
    margin-bottom: 12px;
}

.hero-title {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 16px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

.hero-subtitle {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    letter-spacing: 1px;
    margin-bottom: 36px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ── Buttons ── */
.btn-lux {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.btn-lux-gold {
    background: #C9A96E;
    color: #1C1C1C;
    border: 2px solid #C9A96E;
}
.btn-lux-gold:hover {
    background: #b8924f;
    border-color: #b8924f;
    color: #1C1C1C;
}

.btn-lux-ghost {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.7);
}
.btn-lux-ghost:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    color: #fff;
}

.btn-lux-outline-dark {
    background: transparent;
    color: #1C1C1C;
    border: 2px solid #C9A96E;
}
.btn-lux-outline-dark:hover {
    background: #C9A96E;
    color: #1C1C1C;
}

/* ── Info Bar ── */
.info-bar {
    background: #1C1C1C;
    padding: 0;
}

.info-bar-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.info-bar-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 40px;
    flex: 1;
    justify-content: center;
}

.info-bar-icon {
    font-size: 22px;
    color: #C9A96E;
    flex-shrink: 0;
}

.info-bar-text {
    display: flex;
    flex-direction: column;
}

.info-bar-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C9A96E;
    margin-bottom: 3px;
}

.info-bar-value {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
}

.info-bar-divider {
    width: 1px;
    background: rgba(255,255,255,0.1);
    align-self: stretch;
}

/* ── Shared Section Styles ── */
.lux-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.lux-section-header {
    text-align: center;
    margin-bottom: 48px;
}

.lux-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #C9A96E;
    margin-bottom: 10px;
}

.lux-section-title {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    color: #1C1C1C;
    margin-bottom: 10px;
}

.lux-section-sub {
    font-size: 15px;
    color: #7A6A5A;
    margin-bottom: 20px;
}

.lux-divider {
    display: flex;
    justify-content: center;
}
.lux-divider span {
    display: block;
    width: 60px;
    height: 3px;
    background: #C9A96E;
    border-radius: 2px;
}

/* ── Services Section ── */
.lux-services-section {
    background: #FDF8F2;
    padding: 80px 0 60px;
}

.lux-category {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #E8DFD0;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
}

.lux-mt {
    margin-top: 32px;
}

.lux-cat-header {
    background: #1C1C1C;
    padding: 14px 28px;
}
.lux-cat-header h3 {
    color: #C9A96E;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

/* ── Pedicure Cards ── */
.pedicure-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.ped-card {
    padding: 28px 22px;
    border-right: 1px solid #E8DFD0;
    position: relative;
    transition: background 0.2s;
}
.ped-card:last-child {
    border-right: none;
}
.ped-card:hover {
    background: #FDF8F2;
}

.ped-card.popular {
    background: linear-gradient(160deg, #FDF6EC 0%, #fff 100%);
}
.ped-card.royal {
    background: linear-gradient(160deg, #F5F0E8 0%, #fff 100%);
}

.popular-badge,
.royal-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
}
.popular-badge {
    background: #C9A96E;
    color: #1C1C1C;
}
.royal-badge {
    background: #1C1C1C;
    color: #C9A96E;
}

.ped-card-head {
    margin-bottom: 16px;
    padding-right: 56px;
}
.ped-card-head h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
    margin-bottom: 6px;
    line-height: 1.3;
}
.ped-price {
    font-size: 24px;
    font-weight: 700;
    color: #C9A96E;
    font-family: 'Quicksand', sans-serif;
}

.ped-features {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ped-features li {
    font-size: 13px;
    color: #5A4E42;
    padding: 5px 0 5px 16px;
    position: relative;
    line-height: 1.5;
    border-top: 1px solid #F0EAE0;
}
.ped-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #C9A96E;
    font-size: 12px;
    font-weight: 700;
    top: 5px;
}

/* ── Foot Massage Bar ── */
.foot-massage-bar {
    background: #1C1C1C;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 18px 28px;
    flex-wrap: wrap;
}

.fm-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #C9A96E;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.fm-label i {
    font-size: 16px;
}

.fm-options {
    display: flex;
    align-items: center;
    gap: 20px;
}
.fm-option {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
}
.fm-time {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}
.fm-sep {
    color: rgba(255,255,255,0.3);
}
.fm-cost {
    font-size: 18px;
    font-weight: 700;
    color: #C9A96E;
}
.fm-dot {
    color: rgba(255,255,255,0.2);
    font-size: 18px;
}

/* ── Price List ── */
.price-list {
    padding: 8px 28px 20px;
}
.price-list.two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
}
.price-list.single-col {
    display: grid;
    grid-template-columns: 1fr;
}

.pl-item {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 10px 0;
    border-bottom: 1px solid #F0EAE0;
}
.pl-item:last-child {
    border-bottom: none;
}
.pl-name {
    font-size: 14px;
    color: #3A3028;
    white-space: nowrap;
    font-weight: 500;
}
.pl-dots {
    flex: 1;
    border-bottom: 1px dotted #C9B99A;
    min-width: 20px;
    margin: 0 6px 3px;
}
.pl-price {
    font-size: 15px;
    font-weight: 700;
    color: #C9A96E;
    white-space: nowrap;
}

/* ── Two-Category Row ── */
.two-cat-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.half-cat {
    /* inherits .lux-category */
}

/* ── Section CTA ── */
.lux-section-cta {
    text-align: center;
    margin-top: 48px;
}

/* ── Gallery Section ── */
.lux-gallery-section {
    background: #fff;
    padding: 80px 0 60px;
}

.lux-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.lux-gallery-item {
    aspect-ratio: 1;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.lux-gallery-item:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.lux-gallery-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 0;
    color: #aaa;
    font-size: 16px;
}
.lux-gallery-empty i {
    font-size: 40px;
    margin-bottom: 12px;
    display: block;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .pedicure-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .ped-card:nth-child(2) {
        border-right: none;
    }
    .ped-card:nth-child(1),
    .ped-card:nth-child(2) {
        border-bottom: 1px solid #E8DFD0;
    }
}

@media (max-width: 768px) {
    .info-bar-inner {
        flex-direction: column;
    }
    .info-bar-item {
        padding: 18px 24px;
        justify-content: flex-start;
    }
    .info-bar-divider {
        width: 100%;
        height: 1px;
    }

    .pedicure-cards {
        grid-template-columns: 1fr;
    }
    .ped-card {
        border-right: none;
        border-bottom: 1px solid #E8DFD0;
    }
    .ped-card:last-child {
        border-bottom: none;
    }

    .price-list.two-col {
        grid-template-columns: 1fr;
    }

    .two-cat-row {
        grid-template-columns: 1fr;
    }

    .foot-massage-bar {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .lux-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-overlay {
        min-height: 50vh;
        padding: 60px 20px 40px;
    }
}

@media (max-width: 480px) {
    .lux-services-section,
    .lux-gallery-section {
        padding: 50px 0 40px;
    }

    .fm-options {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
    .fm-dot {
        display: none;
    }
}
