/* css/style.css - GENERATED FROM INDEX.PHP + STYLE.CSS MERGE */

/* --- CSS DU DESIGN LUXE --- */
:root {
    --gold-gradient: linear-gradient(135deg, #bf953f 0%, #fcf6ba 40%, #b38728 70%, #fbf5b7 100%);
    --gold-text: #c5a059;
    --navy-deep: #050914;
    --navy-light: #121b33;
    --white-soft: #f9f9f9;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--white-soft);
    color: #333;
    overflow-x: hidden;
    line-height: 1.8;
}

body.loading {
    overflow: hidden;
    height: 100vh;
}

h1,
h2,
h3,
h4 {
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--navy-deep);
}

.subtitle {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--gold-text);
    font-size: 1.5rem;
    margin-bottom: 10px;
    display: block;
}

section {
    padding: 100px 5%;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

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

/* --- INTRO OVERLAY --- */
#intro-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--navy-deep);
    background-image: radial-gradient(circle at center, #0a1128 0%, #050914 100%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: opacity 1.5s ease-in-out, visibility 1.5s;
}

#intro-overlay.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.intro-stars-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.intro-star-svg {
    width: 30px;
    height: 30px;
    fill: url(#goldGradientSvg);
    opacity: 0;
    transform: scale(0.5) rotate(-30deg);
    filter: drop-shadow(0 0 10px rgba(197, 160, 89, 0.3));
}

.intro-line {
    height: 2px;
    width: 100%;
    max-width: 400px;
    background: var(--gold-gradient);
    margin: 0 auto;
    transform: scaleX(0);
    opacity: 0;
}

.intro-line-top {
    margin-bottom: 40px;
    transform-origin: center left;
}

.intro-line-bottom {
    margin-top: 40px;
    transform-origin: center right;
}

.intro-main-title {
    font-family: 'Cinzel', serif;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: transparent;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    opacity: 0;
    transform: translateY(40px);
    position: relative;
    margin: 0;
    line-height: 1.2;
}

.intro-shimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, transparent 40%, rgba(255, 255, 255, 0.6) 50%, transparent 60%, transparent 100%);
    transform: translateX(-100%);
    pointer-events: none;
}

.intro-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 4px;
    color: var(--gold-text);
    text-transform: uppercase;
    margin-top: 20px;
    opacity: 0;
    text-align: center;
    width: 100%;
}

.animate .intro-line-top {
    animation: drawLine 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s forwards;
}

.animate .intro-line-bottom {
    animation: drawLine 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
}

.animate .intro-main-title {
    animation: revealTitle 2s cubic-bezier(0.23, 1, 0.32, 1) 1.2s forwards;
}

.animate .intro-star-svg {
    animation: popStar 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.5s forwards;
}

.animate .intro-subtitle {
    animation: fadeSubtitle 2s ease-out 3.8s forwards;
}

.animate .intro-shimmer {
    animation: shimmerMove 2.5s ease-in-out 4.5s forwards;
}

@keyframes drawLine {
    0% {
        transform: scaleX(0);
        opacity: 0;
    }

    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes revealTitle {
    0% {
        transform: translateY(40px);
        opacity: 0;
        filter: blur(10px);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
        filter: blur(0px);
    }
}

@keyframes popStar {
    0% {
        transform: scale(0.5) rotate(-30deg);
        opacity: 0;
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

@keyframes fadeSubtitle {
    0% {
        opacity: 0;
        letter-spacing: 8px;
    }

    100% {
        opacity: 1;
        letter-spacing: 4px;
    }
}

@keyframes shimmerMove {
    0% {
        transform: translateX(-100%) skewX(-20deg);
    }

    100% {
        transform: translateX(100%) skewX(-20deg);
    }
}

/* --- HEADER --- */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: 0.4s ease;
    padding: 20px 0;
    background: rgba(5, 9, 20, 0.2);
    opacity: 0;
    animation: fadeInHeader 1s ease-out 4s forwards;
}

/* Affichage instantané du menu si l'intro est passée */
body:not(.loading) header,
body.no-intro header {
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Forçage visibilité Hero si intro passée */
body:not(.loading) .hero-content,
body.no-intro .hero-content {
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Styles Logo Link (index) */
.logo-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    display: block;
}

@keyframes fadeInHeader {
    to {
        opacity: 1;
    }
}

header.scrolled {
    background: rgba(5, 9, 20, 0.98);
    padding: 10px 0;
    border-bottom: 1px solid rgba(197, 160, 89, 0.3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

nav {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}

.logo {
    font-size: 1.4rem;
    color: white;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    line-height: 1;
    z-index: 1001;
}

.logo span {
    font-size: 0.7rem;
    color: var(--gold-text);
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 4px;
    margin-top: 5px;
}

.nav-links {
    display: flex;
    gap: 1.4rem;
    list-style: none;
    align-items: center;
    flex-wrap: nowrap;
}

.nav-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: 0.3s;
    position: relative;
    white-space: nowrap;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold-text);
    transition: 0.3s;
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-links a:hover {
    color: var(--gold-text);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 1001;
}

.bar {
    width: 30px;
    height: 2px;
    background-color: var(--gold-text);
    transition: 0.3s;
}

/* --- HERO --- */
.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: 177.777vh;
    height: 56.25vw;
    z-index: 0;
    pointer-events: none;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* C'est la propriété magique pour le plein écran */
    object-position: center;
}

.mobile-fallback {
    display: block; /* Toujours visible au chargement */
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1613490493576-7fde63acd811?w=1600') center/cover no-repeat;
    z-index: -1; /* Placée derrière l'iframe vidéo */
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(5, 9, 20, 0.4), rgba(5, 9, 20, 0.7));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 0 20px;
    opacity: 0;
    animation: fadeInHero 2s ease-out 4.5s forwards;
}

/* Dégradé bas Hero (Video transition) */
.hero-bottom-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, #fff, transparent);
    pointer-events: none;
    z-index: 5;
}

@media (max-width: 768px) {
    .hero-bottom-gradient { height: 100px; }
}

@keyframes fadeInHero {
    to {
        opacity: 1;
    }
}

.hero-badge {
    display: inline-block;
    border: 1px solid var(--gold-text);
    padding: 10px 20px;
    margin-bottom: 30px;
    font-family: 'Cinzel', serif;
    letter-spacing: 3px;
    color: var(--gold-text);
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
}

.hero h1 {
    font-size: 4rem;
    color: white;
    margin-bottom: 20px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.btn-gold {
    padding: 15px 40px;
    background: var(--gold-gradient);
    color: var(--navy-deep);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
    display: inline-block;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(197, 160, 89, 0.4);
}

/* --- SECTION EXPERIENCE & MONTAGE PHOTO --- */
.experience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.stats-row {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
}

.stat-item h4 {
    font-size: 2.5rem;
    color: var(--gold-text);
    margin-bottom: 5px;
}

.stat-item span {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
}

/* Nouveau CSS pour l'image unique (Montage) */
.villa-visual {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(197, 160, 89, 0.2);
}

.villa-visual img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s ease;
}

.villa-visual:hover img {
    transform: scale(1.02);
}

.amenities-section {
    background: var(--navy-light);
    color: white;
}

.amenities-section h2 {
    color: white;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
@media (max-width: 1100px) {
    .amenities-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .amenities-grid { grid-template-columns: 1fr; }
}

.amenity-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px 30px;
    transition: 0.4s;
    text-align: center;
}

.amenity-box:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--gold-text);
    transform: translateY(-10px);
}

