/* Villa Gaïa - Page Appartement */

/* Header transparent sur hero */
.header-light { background: transparent; position: absolute; width: 100%; z-index: 100; }
.header-light.scrolled { background: rgba(13, 13, 13, 0.95); position: fixed; }

/* Hero Appartement */
.apt-hero {
    position: relative;
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 60px 20px;
    overflow: hidden;
}
.apt-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
}
.apt-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.4) 100%);
}
.apt-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
}
.apt-hero-content .breadcrumb {
    margin-bottom: 20px;
}
.apt-hero-content .breadcrumb a {
    color: rgba(255,255,255,0.7);
}
.apt-hero-content .breadcrumb span {
    color: var(--gold);
}
.apt-hero-content h1 {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 15px;
    line-height: 1.2;
}
.apt-hero-content h1 strong {
    color: var(--gold);
}
.apt-hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 25px;
}
.apt-hero-badges {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.apt-hero-badges span {
    padding: 8px 20px;
    background: rgba(201, 169, 97, 0.2);
    border: 1px solid var(--gold);
    border-radius: 30px;
    color: var(--gold);
    font-size: 0.9rem;
    font-weight: 500;
}

/* Section Label */
.section-label {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 15px;
}

/* Introduction */
.apt-intro {
    padding: 100px 0;
    background: var(--white);
}
.apt-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.apt-intro-text h2 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 25px;
    line-height: 1.2;
}
.apt-intro-text .lead {
    font-size: 1.2rem;
    color: var(--gray-700);
    line-height: 1.7;
    margin-bottom: 20px;
}
.apt-intro-text p {
    color: var(--gray-600);
    line-height: 1.7;
}
.apt-intro-image {
    position: relative;
}
.apt-intro-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.apt-stats {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--gray-200);
}
.apt-stat {
    text-align: center;
}
.apt-stat-value {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gold-dark);
    line-height: 1;
}
.apt-stat-label {
    font-size: 0.85rem;
    color: var(--gray-600);
    margin-top: 5px;
}

/* Blocks Photo/Texte */
.apt-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}
.apt-block-image {
    position: relative;
    overflow: hidden;
}
.apt-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.apt-block-placeholder {
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: var(--gray-100);
    color: var(--gray-500);
}
.apt-block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 80px;
    background: var(--white);
}
.apt-block-content h2 {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 20px;
}
.apt-block-content p {
    color: var(--gray-600);
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Blocks inversés */
.apt-block-reverse {
    direction: rtl;
}
.apt-block-reverse > * {
    direction: ltr;
}

/* Blocks sombres */
.apt-block-dark .apt-block-content {
    background: var(--black);
}
.apt-block-dark .apt-block-content h2 {
    color: var(--white);
}
.apt-block-dark .apt-block-content p {
    color: var(--gray-400);
}
.apt-block-dark .section-label {
    color: var(--gold);
}

/* Features list */
.apt-features {
    list-style: none;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
}
.apt-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    color: var(--gray-700);
    font-size: 0.95rem;
}
.apt-features svg {
    color: var(--gold);
    flex-shrink: 0;
}
.apt-features-light li {
    color: var(--gray-300);
}
.apt-features-light svg {
    color: var(--gold);
}

/* Équipements complets */
.apt-amenities {
    padding: 100px 0;
    background: var(--gray-100);
    text-align: center;
}
.apt-amenities h2 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 15px;
}
.section-intro {
    color: var(--gray-600);
    font-size: 1.1rem;
    margin-bottom: 60px;
}
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: left;
}
.amenity-category {
    background: var(--white);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.amenity-category h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--gold);
}
.amenity-category ul {
    list-style: none;
}
.amenity-category li {
    padding: 8px 0;
    color: var(--gray-600);
    font-size: 0.95rem;
    border-bottom: 1px solid var(--gray-100);
}
.amenity-category li:last-child {
    border-bottom: none;
}

/* CTA Final */
.apt-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--black) 0%, #1a1a1a 100%);
    text-align: center;
}
.apt-cta h2 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 15px;
}
.apt-cta h2 a {
    color: var(--gold);
}
.apt-cta > .container > p {
    color: var(--gray-400);
    font-size: 1.1rem;
    margin-bottom: 40px;
}
.apt-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.apt-cta-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    color: var(--gray-500);
    font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 1200px) {
    .apt-block-content {
        padding: 50px 60px;
    }
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .apt-hero-content h1 {
        font-size: 2.2rem;
    }
    .apt-intro-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .apt-intro-image {
        order: -1;
    }
    .apt-intro-text h2 {
        font-size: 2rem;
    }
    .apt-block {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .apt-block-image {
        min-height: 350px;
    }
    .apt-block-content {
        padding: 50px 30px;
    }
    .apt-block-reverse {
        direction: ltr;
    }
    .apt-stats {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .apt-hero {
        height: 60vh;
        min-height: 400px;
    }
    .apt-hero-content h1 {
        font-size: 1.8rem;
    }
    .apt-hero-badges span {
        font-size: 0.8rem;
        padding: 6px 14px;
    }
    .apt-intro {
        padding: 60px 0;
    }
    .apt-intro-text h2,
    .apt-amenities h2,
    .apt-cta h2 {
        font-size: 1.8rem;
    }
    .apt-stats {
        gap: 25px;
    }
    .apt-stat-value {
        font-size: 2rem;
    }
    .apt-block-content h2 {
        font-size: 1.6rem;
    }
    .amenities-grid {
        grid-template-columns: 1fr;
    }
    .apt-amenities {
        padding: 60px 0;
    }
    .apt-cta-info {
        flex-direction: column;
        gap: 15px;
    }
}
