/*
Theme Name: Angela Lux Salon Luxury V6
Theme URI: https://example.com/
Author: ChatGPT
Description: Luxury Angela Lux Salon theme with editable hero, single price strip, services, testimonials, gallery, booking form, Google Map, and mobile call button.
Version: 1.2
License: GNU General Public License v2 or later
Text Domain: angela-lux-luxury-v6
*/

* { box-sizing: border-box; }

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #fff9fc;
    color: #2b1b24;
}

a { color: #b64b6a; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Header */
.site-header {
    background: #ffffff;
    border-bottom: 1px solid #f0e0ea;
    position: sticky;
    top: 0;
    z-index: 20;
}
.header-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.75rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-title a {
    font-weight: 800;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #b64b6a;
}
.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.5rem;
    font-size: 0.9rem;
}

/* Hero */
.hero {
    background: linear-gradient(135deg, #ffe1ee, #ffd6f0, #fff9fd);
    padding: 3.5rem 1.5rem 2.5rem;
}
.hero-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    gap: 2.5rem;
}
.hero-tag {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    color: #b64b6a;
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.hero h1 {
    font-size: clamp(2.3rem, 4vw, 3.1rem);
    margin: 0 0 0.75rem;
}
.hero p {
    max-width: 540px;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 1.75rem;
    color: #4c3340;
}
.hero-meta {
    font-size: 0.9rem;
    color: #6a4a5b;
    margin-bottom: 1.75rem;
}
.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}
.btn-primary,
.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.9rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
    border: 2px solid transparent;
    cursor: pointer;
}
.btn-primary {
    background: #b64b6a;
    border-color: #b64b6a;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.btn-primary:hover {
    background: #9f3f5b;
    border-color: #9f3f5b;
}
.btn-outline {
    background: transparent;
    border-color: #b64b6a33;
    color: #b64b6a;
}
.btn-outline:hover {
    border-color: #b64b6a;
    background: #b64b6a0f;
}
.hero-note {
    font-size: 0.8rem;
    color: #6f5665;
}
.hero-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 0 16px 40px rgba(0,0,0,0.06);
    border: 1px solid #f4e0eb;
}
.hero-card-title {
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #b64b6a;
    margin-bottom: 0.75rem;
}
.hero-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 1.25rem;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #4b3340;
}
.badges-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.badge {
    font-size: 0.75rem;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    background: #ffe6f0;
    color: #8a3c57;
}

/* Price strip */
.price-strip {
    background: #fff;
    border-bottom: 1px solid #f0dde8;
}
.price-strip-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.85rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    font-size: 0.88rem;
    color: #5a3d4b;
}
.price-pill {
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    background: #ffeaf3;
}

/* Sections */
.section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}
.section-title {
    font-size: 1.7rem;
    margin: 0 0 0.4rem;
}
.section-subtitle {
    font-size: 0.95rem;
    color: #6d5363;
    margin-bottom: 2rem;
}

/* Services */
.services-grid {
    display: grid;
    gap: 1.7rem;
}
.service-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.75rem;
    box-shadow: 0 14px 34px rgba(0,0,0,0.05);
    border: 1px solid #f5e3eb;
}
.service-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #b64b6a;
    margin-bottom: 0.4rem;
}
.service-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
}
.service-desc {
    font-size: 0.92rem;
    color: #5a3d4b;
    margin: 0;
}

/* Booking form */
.booking-section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem 3rem;
}
.booking-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 2rem 1.75rem;
    box-shadow: 0 16px 40px rgba(0,0,0,0.05);
    border: 1px solid #f4e0ea;
}
.booking-grid {
    display: grid;
    gap: 1rem 1.5rem;
}
.field-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.booking-grid label {
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: #7a5669;
}
.booking-grid input,
.booking-grid select,
.booking-grid textarea {
    border-radius: 999px;
    border: 1px solid #e3cad9;
    padding: 0.65rem 0.9rem;
    font-size: 0.9rem;
    font-family: inherit;
}
.booking-grid textarea {
    border-radius: 14px;
    min-height: 90px;
    resize: vertical;
}
.booking-submit-wrap {
    margin-top: 1.25rem;
}
.booking-success {
    background: #e2f6e8;
    color: #215634;
    border-radius: 999px;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

/* Testimonials */
.testimonials-grid {
    display: grid;
    gap: 1.5rem;
}
.testimonial-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.7rem;
    border: 1px solid #f5e0ea;
    box-shadow: 0 12px 30px rgba(0,0,0,0.04);
}
.testimonial-text {
    font-size: 0.96rem;
    line-height: 1.7;
    margin-bottom: 0.85rem;
}
.testimonial-name {
    font-size: 0.85rem;
    font-weight: 600;
}
.testimonial-meta {
    font-size: 0.8rem;
    color: #7b6070;
}

/* Gallery */
.gallery-grid {
    display: grid;
    gap: 1.4rem;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    background: #ddd;
}
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.45s ease;
}
.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.55));
    opacity: 0;
    transition: opacity 0.35s ease;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item:hover::after { opacity: 1; }
.gallery-caption {
    position: absolute;
    left: 14px;
    bottom: 12px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.gallery-actions {
    margin-top: 1.75rem;
}

/* Map block */
.map-section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem 3rem;
}
.map-frame {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
    border: 1px solid #f0dfea;
}

/* Footer */
.site-footer {
    background: #130b10;
    color: #d6c6cf;
    font-size: 0.82rem;
}
.footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}
.footer-inner a { color: #f5bfd5; }

/* Main content */
.main-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}
.post-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.75rem;
    margin-bottom: 1.5rem;
    border: 1px solid #f2dde8;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}
.post-meta {
    font-size: 0.8rem;
    color: #806273;
    margin-bottom: 0.75rem;
}

/* Mobile sticky call button */
.mobile-call-button {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #b64b6a;
    color: #fff;
    text-align: center;
    padding: 0.9rem 1rem;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    z-index: 40;
    box-shadow: 0 -6px 22px rgba(0,0,0,0.25);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-inner { grid-template-columns: minmax(0, 1fr); }
    .services-grid { grid-template-columns: minmax(0, 1fr); }
    .testimonials-grid { grid-template-columns: minmax(0, 1fr); }
    .booking-grid { grid-template-columns: minmax(0, 1fr); }
    .mobile-call-button { display: block; }
}