.amenity-icon {
    font-size: 2.5rem;
    color: var(--gold-text);
    margin-bottom: 20px;
}

.pricing-container {
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: white;
    transition: 0.3s;
}

.pricing-row:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-color: transparent;
}

.pricing-row.featured {
    background: var(--navy-deep);
    color: white;
    border: none;
    margin: 20px 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.pricing-row.featured h3,
.pricing-row.featured .price {
    color: var(--gold-text);
}

.price {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--navy-deep);
}

.unit {
    font-size: 0.8rem;
    text-transform: uppercase;
}

/* --- SECTION RÉSERVATION --- */
#reservation {
    background: #f4f4f4;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.booking-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.calendar-side {
    padding: 40px;
    background: white;
    border-right: 1px solid #eee;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.month-label {
    font-family: 'Cinzel', serif;
    font-size: 1.2rem;
    color: var(--navy-deep);
    font-weight: bold;
}

.cal-nav {
    background: none;
    border: 1px solid #eee;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.cal-nav:hover {
    background: var(--navy-deep);
    color: white;
}

.days-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    text-align: center;
    font-size: 0.9rem;
}

.day-label {
    color: #999;
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.day-cell {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 500;
}

.day-cell:hover:not(.disabled) {
    background: #f0f0f0;
}

.day-cell.disabled {
    color: #ccc;
    cursor: not-allowed;
    text-decoration: line-through;
}

.day-cell.selected {
    background: var(--gold-gradient);
    color: var(--navy-deep);
    font-weight: bold;
}

.day-cell.range {
    background: rgba(197, 160, 89, 0.2);
    border-radius: 0;
}

.day-cell.range-start {
    border-radius: 50% 0 0 50%;
}

.day-cell.range-end {
    border-radius: 0 50% 50% 0;
}

.form-side {
    padding: 40px;
    background: #fafafa;
}

.form-title {
    font-family: 'Cinzel', serif;
    color: var(--navy-deep);
    margin-bottom: 20px;
    font-size: 1.4rem;
}

.summary-box {
    background: white;
    padding: 20px;
    border-left: 3px solid var(--gold-text);
    margin-bottom: 30px;
    font-size: 0.9rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.lux-input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
}

.lux-input:focus {
    border-color: var(--gold-text);
    outline: none;
}

.option-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    margin-bottom: 20px;
    color: #555;
}

.option-check input {
    width: 18px;
    height: 18px;
    accent-color: var(--gold-text);
}

.contact-section {
    background: url('https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1600') center/cover fixed;
    position: relative;
    color: white;
}

.contact-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(5, 9, 20, 0.9);
}

.contact-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.contact-details h2 {
    color: white;
    margin-bottom: 30px;
}

.contact-item {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-item span {
    color: var(--gold-text);
    font-size: 1.5rem;
}

/* --- NOUVEAU FOOTER LUXE --- */
footer#footer-luxe {
    background-color: var(--navy-deep);
    color: #ccc;
    padding-top: 80px;
    font-family: 'Montserrat', sans-serif;
    border-top: 5px solid var(--gold-text);
    position: relative;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.footer-col h3 {
    font-family: 'Cinzel', serif;
    color: white;
    font-size: 1.2rem;
    margin-bottom: 25px;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 1px;
    background: var(--gold-text);
}

.footer-logo {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    color: white;
    line-height: 1;
    margin-bottom: 20px;
}

.footer-logo span {
    display: block;
    font-size: 0.7rem;
    color: var(--gold-text);
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 5px;
}

.footer-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 350px;
    opacity: 0.8;
}

.social-link {
    color: white;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 20px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.social-link:hover {
    color: var(--gold-text);
    border-color: var(--gold-text);
}

.links-col ul,
.contact-list {
    list-style: none;
}

.links-col li {
    margin-bottom: 15px;
}

.links-col a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.3s;
    display: inline-block;
}

.links-col a:hover {
    color: var(--gold-text);
    transform: translateX(5px);
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.contact-list .icon {
    color: var(--gold-text);
    font-size: 1.1rem;
}

.contact-list a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.contact-list a:hover {
    color: white;
}

.btn-footer {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 25px;
    border: 1px solid rgba(197, 160, 89, 0.5);
    color: var(--gold-text);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-footer:hover {
    background: var(--gold-text);
    color: var(--navy-deep);
    border-color: var(--gold-text);
}

.footer-bottom {
    background: #02040a;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.legal-links a {
    color: #666;
    text-decoration: none;
    transition: 0.3s;
}

.legal-links a:hover {
    color: var(--gold-text);
}

.separator {
    margin: 0 10px;
    color: #444;
}

.signature {
    font-family: 'Cinzel', serif;
    color: #444;
    letter-spacing: 1px;
}

@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .footer-col h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .contact-list li {
        justify-content: center;
    }

    .footer-desc {
        margin: 0 auto 25px auto;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
    }
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-card {
    background: white;
    padding: 50px;
    border-radius: 8px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    position: relative;
    border-top: 5px solid var(--gold-text);
}

.success-icon {
    width: 60px;
    height: 60px;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 20px;
}

@media (max-width: 900px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .experience-grid,
    .contact-wrapper,
    .booking-layout {
        grid-template-columns: 1fr;
    }

    .calendar-side,
    .form-side {
        padding: 20px;
    }

    /*.video-background {*/
    /*    display: none;*/
    /*}*/

    /*.mobile-fallback {*/
    /*    display: block;*/
    /*}*/

    .menu-toggle {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background: var(--navy-deep);
        flex-direction: column;
        justify-content: center;
        transition: 0.4s;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
        padding: 50px;
    }

    .nav-links.active {
        right: 0;
    }
}

/* --- AJOUTS RESTAURATION (PMR, AVIS, ETC) --- */
.access-section {
    background-color: #fff;
    border-top: 1px solid rgba(197, 160, 89, 0.1);
    padding: 100px 5%;
    position: relative;
    overflow: hidden;
}

.access-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

.access-visual-side {
    flex: 0 0 45%;
    position: relative;
    display: flex;
    justify-content: center;
}

.pmr-slideshow {
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(5, 9, 20, 0.2);
    border: 1px solid rgba(197, 160, 89, 0.3);
}

.pmr-slideshow .pmr-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out, transform 6s ease;
    transform: scale(1.0);
    z-index: 1;
}

.pmr-slideshow .pmr-slide.active {
    opacity: 1;
    transform: scale(1.05);
    z-index: 2;
}

.pmr-frame-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 10;
    pointer-events: none;
}

