/* ===== FONTS ===== */
@font-face {
    font-family: 'Beautifully Delicious';
    src: url('../fonts/beautifully_delicious_script_regular.woff') format('woff'),
         url('../fonts/beautifully_delicious_script_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beautifully Delicious';
    src: url('../fonts/beautifully_delicious_script_bold.woff') format('woff'),
         url('../fonts/beautifully_delicious_script_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Great Vibes';
    src: url('../fonts/GreatVibes-Regular.woff2') format('woff2'),
         url('../fonts/GreatVibes-Regular.woff') format('woff'),
         url('../fonts/GreatVibes-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ===== VARIABLES ===== */
:root {
    --primary-color: #D4A886;
    --primary-dark: #B89578;
    --primary-light: #E8D4C4;
    --primary-lighter: #F0E0D0;
    --primary-lightest: #F8EDE2;
    --text-dark: #1d1d1b;
    --text-light: #ffffff;
    --bg-light: #f9f7f4;
    --display-font: 'Playfair Display', 'Cormorant Garamond', 'Didot', 'Bodoni 72', Georgia, serif;
    --body-font: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --serif-font: Georgia, 'Times New Roman', serif;
}

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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--serif-font);
    color: var(--text-dark);
    background-color: #ffffff;
    line-height: 1.7;
    overflow-x: hidden;
    font-size: 15px;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--primary-dark);
}

/* ============================
   SITE HEADER (nav + hero)
   ============================ */
.site-header {
    position: relative;
    overflow: hidden;
    background-color: var(--primary-color);
}


/* ===== NAVIGATION ===== */
.navbar {
    position: relative;
    z-index: 10;
    padding: 1.8rem 0 0;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 0;
}

.nav-menu li {
    display: flex;
    align-items: center;
}

.nav-menu li:not(:last-child)::after {
    content: '|';
    color: var(--text-dark);
    margin: 0 1.1rem;
    opacity: 0.5;
    font-weight: 300;
    font-size: 1.1rem;
}

.nav-link {
    color: var(--text-dark);
    font-weight: 400;
    font-size: 1.05rem;
    font-family: var(--serif-font);
    padding: 0.3rem 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
    letter-spacing: 0.3px;
    transition: color 0.25s ease, border-color 0.25s ease, font-size 0.25s ease;
    display: inline-block;
}

.nav-link:hover {
    color: var(--text-light);
    border-top-color: var(--text-light);
    border-bottom-color: var(--text-light);
    font-size: 0.95rem;
}

.nav-link.active {
    color: var(--text-light);
    border-top-color: var(--text-light);
    border-bottom-color: var(--text-light);
}

.nav-link.script {
    font-family: 'Great Vibes', 'Beautifully Delicious', cursive;
    font-size: 1.7rem;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1;
    color: var(--text-dark);
    padding: 0.3rem 0;
    transform: translateY(2px);
}

.nav-link.script:hover {
    color: var(--text-light);
    border-top-color: var(--text-light);
    border-bottom-color: var(--text-light);
    font-size: 1.55rem;
}

.nav-link.script.active {
    color: var(--text-light);
    border-top-color: var(--text-light);
    border-bottom-color: var(--text-light);
}

.hamburger {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    gap: 5px;
    padding: 0.5rem;
    z-index: 11;
}

.hamburger span {
    width: 26px;
    height: 2px;
    background-color: var(--text-dark);
    display: block;
    transition: 0.3s;
}

/* ===== HERO (inside site-header) ===== */
.hero {
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 280px;
    padding: 3rem 2rem 7rem;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='white' fill-opacity='0.3' d='M0%2C0 L720%2C80 L1440%2C0 L1440%2C80 L0%2C80 Z'/%3E%3Cpath fill='white' fill-opacity='0.5' d='M0%2C20 L720%2C80 L1440%2C20 L1440%2C80 L0%2C80 Z'/%3E%3Cpath fill='white' fill-opacity='0.75' d='M0%2C42 L720%2C80 L1440%2C42 L1440%2C80 L0%2C80 Z'/%3E%3Cpath fill='white' d='M0%2C62 L720%2C80 L1440%2C62 L1440%2C80 L0%2C80 Z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-content {
    width: 100%;
    max-width: 1100px;
}

/* Homepage : logo image */
.hero-logo {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Sub-pages : titre texte */
.hero-title {
    font-family: var(--display-font);
    font-size: 6rem;
    font-weight: 500;
    letter-spacing: 6px;
    color: var(--text-light);
    margin: 0;
    line-height: 1;
}

.hero-subtitle {
    font-size: 1rem;
    letter-spacing: 6px;
    color: var(--text-dark);
    margin-top: 1.2rem;
    font-weight: 400;
    font-family: var(--serif-font);
    text-transform: uppercase;
}

/* ===== SECTIONS ===== */
section {
    padding: 3rem 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.section-intro {
    text-align: center;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 2rem;
    color: var(--text-dark);
    text-transform: uppercase;
    font-family: var(--serif-font);
}

.section-text {
    font-size: 0.95rem;
    line-height: 1.85;
    color: var(--text-dark);
    margin-bottom: 1.3rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.text-highlight,
a.text-highlight {
    color: var(--primary-color);
    font-weight: 400;
}

/* ===== SCRIPT SECTIONS ===== */
.section-script {
    font-family: 'Great Vibes', 'Beautifully Delicious', cursive;
    font-size: 4rem;
    color: var(--primary-color);
    margin: 3rem 0 2rem 0;
    text-align: center;
    font-weight: normal;
    line-height: 1.1;
}

.script-content {
    font-family: var(--serif-font);
    font-size: 0.95rem;
    color: var(--text-dark);
    text-align: center;
    line-height: 1.85;
    max-width: 800px;
    margin: 0 auto;
}

/* ===== ELODIE SECTION ===== */
.elodie-section {
    position: relative;
    margin: 3rem auto;
    max-width: 900px;
    text-align: center;
    padding: 0 2rem;
}

.elodie-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.elodie-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.elodie-badge {
    position: absolute;
    bottom: -80px;
    left: 40px;
    width: 160px;
    height: 160px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.elodie-badge-logo {
    width: 55%;
    height: auto;
    display: block;
    padding: 0.4rem;
    box-sizing: border-box;
}

.elodie-text {
    margin-top: 5.5rem;
    text-align: center;
}

.elodie-text strong {
    display: block;
    margin-top: 1rem;
    font-weight: 700;
    font-size: 1rem;
}

/* ===== PHOTO GRID (5 cols) ===== */
.photo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem;
    margin: 3rem auto;
    max-width: 1400px;
    padding: 0 1rem;
}

.photo-grid-item {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background-color: #f0e8e0;
    transition: opacity 0.3s ease;
}

.photo-grid-item:hover {
    opacity: 0.85;
}

.photo-grid-item img,
.photo-grid-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-grid-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.photo-grid-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f4e8d8, #e8d4c4);
}

.photo-grid-item.video-item::after {
    content: '▶';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: var(--text-light);
    background: rgba(0, 0, 0, 0.4);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.instagram-placeholder {
    grid-column: 1 / -1;
    padding: 2rem;
    background: var(--bg-light);
    text-align: center;
    color: #999;
    font-size: 0.9rem;
}

.view-more-wrapper {
    text-align: center;
    margin: 1rem 0 3rem;
}

/* ===== CTA / BUTTONS ===== */
.cta-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 0.75rem 2rem;
    border: none;
    font-family: var(--serif-font);
    font-size: 0.85rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 0;
}

.cta-button:hover {
    background-color: var(--primary-dark);
    color: var(--text-light);
}

.cta-section-text {
    max-width: 900px;
    margin: 2rem auto 4rem;
    padding: 0 2rem;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.85;
}

/* ===== FOOTER ===== */
.footer {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 3.5rem 2rem 2.5rem;
    text-align: center;
    margin-top: 0;
}

.footer-content {
    max-width: 900px;
    margin: 0 auto;
}

.footer-logo {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    margin: 0 auto 2rem;
}

.footer-info {
    font-size: 0.8rem;
    margin: 1.5rem 0 0.5rem;
    line-height: 1.8;
    color: var(--text-light);
}

.footer-link {
    color: var(--text-light);
    text-decoration: underline;
}

.footer-disclaimer {
    font-size: 0.75rem;
    margin: 0.5rem 0 1.5rem;
    color: var(--text-light);
    font-style: italic;
    opacity: 0.95;
}

.footer-socials {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--text-light);
    transition: opacity 0.3s ease;
}

.social-link:hover {
    opacity: 0.7;
}

.social-link svg {
    width: 24px;
    height: 24px;
    fill: var(--text-light);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 10rem;
    }
}

@media (max-width: 1024px) {
    .hero-title {
        font-size: 8rem;
        letter-spacing: 4px;
    }

    .hero.hero-small .hero-title {
        font-size: 5rem;
    }

    .photo-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .nav-menu li:not(:last-child)::after {
        margin: 0 0.7rem;
    }

    .nav-link {
        font-size: 0.95rem;
    }

    .nav-link.script {
        font-size: 1.4rem;
    }

    .nav-container {
        padding: 0 1.5rem;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 1rem 0 0;
    }

    .nav-container {
        justify-content: flex-end;
        padding: 0 1.5rem;
    }

    .nav-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-color);
        width: 100%;
        text-align: center;
        gap: 0;
        padding: 4rem 0 2rem;
        z-index: 999;
        overflow-y: auto;
    }

    .nav-menu.active {
        display: flex;
    }


    .nav-menu li {
        padding: 0.7rem 0;
        justify-content: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    /* Sur mobile on désactive la réduction de taille au hover */
    .nav-link:hover,
    .nav-link.script:hover {
        font-size: inherit;
    }

    .nav-menu li:last-child {
        border-bottom: none;
    }

    .nav-menu li:not(:last-child)::after {
        display: none;
    }

    .hamburger {
        display: flex;
        position: relative;
        z-index: 1000;
    }

    .hamburger span {
        background-color: var(--text-light);
    }

    /* Quand le menu est ouvert, le hamburger devient fixe en haut à droite */
    .hamburger.active {
        position: fixed;
        top: 1.2rem;
        right: 1.5rem;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 5px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -5px);
    }

    .site-header {
        padding-bottom: 0;
    }

    .hero {
        padding: 2rem 1.5rem 1rem;
    }

    .hero-title {
        font-size: 4.5rem;
        letter-spacing: 3px;
    }

    .hero.hero-small .hero-title {
        font-size: 3.5rem;
    }

    .hero-subtitle {
        font-size: 0.85rem;
        letter-spacing: 4px;
    }

    .section-script {
        font-size: 2.5rem;
    }

    .photo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.4rem;
    }

    .elodie-badge {
        width: 130px;
        height: 130px;
        bottom: -30px;
        left: 20px;
    }

    .elodie-badge-title {
        font-size: 1.2rem;
        letter-spacing: 2px;
    }

    .elodie-badge-subtitle {
        font-size: 0.55rem;
        letter-spacing: 1px;
    }

    .elodie-text {
        margin-top: 3rem;
    }

    section {
        padding: 2rem 1.5rem;
    }

    .footer-title {
        font-size: 3rem;
        letter-spacing: 4px;
    }

    .footer-subtitle {
        font-size: 0.75rem;
        letter-spacing: 2px;
    }

    .section-title {
        font-size: 1.2rem;
        letter-spacing: 3px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 3rem;
        letter-spacing: 2px;
    }

    .photo-grid {
        grid-template-columns: 1fr;
    }

    .section-script {
        font-size: 1.9rem;
    }

    .footer-title {
        font-size: 2.3rem;
        letter-spacing: 3px;
    }
}