/* --- CLONE POUR DIAPORAMA FAMILLE --- */
.family-slideshow {
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(5, 9, 20, 0.2);
    border: 1px solid rgba(197, 160, 89, 0.3);
}

.family-slideshow .family-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out, transform 6s ease;
    transform: scale(1.0);
    z-index: 1;
}

.family-slideshow .family-slide.active {
    opacity: 1;
    transform: scale(1.05);
    z-index: 2;
}

.access-content {
    flex: 1;
}

.access-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: var(--white-soft);
    padding: 20px;
    border-radius: 8px;
    border-left: 3px solid var(--gold-text);
    margin-bottom: 20px;
}

.access-item p {
    margin: 0;
    font-size: 0.95rem;
    color: #444;
}

.check-gold {
    color: var(--gold-text);
    font-weight: bold;
    font-size: 1.2rem;
}

.access-footer {
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

@media (max-width: 900px) {
    .access-container {
        flex-direction: column;
        gap: 40px;
    }

    .access-visual-side {
        width: 100%;
        flex: auto;
        max-width: 500px;
    }

    .access-content .section-header {
        text-align: center !important;
    }
}

.reviews-section {
    background-color: #f9f9f9;
    padding: 100px 5%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.review-card {
    background: white;
    padding: 40px 30px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid transparent;
    position: relative;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(197, 160, 89, 0.3);
}

.review-card.featured {
    border-top: 3px solid var(--gold-text);
}

.review-stars {
    color: var(--gold-text);
    font-size: 1.2rem;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

.review-quote-icon {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: rgba(197, 160, 89, 0.2);
    line-height: 1;
    margin-bottom: 10px;
}

.review-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #555;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 25px;
}

.review-author {
    font-family: 'Cinzel', serif;
    font-size: 0.8rem;
    color: var(--navy-deep);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-gold-outline {
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid var(--gold-text);
    color: var(--gold-text);
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 2px;
    transition: 0.3s;
}

.btn-gold-outline:hover {
    background: var(--gold-text);
    color: white;
}

/* --- NOTIFICATIONS (TOASTS) LUXE --- */
#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.toast {
    background: white;
    color: #333;
    padding: 20px 25px;
    min-width: 300px;
    max-width: 400px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-left: 4px solid var(--navy-deep);
    /* Couleur par défaut */
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    position: relative;
    opacity: 0;
    transform: translateX(100%);
    animation: slideInToast 0.5s forwards;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Types de messages */
.toast.error {
    border-left-color: #d32f2f;
    /* Rouge élégant pour les erreurs */
}

.toast.success {
    border-left-color: var(--gold-text);
    /* Or pour le succès */
}

.toast.info {
    border-left-color: var(--navy-deep);
    /* Bleu pour l'info */
}

/* Animation de sortie */
.toast.hide {
    animation: slideOutToast 0.5s forwards;
}

@keyframes slideInToast {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutToast {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* --- PROTECTION CONTRE LA COPIE --- */
/* 1. On désactive la sélection de texte partout par défaut */
body {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

/* 2. EXCEPTIONS (Zones où la copie reste autorisée) */

/* Vital : Pour que les clients puissent écrire dans le formulaire ! */
input,
textarea,
select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/* Pratique : On autorise la sélection sur les coordonnées (Contact & Footer) */
.contact-item,
.contact-details,
footer,
.booking-summary {
    /* Pour copier le récapitulatif si besoin */
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: text;
    /* Change le curseur pour montrer que c'est sélectionnable */
}

/* --- MODALE CONCIERGERIE --- */
.contact-card {
    max-width: 700px; /* Plus large que la modale standard */
    background: var(--navy-deep); /* Fond Bleu Nuit */
    color: white;
    padding: 60px 40px;
    border: 1px solid var(--gold-text);
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: var(--gold-text);
    cursor: pointer;
    transition: 0.3s;
}
.close-modal:hover { transform: rotate(90deg); color: white; }

.modal-header { margin-bottom: 50px; }
.modal-header h3 { color: white; margin-top: 10px; }

.concierge-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.concierge-item {
    background: rgba(255,255,255,0.05); /* Légère transparence */
    padding: 30px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: 0.3s;
}

.concierge-item:hover {
    border-color: var(--gold-text);
    transform: translateY(-5px);
}

.icon-gold { font-size: 2.5rem; margin-bottom: 15px; }

.concierge-item h4 {
    color: var(--gold-text);
    font-size: 1rem;
    margin-bottom: 10px;
    font-family: 'Cinzel', serif;
}

.concierge-item p {
    font-size: 0.9rem;
    color: #ccc;
    margin-bottom: 25px;
    min-height: 40px; /* Pour aligner les boutons */
}

.concierge-footer {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    font-size: 0.85rem;
    color: #888;
    font-style: italic;
}

/* Mobile */
@media (max-width: 768px) {
    .concierge-grid { grid-template-columns: 1fr; }
    .contact-card { padding: 40px 20px; }
}
/* === CSS DECOUVRIR.PHP === */
        /* ============================================================
           PAGE DÉCOUVRIR — STYLES SPÉCIFIQUES
        ============================================================ */

        /* ── Hero ── */
        .region-hero {
            position: relative;
            height: 70vh;
            min-height: 480px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            margin-bottom: 0;
        }
        .region-hero-bg {
            position: absolute;
            inset: 0;
            background:
                linear-gradient(160deg, rgba(5,9,20,0.72) 0%, rgba(10,20,50,0.45) 60%, rgba(5,9,20,0.80) 100%),
                url('images/BELLEVUE/31.jpg') center/cover no-repeat;
            transform: scale(1.04);
            animation: heroZoom 18s ease-in-out infinite alternate;
        }
        @keyframes heroZoom {
            from { transform: scale(1.04); }
            to   { transform: scale(1.10); }
        }
        .region-hero-content {
            position: relative;
            text-align: center;
            color: #fff;
            padding: 0 20px;
        }
        .region-hero-content .hero-badge {
            display: inline-block;
            font-family: 'Playfair Display', serif;
            font-style: italic;
            color: var(--gold-text);
            font-size: 1.1rem;
            letter-spacing: 3px;
            margin-bottom: 18px;
            opacity: 0;
            animation: fadeUp .8s .3s forwards;
        }
        .region-hero-content h1 {
            font-family: 'Cinzel', serif;
            font-size: clamp(2.2rem, 5vw, 3.8rem);
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 4px;
            color: #fff;
            line-height: 1.15;
            opacity: 0;
            animation: fadeUp .8s .6s forwards;
        }
        .region-hero-content p {
            font-family: 'Montserrat', sans-serif;
            font-weight: 300;
            font-size: 1.1rem;
            color: rgba(255,255,255,0.82);
            margin-top: 18px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            opacity: 0;
            animation: fadeUp .8s .9s forwards;
        }
        @keyframes fadeUp {
            from { opacity: 0; transform: translateY(22px); }
            to   { opacity: 1; transform: translateY(0); }
        }

        /* ── Intro tagline ── */
        .region-intro {
            background: var(--navy-deep);
            padding: 60px 5%;
            text-align: center;
        }
        .region-intro p {
            font-family: 'Playfair Display', serif;
            font-size: clamp(1.1rem, 2vw, 1.45rem);
            color: rgba(255,255,255,0.80);
            max-width: 820px;
            margin: 0 auto;
            line-height: 1.85;
        }
        .region-intro strong {
            color: var(--gold-text);
            font-style: italic;
        }

        /* ── Section Thèmes (cartes) ── */
        .themes-section {
            padding: 90px 5%;
            max-width: 1400px;
            margin: 0 auto;
        }
        /* ── Grille "Digital Curator" (Éditoriale et Luxe) ── */
        .curator-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 40px;
            max-width: 1400px;
            margin: 0 auto;
        }
        
        @media (max-width: 768px) {
            .curator-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
        }

        .curator-card {
            position: relative;
            background: #fff;
            border-radius: 8px; /* très léger arrondi */
            overflow: hidden;
            display: flex;
            flex-direction: column;
            box-shadow: 0 15px 40px rgba(17, 22, 36, 0.08); /* Ombre douce et large (Bellevue Slate shadow) */
            transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
            text-decoration: none;
        }

        .curator-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 60px rgba(17, 22, 36, 0.15);
        }

        .curator-img {
            height: 480px; /* Grand visuel immersif */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
        }

        /* Overlay très subtil seulement au bas pour que le bouton ou badge respire */
        .curator-img::after {
            content:'';
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(17,22,36,0.5) 0%, transparent 40%);
        }

        .curator-body {
            padding: 40px 35px;
            background: #fff;
            flex-grow: 1;
        }

        .curator-body h3 {
            font-family: 'Playfair Display', serif; /* Typographie Serif Editoriale */
            font-size: 1.8rem;
            color: var(--navy-dark);
            margin-bottom: 15px;
            font-weight: 500;
        }

        .curator-body p {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.95rem;
            color: #555;
            line-height: 1.7;
            margin-bottom: 30px;
        }

        .curator-btn {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--gold-text);
            font-weight: 600;
            border-bottom: 1px solid var(--gold-text);
            padding-bottom: 5px;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .curator-btn:hover {
            opacity: 0.7;
            padding-bottom: 2px;
        }
        .inc-controls {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 25px;
            margin-bottom: 25px;
        }
        .inc-filter-btn {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.8rem;
            font-weight: 500;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            padding: 10px 22px;
            border: 1px solid rgba(197,160,89,0.3);
            background: transparent;
            color: #555;
            border-radius: 30px;
            cursor: pointer;
            transition: all .3s;
        }
        .inc-filter-btn.active, .inc-filter-btn:hover {
            background: var(--gold-deep, #b38728);
            color: #fff;
            border-color: var(--gold-deep, #b38728);
            box-shadow: 0 4px 12px rgba(179,135,40,0.3);
        }
        .theme-card.hidden {
            display: none;
        }

        /* ── Section "En pratique" (distances) ── */
        .distances-section {
            background: var(--navy-light);
            padding: 70px 5%;
        }
        .distances-section .section-header h2 { color: #fff; }
        .distances-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            max-width: 1200px;
            margin: 50px auto 0;
        }
        .dist-item {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 22px 25px;
            background: rgba(255,255,255,0.03);
            border: 1px solid rgba(197,160,89,0.2);
            border-radius: 8px;
            transition: all 0.3s;
        }
        .dist-item:hover {
            background: rgba(255,255,255,0.07);
            border-color: rgba(197,160,89,0.5);
            transform: translateY(-3px);
        }
        .dist-icon { 
            width: 45px; 
            height: 45px; 
            flex-shrink: 0; 
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(197,160,89,0.1);
            border-radius: 50%;
            color: var(--gold-text);
        }
        .dist-info span { display: block; }
        .dist-info .dist-name {
            font-family: 'Playfair Display', serif;
            font-size: 1.1rem;
            letter-spacing: 1px;
            color: #fff;
        }
        .dist-info .dist-km {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.85rem;
            color: var(--gold-text);
            margin-top: 4px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-weight: 500;
        }

        /* ── Section Agenda Dynamique ── */
        .agenda-section {
            padding: 90px 5%;
            max-width: 1200px;
            margin: 0 auto;
        }
        .agenda-header-row {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 50px;
        }
        .agenda-header-row .section-header {
            margin-bottom: 0;
            text-align: left;
        }
        .agenda-controls {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        .agenda-filter-btn {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.78rem;
            font-weight: 500;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            padding: 10px 18px;
            border: 1px solid rgba(197,160,89,0.4);
            background: transparent;
            color: #888;
            border-radius: 3px;
            cursor: pointer;
            transition: all .25s;
        }
        .agenda-filter-btn.active,
        .agenda-filter-btn:hover {
            background: var(--navy-deep);
            color: var(--gold-text);
            border-color: var(--gold-text);
        }

        /* Résultat IA */
        #agenda-output {
            min-height: 240px;
        }
        .agenda-loading {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 40px 0;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.9rem;
            color: #999;
        }
        .agenda-spinner {
            width: 30px;
            height: 30px;
            border: 2px solid rgba(197,160,89,0.2);
            border-top-color: var(--gold-text);
            border-radius: 50%;
            animation: spin 1s linear infinite;
            flex-shrink: 0;
        }
        @keyframes spin { to { transform: rotate(360deg); } }

        .agenda-cards {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 24px;
        }
        .agenda-card {
            background: #fff;
            border-radius: 4px;
            border-left: 3px solid var(--gold-text);
            padding: 22px 24px;
            box-shadow: 0 2px 18px rgba(0,0,0,0.07);
            transition: transform .25s;
            opacity: 0;
            animation: fadeIn .5s forwards;
            overflow: hidden;
        }
        @keyframes fadeIn { to { opacity: 1; } }
        .agenda-card:hover { transform: translateY(-4px); }
        .agenda-card .ac-date {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.72rem;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--gold-text);
            margin-bottom: 8px;
        }
        .agenda-card .ac-title {
            font-family: 'Cinzel', serif;
            font-size: 0.92rem;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: var(--navy-deep);
            margin-bottom: 8px;
        }
        .agenda-card .ac-loc {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.8rem;
            color: #888;
            margin-bottom: 10px;
        }
        .agenda-card .ac-loc::before { content: '📍 '; }
        .agenda-card .ac-desc {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.84rem;
            color: #555;
            line-height: 1.65;
        }
        .agenda-card .ac-type {
            display: inline-block;
            margin-top: 12px;
            font-size: 0.7rem;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            padding: 3px 10px;
            background: rgba(197,160,89,0.1);
            color: var(--gold-text);
            border-radius: 20px;
        }

        .agenda-empty {
            padding: 40px;
            text-align: center;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.9rem;
            color: #aaa;
            border: 1px dashed #ddd;
            border-radius: 4px;
        }

        /* ── CTA final ── */
        .region-cta {
            background: linear-gradient(135deg, var(--navy-deep) 0%, #0d1a3a 100%);
            padding: 80px 5%;
            text-align: center;
        }
        .region-cta h2 {
            font-family: 'Cinzel', serif;
            font-size: clamp(1.6rem, 3vw, 2.4rem);
            color: #fff;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }
        .region-cta p {
            font-family: 'Montserrat', sans-serif;
            color: rgba(255,255,255,0.7);
            font-size: 1rem;
            max-width: 600px;
            margin: 0 auto 35px;
        }

        /* ── Responsive ── */
        @media (max-width: 768px) {
            .distances-grid { grid-template-columns: 1fr 1fr; }
            .agenda-header-row { flex-direction: column; align-items: flex-start; }
        }
        @media (max-width: 480px) {
            .distances-grid { grid-template-columns: 1fr; }
        }

/* --- FLIP CARDS PRESTATIONS (Sélecteur spécifique pour éviter tout conflit) --- */
.amenities-section .flip-card {
    background-color: transparent;
    perspective: 1000px;
    height: 450px; /* Augmenté pour garantir l'affichage complet du texte */
    cursor: pointer;
}
.amenities-section .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.4, 0.2, 0.2, 1);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.amenities-section .flip-card:hover .flip-card-inner,
.amenities-section .flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.amenities-section .flip-card-front, .amenities-section .flip-card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.flip-card-back {
    background: rgba(197, 160, 89, 0.10);
    border-color: rgba(197, 160, 89, 0.35);
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.flip-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    color: var(--gold-text);
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white !important;
}
.flip-card-front p, .flip-card-back p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}
.flip-card-front .amenity-icon {
    font-size: 2.2rem;
    color: var(--gold-text);
    margin-bottom: 15px;
}
.card-info-icon {
    font-size: 1.2rem;
    color: rgba(197, 160, 89, 0.6);
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: bold;
    margin-top: 15px;
}

/* --- MENU BTN & PHONE --- */
.nav-links li.menu-phone a {
    opacity: 0.9;
    letter-spacing: 1px;
}
.nav-links li.menu-phone a:hover {
    opacity: 1;
}
.nav-links li.menu-phone a::after {
    display: none !important;
}
.nav-links .btn-book-now {
    background: var(--gold-gradient) !important;
    color: var(--navy-deep) !important;
    padding: 9px 20px !important;
    border: none !important;
    font-weight: 700;
    font-size: 0.75rem !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
    line-height: 1;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.35);
}
.nav-links .btn-book-now::after {
    display: none !important;
}
.nav-links .btn-book-now:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(197, 160, 89, 0.55) !important;
    color: var(--navy-deep) !important;
}



/* Fin des styles globaux Bellevue d'Aveyron */


/* --- Fin des styles globaux --- */


/* ══════════════════════════════════════
   HERO RÉGION
   ══════════════════════════════════════ */
.region-hero {
    position: relative;
    height: 88vh;
    min-height: 560px;
    background:
        linear-gradient(160deg, rgba(5,9,20,.80) 0%, rgba(13,31,60,.65) 50%, rgba(5,20,10,.72) 100%),
        url('../images/34.jpg') center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.region-hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 120px;
    background: linear-gradient(to top, var(--cream), transparent);
}
.region-hero .hero-content {
    position: relative; z-index: 2;
    max-width: 900px; padding: 0 30px;
}
.hero-eyebrow {
    display: inline-block;
    font-family: 'Cinzel', serif; font-size: .72rem; letter-spacing: .35em;
    color: var(--gold-text); border: 1px solid rgba(201,168,76,.4);
    padding: 6px 20px; border-radius: 50px; margin-bottom: 28px;
    backdrop-filter: blur(6px); background: rgba(255,255,255,.07);
}
.region-hero h1 {
    font-family: 'Cinzel', serif;
    font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 800;
    color: #fff; line-height: 1.1; margin-bottom: 22px;
    text-shadow: 0 4px 30px rgba(0,0,0,.5);
}
.region-hero h1 em { font-style: italic; color: var(--gold-text); }
.region-hero p {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1rem, 2vw, 1.22rem); color: rgba(255,255,255,.85);
    max-width: 650px; margin: 0 auto 36px; line-height: 1.75;
}
.hero-cta-group { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.btn-gold-hero {
    background: linear-gradient(135deg, #bf953f, #fcf6ba, #b38728);
    color: #0d0d0d; font-family: 'Cinzel', serif; font-size: .78rem;
    letter-spacing: .2em; text-transform: uppercase; padding: 16px 38px;
    text-decoration: none; font-weight: 700;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 4px 20px rgba(191,149,63,.45);
}
.btn-gold-hero:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(191,149,63,.55); }

.btn-ghost-hero {
    border: 1px solid rgba(255,255,255,.4); color: #fff;
    font-family: 'Cinzel', serif; font-size: .78rem;
    letter-spacing: .2em; text-transform: uppercase;
    padding: 15px 38px; text-decoration: none; transition: background .2s;
}
.btn-ghost-hero:hover { background: rgba(255,255,255,.1); }


/* ══════════════════════════════════════
   INTRO
   ══════════════════════════════════════ */
.region-intro { background: var(--cream); padding: 70px 5%; text-align: center; }
.region-intro p {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.05rem, 2vw, 1.28rem); color: #3a3028;
    max-width: 860px; margin: 0 auto; line-height: 1.9;
}
.region-intro p strong { color: var(--gold-dark); }


/* ══════════════════════════════════════
   THÈMES — 4 cartes éditoriales
   ══════════════════════════════════════ */
.themes-section { background: #fff; padding: 90px 5%; }
.themes-section .section-header { text-align: center; margin-bottom: 65px; }
.themes-section .subtitle {
    display: block; font-family: 'Cinzel', serif; font-size: .72rem;
    letter-spacing: .3em; color: var(--gold-text); text-transform: uppercase; margin-bottom: 14px;
}
.themes-section h2 {
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 4vw, 2.8rem); color: var(--navy-dark);
}

.curator-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    max-width: 1300px; margin: 0 auto;
}
.curator-card {
    text-decoration: none; display: flex; flex-direction: column;
    border: 1px solid #e8e2d6; border-radius: 6px; overflow: hidden;
    transition: transform .3s, box-shadow .3s; background: #fff; cursor: pointer;
}
.curator-card:hover { transform: translateY(-6px); box-shadow: 0 16px 50px rgba(0,0,0,.11); }
.curator-img {
    height: 210px;
    background-size: cover;
    background-position: center;
    transition: transform .4s;
}
.curator-card:hover .curator-img { transform: scale(1.04); }
.curator-body { padding: 24px 22px 26px; flex: 1; display: flex; flex-direction: column; }
.curator-body h3 {
    font-family: 'Cinzel', serif; font-size: 1.05rem;
    color: var(--navy-dark); margin-bottom: 11px; font-weight: 600;
}
.curator-body p {
    font-family: 'Montserrat', sans-serif; font-size: .87rem;
    color: #6a6258; line-height: 1.7; flex: 1; margin-bottom: 18px;
}
.curator-btn {
    font-family: 'Cinzel', serif; font-size: .66rem; letter-spacing: .18em;
    text-transform: uppercase; color: var(--gold-dark);
    border-bottom: 1px solid var(--gold-text); padding-bottom: 3px; transition: color .2s;
}
.curator-card:hover .curator-btn { color: var(--navy-dark); }


/* ══════════════════════════════════════
   DISTANCES — FLIP CARDS
   ══════════════════════════════════════ */
.distances-section { background: var(--navy-dark); padding: 55px 5%; }

.distances-section details summary {
    color: #fff; font-family: 'Playfair Display', serif; font-size: 1.45rem;
    text-align: center; list-style: none; display: flex;
    align-items: center; justify-content: center; gap: 12px; cursor: pointer;
}
.distances-section details summary::-webkit-details-marker { display: none; }
.distances-section details summary .arrow { transition: transform .3s; color: var(--gold-text); }
.distances-section details[open] summary .arrow { transform: rotate(180deg); }

/* Catégories */
.dist-categories {
    max-width: 1220px; margin: 44px auto 0;
    display: flex; flex-direction: column; gap: 36px;
}
.dist-cat-label {
    font-family: 'Cinzel', serif; font-size: .63rem; letter-spacing: .32em;
    color: var(--gold-text); text-transform: uppercase; margin-bottom: 16px;
    display: flex; align-items: center; gap: 16px;
}
.dist-cat-label::before,
.dist-cat-label::after { content: ''; flex: 1; height: 1px; background: rgba(201,168,76,.18); }

.dist-cards-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}
.dist-cards-row .flip-card {
    flex: 1 1 200px;
    max-width: 260px;
}