/* ===== ABOUT PAGE — BOTTOM IMAGE GRID ===== */
.about-images-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.about-images-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



/* ===== ABOUT PAGE ===== */
.about-images-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.about-images-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ===== GALLERY PAGE ===== */
.gallery-title {
    font-family: 'Great Vibes', cursive;
    font-size: 2.8rem;
    color: var(--primary-color);
    font-weight: normal;
    text-align: center;
    margin: 3rem 0 1.5rem;
}

.masonry-grid {
    columns: 3;
    column-gap: 0.75rem;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 0.75rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.masonry-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.masonry-item img {
    width: 100%;
    display: block;
}

@media (max-width: 768px) {
    .masonry-grid { columns: 2; }
    .gallery-title { font-size: 2.2rem; }
}

@media (max-width: 480px) {
    .masonry-grid { columns: 1; }
}


/* ===== LEURS MOTS PAGE ===== */
.testimonial {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    padding: 3rem 1.5rem;
    margin: 0 auto;
}

.testimonial-main {
    flex: 1;
    min-width: 0;
}

.testimonial-aside {
    flex-shrink: 0;
    width: 160px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1rem;
}

.testimonial-quote {
    font-family: 'Georgia', serif;
    font-size: 5rem;
    line-height: 0.6;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.testimonial-text p {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 1rem;
    line-height: 1.85;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    text-align: center;
}

.testimonial-text p:last-child {
    margin-bottom: 0;
}

.testimonial-photo {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.testimonial-label {
    font-family: 'Great Vibes', cursive;
    font-size: 1.6rem;
    color: var(--primary-color);
    line-height: 1.3;
    font-weight: normal;
    margin: 0;
}

.testimonial-divider {
    width: 80px;
    height: 1px;
    background-color: var(--primary-color);
    margin: 0 auto;
    opacity: 0.4;
}

@media (max-width: 768px) {
    .testimonial {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        padding: 2rem 1rem;
    }
    .testimonial-aside { width: auto; padding-top: 0; }
    .testimonial-quote { font-size: 3.5rem; text-align: center; }
    .testimonial-label { font-size: 1.4rem; }
}


/* ===== PRESTATIONS PAGE ===== */
.services-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.services-slider {
    overflow: hidden;
    flex: 1;
}

.slider-track {
    display: flex;
    gap: 1rem;
    transition: transform 0.4s ease;
}

.slider-item {
    flex-shrink: 0;
    width: calc((100% - 4rem) / 5);
}

.slider-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.slider-arrow {
    background: none;
    border: none;
    font-size: 3rem;
    color: var(--primary-color);
    cursor: pointer;
    line-height: 1;
    padding: 0 0.25rem;
    flex-shrink: 0;
    transition: opacity 0.2s;
}

.slider-arrow:hover { opacity: 0.6; }

@media (max-width: 768px) {
    .slider-item { width: 100%; }
    .services-slider-wrapper { padding: 0 1rem; }
}


/* ===== MAKEUP PAGE ===== */
.makeup-photos {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: flex-start;
}

.makeup-photo-item {
    flex: 1;
    min-width: 0;
}

.makeup-photo-item img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.makeup-pricing-block {
    max-width: 640px;
    margin: 0 auto 1.5rem;
}

.makeup-pricing-row {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.makeup-pricing-label {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 1rem;
    letter-spacing: 2px;
    color: var(--text-dark);
    white-space: nowrap;
}

.makeup-pricing-dots {
    flex: 1;
    border-bottom: 1px dotted #ccc;
    margin: 0 0.5rem;
    position: relative;
    top: -4px;
}

.makeup-pricing-price {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    white-space: nowrap;
}

.makeup-pricing-detail {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
    text-align: center;
    margin: 0.25rem auto 0;
    max-width: 640px;
}

.makeup-pricing-divider {
    width: 60px;
    height: 1px;
    background: var(--primary-color);
    opacity: 0.4;
    margin: 2rem auto;
}

.makeup-signature {
    font-family: 'Great Vibes', cursive;
    font-size: 2.5rem;
    color: var(--primary-color);
    text-align: center;
    margin-top: 2rem;
}

@media (max-width: 600px) {
    .makeup-photos { flex-direction: column; }
    .makeup-pricing-label { font-size: 0.85rem; letter-spacing: 1px; }
}


/* ===== CONTACT PAGE ===== */
.contact-layout {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.contact-image {
    flex: 1;
    min-width: 0;
}

.contact-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.contact-form-col {
    flex: 1.2;
    min-width: 0;
}

.contact-heading {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 2rem;
    line-height: 1.4;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.form-group label {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 0.95rem;
    letter-spacing: 1px;
    color: var(--text-dark);
}

.required { color: var(--primary-color); }

.form-group input,
.form-group select,
.form-group textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
    font-family: inherit;
    font-size: 0.95rem;
    color: var(--text-dark);
    background: transparent;
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-bottom-color: var(--primary-color);
}

.form-group textarea {
    resize: vertical;
    border: 1px solid #ccc;
    padding: 0.5rem;
    border-radius: 2px;
}

.form-group textarea:focus { border-color: var(--primary-color); }

.contact-submit { align-self: flex-start; margin-top: 0.5rem; }

.contact-commitment {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 0.95rem;
    font-style: italic;
    color: #999;
    margin-top: 0.5rem;
}

.contact-success {
    background: #f4f9f4;
    border-left: 3px solid var(--primary-color);
    padding: 1.5rem;
    color: #444;
    line-height: 1.8;
}

.contact-error {
    background: #fdf4f4;
    border-left: 3px solid #cc6666;
    padding: 1rem 1.5rem;
    color: #933;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .contact-layout { flex-direction: column; gap: 2rem; }
    .form-row { grid-template-columns: 1fr; }
    .contact-heading { font-size: 1.3rem; }
}


/* ===== POLITIQUE DE CONFIDENTIALITÉ ===== */
.privacy-main-title {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 2rem;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 2.5rem;
    text-align: center;
    letter-spacing: 1px;
}

.privacy-heading {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 2.5rem 0 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid rgba(212, 168, 134, 0.3);
}

.privacy-text {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 1rem;
    line-height: 1.85;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.privacy-link {
    color: var(--primary-color);
    text-decoration: underline;
}


/* ===== BLOG ARTICLE ===== */
.blog-article {
    max-width: 750px;
    margin: 0 auto;
    padding: 3rem 1.5rem 4rem;
}

.blog-article-header {
    text-align: center;
    margin-bottom: 3rem;
}

.blog-article-date {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 0.9rem;
    letter-spacing: 2px;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.blog-article-title {
    font-family: 'Great Vibes', cursive;
    font-size: 3.2rem;
    font-weight: normal;
    color: var(--primary-color);
    line-height: 1.3;
}

.blog-article-body p {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 1.1rem;
    line-height: 2;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

.blog-article-heading {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 1px;
    margin: 3rem 0 1.5rem;
    text-align: center;
}

.blog-article-figure {
    text-align: center;
    margin: 2.5rem 0;
}

.blog-article-figure img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

.blog-article-figure figcaption {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 0.8rem;
    color: #aaa;
    font-style: italic;
    margin-top: 0.5rem;
}

.blog-article-signature {
    font-family: 'Great Vibes', cursive;
    font-size: 1.8rem;
    color: var(--primary-color);
    text-align: center;
    margin-top: 3rem;
}

.blog-article-back {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(212, 168, 134, 0.3);
}

.blog-back-link {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 0.95rem;
    color: var(--primary-color);
    letter-spacing: 1px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.blog-back-link:hover { opacity: 0.7; }


/* ===== BLOG LISTING ===== */
.blog-card {
    padding: 2.5rem 0;
    border-bottom: 1px solid rgba(212, 168, 134, 0.25);
}

.blog-card-date {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 0.75rem;
}

.blog-card-title {
    font-family: 'Great Vibes', cursive;
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.blog-card-title a {
    color: var(--primary-color);
}

.blog-card-title a:hover {
    color: var(--primary-dark);
}

.blog-card-excerpt {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1rem;
    line-height: 1.85;
    color: var(--text-dark);
    margin-bottom: 1.25rem;
}

.blog-card-link {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.95rem;
    color: var(--primary-color);
    letter-spacing: 1px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.blog-card-link:hover {
    opacity: 0.7;
}

.blog-coming-soon {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.9rem;
    color: #bbb;
    font-style: italic;
    text-align: center;
    padding: 2.5rem 0;
}

.blog-card-image-link {
    display: block;
    overflow: hidden;
}

.blog-card-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.blog-card-image-link:hover .blog-card-image {
    transform: scale(1.03);
}

.blog-card-body {
    padding-top: 1.5rem;
}

.blog-card-category {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 0.4rem;
}

/* ===== PAGE 404 ===== */
.not-found-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem 1rem 3rem;
}

.not-found-image {
    width: 100%;
    max-width: 480px;
    border-radius: 4px;
    object-fit: cover;
}

.not-found-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    font-weight: 400;
    color: var(--text-dark);
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
}