/* ── Flip card DISTANCES (Sélecteur spécifique) ── */
.distances-section .flip-card { height: 145px; perspective: 900px; cursor: pointer; }
.flip-card-inner {
    position: relative; width: 100%; height: 100%;
    transform-style: preserve-3d;
    transition: transform .55s cubic-bezier(.4,0,.2,1);
}
.flip-card.flipped .flip-card-inner { transform: rotateY(180deg); }

.flip-card-front,
.flip-card-back {
    position: absolute; inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 5px;
}
.flip-card-front {
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(201,168,76,.2);
    display: flex; align-items: center; gap: 14px;
    padding: 16px 18px;
    transition: background .2s, border-color .2s;
}
.flip-card:hover .flip-card-front {
    background: rgba(201,168,76,.08);
    border-color: rgba(201,168,76,.38);
}
.flip-card-back {
    background: linear-gradient(140deg, rgba(30,20,4,.97) 0%, rgba(50,35,6,.95) 100%);
    border: 1px solid rgba(201,168,76,.42);
    transform: rotateY(180deg);
    padding: 13px 15px 11px;
    display: flex; flex-direction: column; justify-content: space-between;
}
.fc-icon { color: var(--gold-text); flex-shrink: 0; }
.fc-name { font-family: 'Montserrat', sans-serif; font-size: .87rem; color: #fff; font-weight: 500; line-height: 1.3; }
.fc-km   { font-family: 'Montserrat', sans-serif; font-size: .72rem; color: rgba(201,168,76,.72); margin-top: 4px; }

.fc-points { list-style: none; padding: 0; margin: 0; flex: 1; }
.fc-points li {
    font-family: 'Montserrat', sans-serif; font-size: .70rem;
    color: rgba(255,255,255,.83); padding: 2px 0;
    display: flex; align-items: flex-start; gap: 6px; line-height: 1.4;
}
.fc-points li::before { content: '✦'; color: var(--gold-text); font-size: .5rem; margin-top: 3px; flex-shrink: 0; }
.fc-back-hint {
    font-family: 'Cinzel', serif; font-size: .56rem; letter-spacing: .14em;
    color: rgba(201,168,76,.55); text-align: right; margin-top: 5px;
}


/* ══════════════════════════════════════
   COUPS DE CŒUR
   ══════════════════════════════════════ */
.coups-section { background: var(--cream); padding: 90px 5% 80px; }
.coups-section .section-header { text-align: center; margin-bottom: 50px; }
.coups-section .subtitle {
    display: block; font-family: 'Cinzel', serif; font-size: .72rem;
    letter-spacing: .3em; color: var(--gold-text); text-transform: uppercase; margin-bottom: 14px;
}
.coups-section h2 { font-family: 'Cinzel', serif; font-size: clamp(2rem,4vw,2.8rem); color: var(--navy-dark); }
.coups-section .section-intro {
    font-family: 'Playfair Display', serif; font-size: 1rem; color: #6a5e50;
    max-width: 720px; margin: 14px auto 0; line-height: 1.8; text-align: center;
}

/* Onglets */
.coups-tabs {
    display: flex; flex-wrap: wrap; gap: 10px;
    justify-content: center; margin-bottom: 44px;
}
.coups-tab-btn {
    font-family: 'Cinzel', serif; font-size: .67rem; letter-spacing: .14em;
    text-transform: uppercase; padding: 12px 26px;
    border: 1px solid #d4ccbf; background: #fff; color: #888;
    cursor: pointer; border-radius: 2px; transition: all .22s;
    display: flex; align-items: center; gap: 8px; white-space: nowrap;
}
.coups-tab-btn .tab-em { font-style: normal; font-size: 1rem; }
.coups-tab-btn:hover { border-color: var(--navy-dark); color: var(--navy-dark); }
.coups-tab-btn.active { background: var(--navy-dark); border-color: var(--navy-dark); color: var(--gold-text); }

/* Panneaux */
.coups-panel { display: none; }
.coups-panel.active { display: block; }

/* Grille de cartes */
.coups-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px; max-width: 1300px; margin: 0 auto;
}
.coup-card {
    border: 1px solid #e8e2d6; border-radius: 6px; overflow: hidden;
    background: #fff; transition: transform .3s, box-shadow .3s;
    display: flex; flex-direction: column;
}
.coup-card:hover { transform: translateY(-5px); box-shadow: 0 14px 44px rgba(0,0,0,.1); }
.coup-img-wrap { height: 190px; overflow: hidden; }
.coup-img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .45s; display: block;
    background-size: cover; background-position: center;
}
.coup-card:hover .coup-img { transform: scale(1.05); }
.coup-body { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.coup-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; gap: 8px; }
.coup-distance {
    font-family: 'Cinzel', serif; font-size: .58rem; letter-spacing: .14em;
    color: var(--gold-dark); background: rgba(201,168,76,.1);
    border: 1px solid rgba(201,168,76,.28); padding: 3px 10px; border-radius: 20px;
    white-space: nowrap;
}
.coup-badge {
    font-family: 'Montserrat', sans-serif; font-size: .64rem; color: #999;
    background: #f5f2ec; padding: 3px 9px; border-radius: 20px; white-space: nowrap;
}
.coup-body h3 { font-family: 'Cinzel', serif; font-size: .96rem; color: var(--navy-dark); margin-bottom: 9px; font-weight: 600; line-height: 1.35; }
.coup-body p { font-family: 'Montserrat', sans-serif; font-size: .83rem; color: #6a6258; line-height: 1.72; flex: 1; margin-bottom: 14px; }
.coup-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.coup-tag {
    font-family: 'Montserrat', sans-serif; font-size: .68rem;
    color: var(--gold-dark); background: rgba(201,168,76,.08);
    border: 1px solid rgba(201,168,76,.22); padding: 2px 9px; border-radius: 20px;
}
.coup-season {
    font-family: 'Montserrat', sans-serif; font-size: .7rem; color: #888;
    margin-top: auto; padding-top: 10px; border-top: 1px solid #ede8de;
    display: flex; align-items: center; gap: 6px;
}
.coup-season::before { content: '◷'; color: var(--gold-text); font-size: .8rem; }


/* ══════════════════════════════════════════════════════════════
   SECTION AGENDA — Widget HIT Aveyron via iframes Laetis
   ══════════════════════════════════════════════════════════════ */
.agenda-section { background: #fff; padding: 90px 5% 80px; }

.agenda-header-row { max-width: 1300px; margin: 0 auto 50px; }
.agenda-header-row .section-header { margin-bottom: 32px; }
.agenda-header-row .subtitle {
    display: block; font-family: 'Cinzel', serif; font-size: .72rem;
    letter-spacing: .3em; color: var(--gold-text); text-transform: uppercase; margin-bottom: 10px;
}
.agenda-header-row h2 { font-family: 'Cinzel', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--navy-dark); }

.agenda-intro-txt {
    font-family: 'Playfair Display', serif; font-size: .97rem; color: #6a5e50;
    max-width: 820px; line-height: 1.8; margin-bottom: 30px;
}

/* Onglets filtres */
.agenda-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; max-width: 1300px; }
.tab-btn {
    font-family: 'Cinzel', serif; font-size: .67rem; letter-spacing: .18em;
    text-transform: uppercase; padding: 11px 22px;
    border: 1px solid #ccc; background: #fff; color: #666;
    cursor: pointer; border-radius: 2px; transition: all .22s;
    white-space: nowrap; user-select: none;
}
.tab-btn:hover { border-color: var(--navy-dark); color: var(--navy-dark); }
.tab-btn.active { background: var(--navy-dark); border-color: var(--navy-dark); color: var(--gold-text); }

/* Zone iframes */
.widget-zone { max-width: 1300px; margin: 0 auto; position: relative; }
.tab-panel { display: none; width: 100%; }
.tab-panel.active { display: block; }

.iframe-wrapper {
    position: relative; width: 100%;
    padding-bottom: 56.25%; height: 0; overflow: hidden;
    background: var(--cream);
}
.iframe-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.iframe-skeleton {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, #ede8e0 25%, #f5f2ec 50%, #ede8e0 75%);
    background-size: 200% 100%; animation: shimmer 1.4s infinite;
    z-index: 1; pointer-events: none; transition: opacity .4s;
}
.iframe-skeleton.hidden { opacity: 0; }

@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

.tab-loading { display: flex; align-items: center; justify-content: center; padding: 60px 0; gap: 14px; font-family: 'Montserrat', sans-serif; font-size: .84rem; color: #999; }
.tab-spinner { width: 22px; height: 22px; border: 2px solid rgba(160,120,40,.2); border-top-color: var(--gold-text); border-radius: 50%; animation: spin .8s linear infinite; flex-shrink: 0; }

@keyframes spin { to { transform: rotate(360deg); } }

/* Légende proximité */
.proximity-legend {
    display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
    margin-bottom: 24px; font-family: 'Montserrat', sans-serif; font-size: .75rem; color: #999;
}
.prox-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.prox-item { display: flex; align-items: center; gap: 6px; }


/* ══════════════════════════════════════
   CTA RÉSERVATION
   ══════════════════════════════════════ */
.region-cta {
    background: linear-gradient(135deg, var(--navy-dark) 0%, #0d1f3c 60%, #12200d 100%);
    padding: 100px 5%; text-align: center; position: relative; overflow: hidden;
}
.region-cta::before {
    content: ''; position: absolute; top: -60px; left: 50%;
    transform: translateX(-50%); width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(201,168,76,.12) 0%, transparent 70%);
    pointer-events: none;
}
.region-cta h2 { font-family: 'Cinzel', serif; font-size: clamp(2rem, 4vw, 3rem); color: #fff; margin-bottom: 20px; }
.region-cta h2::after { content: ''; display: block; width: 60px; height: 1px; background: linear-gradient(to right, transparent, var(--gold-text), transparent); margin: 14px auto 0; }
.region-cta p { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: rgba(255,255,255,.75); max-width: 680px; margin: 0 auto 40px; line-height: 1.8; }
.btn-gold { display: inline-block; background: linear-gradient(135deg, #bf953f, #fcf6ba, #b38728); color: #0d0d0d; font-family: 'Cinzel', serif; font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; padding: 18px 44px; text-decoration: none; font-weight: 700; transition: transform .2s, box-shadow .2s; box-shadow: 0 4px 24px rgba(191,149,63,.5); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 10px 36px rgba(191,149,63,.6); }


/* ══════════════════════════════════════
   FOOTER
   ══════════════════════════════════════ */
#footer-luxe { background: #02040c; padding: 70px 5% 30px; }
.footer-container { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; max-width: 1200px; margin: 0 auto; }
.footer-logo { font-family: 'Cinzel', serif; font-size: 1.3rem; font-weight: 700; color: #fff; margin-bottom: 14px; }
.footer-logo span { display: block; font-size: .65rem; letter-spacing: .3em; color: var(--gold-text); margin-top: 4px; }
.footer-desc { font-family: 'Montserrat', sans-serif; font-size: .84rem; color: rgba(255,255,255,.5); line-height: 1.7; margin-bottom: 20px; }
.footer-socials { display: flex; gap: 14px; }
.social-link { font-family: 'Cinzel', serif; font-size: .7rem; letter-spacing: .12em; color: var(--gold-text); text-decoration: none; border-bottom: 1px solid rgba(201,168,76,.3); padding-bottom: 2px; }
.footer-col h3 { font-family: 'Cinzel', serif; font-size: .8rem; letter-spacing: .2em; color: var(--gold-text); text-transform: uppercase; margin-bottom: 20px; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-family: 'Montserrat', sans-serif; font-size: .84rem; color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; }
.footer-col ul li a:hover { color: var(--gold-text); }
.contact-list li { display: flex; align-items: flex-start; gap: 10px; }
.contact-list .icon { color: var(--gold-text); font-size: .9rem; margin-top: 2px; }
.btn-footer { display: inline-block; margin-top: 20px; border: 1px solid rgba(201,168,76,.5); color: var(--gold-text); font-family: 'Cinzel', serif; font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; padding: 12px 24px; text-decoration: none; transition: background .2s; }
.btn-footer:hover { background: rgba(201,168,76,.1); }
.footer-bottom { max-width: 1200px; margin: 50px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.07); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.legal-links { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.legal-links span, .legal-links a { font-family: 'Montserrat', sans-serif; font-size: .76rem; color: rgba(255,255,255,.35); text-decoration: none; }
.legal-links a:hover { color: var(--gold-text); }
.legal-links .separator { color: rgba(201,168,76,.3); }
.signature { font-family: 'Cinzel', serif; font-size: .7rem; letter-spacing: .2em; color: rgba(201,168,76,.4); }


/* ══════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════ */
@media (max-width: 1100px) {
    .curator-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .curator-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-container { grid-template-columns: 1fr 1fr; }
    .dist-cards-row .flip-card { flex: 1 1 170px; max-width: 220px; height: 135px; }
    .coups-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .curator-grid { grid-template-columns: 1fr; }
    .footer-container { grid-template-columns: 1fr; }
    .hero-cta-group { flex-direction: column; align-items: center; }
    .dist-cards-row .flip-card { flex: 1 1 calc(50% - 14px); max-width: none; height: 125px; }
    .coups-grid { grid-template-columns: 1fr; }
}



/* ================================================================
   ADDITIONS — Animations, Dynamic Elements, Hero Enhancements
================================================================ */

/* ── Hero eyebrow pill ── */
.hero-eyebrow {
    display: inline-block;
    font-family: 'Cinzel', serif;
    font-size: .72rem;
    letter-spacing: .35em;
    color: var(--gold-text);
    border: 1px solid rgba(197,160,89,.4);
    padding: 6px 20px;
    border-radius: 50px;
    margin-bottom: 28px;
    backdrop-filter: blur(6px);
    background: rgba(255,255,255,.07);
    animation: fadeUp .8s .3s both;
}

/* ── Hero italic em ── */
.hero-content h1 em {
    font-style: italic;
    color: var(--gold-text);
}

/* ── Hero CTA group (deux boutons) ── */
.hero-cta-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeUp .8s 1.1s both;
}

/* ── Bouton gold hero (version renforcée) ── */
.btn-gold-hero {
    display: inline-block;
    background: linear-gradient(135deg, #bf953f, #fcf6ba, #b38728);
    color: #0d0d0d;
    font-family: 'Cinzel', serif;
    font-size: .78rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 16px 38px;
    text-decoration: none;
    font-weight: 700;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 4px 20px rgba(191,149,63,.45);
    border-radius: 2px;
}
.btn-gold-hero:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(191,149,63,.55);
}

/* ── Ghost hero button ── */
.btn-ghost-hero {
    display: inline-block;
    border: 1px solid rgba(255,255,255,.45);
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: .78rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 15px 38px;
    text-decoration: none;
    transition: background .2s;
    border-radius: 2px;
}
.btn-ghost-hero:hover { background: rgba(255,255,255,.1); }

/* ── Scroll Indicator (hero) ── */
.scroll-indicator {
    position: absolute;
    bottom: 28px;
    right: 40px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    opacity: 0;
    animation: fadeIn 1s 2s forwards;
    cursor: pointer;
}
@keyframes fadeIn { to { opacity: 1; } }

.scroll-indicator .si-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, rgba(197,160,89,.7));
    position: relative;
    overflow: hidden;
}
.scroll-indicator .si-line::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gold-text);
    animation: siDrop 1.5s ease-in-out infinite;
}
@keyframes siDrop { 0% { top: -100%; } 100% { top: 100%; } }

.scroll-indicator .si-text {
    font-family: 'Montserrat', sans-serif;
    font-size: .62rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
@media (max-width: 768px) { .scroll-indicator { display: none; } }

/* ── SCROLL REVEAL (Intersection Observer) ── */
.reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.reveal-left {
    opacity: 0;
    transform: translateX(-36px);
    transition: opacity .7s ease, transform .7s ease;
}
.reveal-left.visible { opacity: 1; transform: translateX(0); }

.reveal-right {
    opacity: 0;
    transform: translateX(36px);
    transition: opacity .7s ease, transform .7s ease;
}
.reveal-right.visible { opacity: 1; transform: translateX(0); }

/* ── FLIP CARDS (prestations amenity-box) ── */
.amenity-box {
    perspective: 1000px;
    cursor: pointer;
    min-height: 200px;
}
.amenity-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px;
    transition: transform .65s cubic-bezier(.4,.2,.2,1);
    transform-style: preserve-3d;
}
.amenity-box:hover .amenity-box-inner,
.amenity-box:focus .amenity-box-inner {
    transform: rotateY(180deg);
}
.amenity-face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 24px;
    border-radius: 4px;
}
.amenity-front {
    background: #fff;
    border: 1px solid #eee;
}
.amenity-back {
    transform: rotateY(180deg);
    background: var(--navy-deep);
    border: 1px solid rgba(197,160,89,.35);
}
.amenity-back h3 { color: var(--gold-text); margin-bottom: 10px; font-size: .85rem; }
.amenity-back p  { color: rgba(255,255,255,.80); font-size: .82rem; text-align: center; line-height: 1.65; }

/* ── Badge NAV "Nouveau" ── */
.nav-region-badge {
    display: inline-block;
    font-size: .55rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: var(--gold-gradient);
    color: var(--navy-deep);
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

/* ── Animation fadeUp (partagée hero + hero-eyebrow) ── */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Toast notifications ── */
#toast-container {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 9000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}
.toast {
    font-family: 'Montserrat', sans-serif;
    font-size: .84rem;
    padding: 14px 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: all;
    animation: toastIn .35s ease both;
    max-width: 340px;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.toast.error  { background: var(--navy-deep); border-left: 3px solid #e74c3c; color: #fff; }
.toast.info   { background: var(--navy-deep); border-left: 3px solid var(--gold-text); color: #fff; }
.toast.success { background: var(--navy-deep); border-left: 3px solid #2ecc71; color: #fff; }
.toast.hide { animation: toastOut .35s ease both; }
@keyframes toastIn  { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes toastOut { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(40px); } }

/* ── logo-link (lien cliquable sans style) ── */
a.logo-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

