
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Great+Vibes&display=swap');
.font-great-vibes {
    font-family: 'Great Vibes', cursive;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    position: relative;
    color: #2E231D;
    background-color: #FFF9F9;
    min-height: 100vh;
    overflow-x: hidden;
}
.text-champagne-600 {
    color: white; /* Blanc pour les liens */
}

.text-sand-900 {
    color: white; /* Blanc pour le texte */
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
}
/* Ajustement de l'animation du titre */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    }
}

/* About section layout adjustments */
#about .flex.flex-col {
    align-items: center;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

#about .max-w-xs {
    max-width: 100%;
    margin: 0 auto;
}

#about .container.mx-auto {
    max-width: 1200px;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    #about .md\:flex-row {
        align-items: flex-start;
        justify-content: center;
        gap: 2rem;
    }
    
    #about .md\:w-1\/2 {
        width: 45%;
        max-width: 500px;
    }
    
    #about .md\:w-1\/2:last-child {
        padding-left: 2rem;
        text-align: left;
    }
    
    #about .md\:w-1\/2:first-child {
        text-align: center;
    }
    
    #about img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

    #about .md\:w-1\/2.px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
/* Gallery grid styling */
.grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.grid-cols-2 img,
.grid-cols-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.3s ease;
    aspect-ratio: 4/5;
}

.grid-cols-2 img:hover,
.grid-cols-3 img:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
/* Masonry grid for gallery */
.masonry-grid {
    column-count: 3;
    column-gap: 1rem;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1rem;
}

.masonry-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.3s ease;
}
@media (max-width: 768px) {
    .grid-cols-2,
    .grid-cols-3 {
        grid-template-columns: 1fr;
    }
    
    .masonry-grid {
        column-count: 2;
    }
    
    .masonry-item img {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .masonry-grid {
        column-count: 1;
    }
    
    .masonry-item img {
        height: 200px;
    }
}
section[style*="IMG_0418"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        rgba(0,0,0,0.2),
        linear-gradient(to bottom, rgba(255,214,224,0.7) 0%, rgba(245,241,232,0.9) 100%);
    z-index: 1;
    backdrop-filter: blur(1px);
}
/* About section image alignment */
#about .flex.flex-col img,
#about .max-w-xs img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 80%; /* Reduced image size */
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#about .md\:w-1\/2:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Center images vertically */
    gap: 1rem; /* Space between images */
}
#about .md\:w-2\/3 {
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

#about .md\:w-1\/3 {
    max-width: 250px;
}

#about .md\:w-1\/3 img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.text-dark-brown {
    color: #2E231D;
}

.text-gold-brown {
    color: #8B6B3D;
}
section[style*="IMG_0418"] {
    background-position: center 30% !important;
    background-size: 120% auto !important;
}
section[style*="IMG_0418"] .container {
    position: relative;
    z-index: 2;
    margin-top: 4rem;
    text-align: left;
    align-items: flex-start;
    padding-bottom: 4rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100vh;
}
/* Grand logo rond centré */
section[style*="IMG_0418"] .w-\[150px\] {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 0 20px 10px rgba(233, 30, 99, 0.4),
                0 10px 25px rgba(0,0,0,0.3),
                inset 0 0 15px rgba(255,255,255,0.3);
    border: 4px solid #E91E63;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    animation: pulseGlow 2s infinite alternate;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 15px 5px rgba(233, 30, 99, 0.3),
                    0 10px 25px rgba(0,0,0,0.3);
    }
    100% {
        box-shadow: 0 0 25px 15px rgba(233, 30, 99, 0.5),
                    0 10px 25px rgba(0,0,0,0.3);
    }
}
section[style*="IMG_0418"] .w-\[150px\]:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 0 30px 15px rgba(233, 30, 99, 0.6),
                0 15px 35px rgba(0,0,0,0.4),
                inset 0 0 20px rgba(255,255,255,0.4);
    border-color: #F50057;
    filter: brightness(1.1);
    animation: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
    letter-spacing: 0.03em;
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    color: white; /* Blanc pour tous les titres */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
h1 {
    font-size: 4rem;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
@font-face {
    font-family: 'Parisienne';
    src: url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
}
/* Citation en rose vif avec ombre massive */
.hero-quote {
    color: #4A4A4A !important;
    font-family: 'Great Vibes', cursive;
    font-style: normal;
    font-size: 50px; /* Augmenté de 3.5rem à 50px */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;
    font-weight: 500;
    line-height: 1.3;
    width: 95%;
    max-width: 1200px;
    text-align: right;
    position: absolute;
    bottom: 15%;
    right: 2.5%;
    z-index: 2;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .hero-quote {
        font-size: 2rem;
        white-space: normal;
        text-align: center;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }
}
.logo-text {
    font-family: 'Parisienne', cursive;
    font-weight: 400;
    letter-spacing: 0.05em;
}
/* Smooth scrolling for anchor links */
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}
@keyframes fade-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-fade-in {
    animation: fade-in 1.5s ease-out forwards;
}
/* Scroll animations for sections */
section {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    background: #FEFDF8; /* Blanc crème */
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: 1rem;
}

section:nth-child(even) {
    background: #F5F1E8; /* Beige très clair pour sections alternées */
}
section h2 {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out 0.2s, transform 0.6s ease-out 0.2s;
}

section .flex > div:first-child {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out 0.3s, transform 0.6s ease-out 0.3s;
}

section .flex > div:last-child {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease-out 0.3s, transform 0.6s ease-out 0.3s;
}
section img {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease-out 0.4s, transform 0.6s ease-out 0.4s;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.05);
    z-index: 2;
    object-fit: cover;
}
section p {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out 0.5s, transform 0.6s ease-out 0.5s;
}

section.visible {
    opacity: 1;
}

section.visible h2,
section.visible .flex > div,
section.visible img,
section.visible p {
    opacity: 1;
    transform: translateX(0) translateY(0);
}
/* Decorative elements animation */
section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(212,175,55,0.5) 50%, transparent 100%);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: center;
    opacity: 0;
}

section.visible::before {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
}

/* Staggered animations for grid items */
section .grid > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

section.visible .grid > * {
    opacity: 1;
    transform: translateY(0);
}

section.visible .grid > *:nth-child(1) { transition-delay: 0.1s; }
section.visible .grid > *:nth-child(2) { transition-delay: 0.2s; }
section.visible .grid > *:nth-child(3) { transition-delay: 0.3s; }
section.visible .grid > *:nth-child(4) { transition-delay: 0.4s; }
/* Custom button animation */
.btn-animate {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.btn-animate:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(209, 156, 90, 0.4);
    filter: contrast(1.1);
}
.btn-animate:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(209, 156, 90, 0.3);
}
/* Hero image parallax effect */
.hero-image {
    perspective: 1200px;
    transform-style: preserve-3d;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    padding: 1.5rem;
    border: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hero-image::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px;
    padding: 2px;
    background: linear-gradient(45deg, #FFD6E0 0%, #FFECD2 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.hero-image:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 35px 60px rgba(0,0,0,0.15);
}
.hero-image img {
    transition: transform 0.3s ease;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    filter: none;
}
.parallax-background {
    transform: translateZ(-10px) scale(1.1);
    opacity: 0.8;
}
/* Modern Glass Card Effect */
.card-hover {
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    background: white; /* Fond blanc */
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid #e8d5b5; /* Bordure beige clair */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.card-hover:hover {
    transform: translateY(-15px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(212, 175, 55, 0.3);
}
.card-hover::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 24px;
    background: linear-gradient(135deg, 
        rgba(212, 175, 55, 0.3) 0%, 
        rgba(255, 200, 200, 0.15) 50%, 
        rgba(212, 175, 55, 0.15) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.card-hover:hover::before {
    opacity: 1;
}

.card-hover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(212, 175, 55, 0.03) 0%,
        rgba(212, 175, 55, 0.05) 20%,
        rgba(255, 214, 224, 0.05) 50%,
        rgba(212, 175, 55, 0.03) 80%,
        rgba(212, 175, 55, 0.05) 100%
    );
    background-size: 300% 300%;
    animation: gradientBG 8s ease infinite;
    z-index: -1;
    border-radius: 24px;
}

@keyframes gradientBG {
    0% { background-position: 0% 50% }
    50% { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}

.card-hover i {
    transition: all 0.5s ease;
}

.card-hover:hover i {
    transform: rotate(360deg);
    animation: pulseIcon 2s infinite;
}

@keyframes pulseIcon {
    0% { transform: scale(1) rotate(360deg); }
    50% { transform: scale(1.1) rotate(360deg); }
    100% { transform: scale(1) rotate(360deg); }
}
/* Pulse animation for CTA */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(209, 156, 90, 0.7);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(209, 156, 90, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(209, 156, 90, 0);
    }
}
.hero-title {
    animation: fadeInUp 1s ease-out 0.3s forwards;
    margin-bottom: 0;
    font-size: 4rem;
    text-align: left;
    width: auto;
    color: #d9a969;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.max-w-2xl img {
    animation: fadeInUp 1s ease-out 0.2s forwards;
    opacity: 0;
    transform: translateY(10px);
}

.max-w-2xl:hover img {
    transform: translateY(-5px) rotate(5deg);
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.pulse-button {
    animation: pulse 1.5s infinite ease-in-out;
    background: linear-gradient(to bottom, #FF9EB7, #FFC3A0);
    color: white;
    border: none;
    box-shadow: 0 8px 20px rgba(255, 158, 183, 0.4);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-weight: 600;
    letter-spacing: 0.5px;
}
.pulse-button:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(255, 158, 183, 0.6);
    background: linear-gradient(to bottom, #FF8FAB, #FFB79D);
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 20px rgba(233, 30, 99, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 25px rgba(233, 30, 99, 0.6);
    }
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 0 0 10px rgba(212, 175, 55, 0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

.animate-bounce {
    animation: bounce 2s infinite;
}

/* Floating particles */
floating-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

floating-particles .particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    animation: float linear infinite;
}
floating-particles .particle:nth-child(odd) {
    background: rgba(217, 169, 105, 0.3); /* Beige doré transparent */
}

floating-particles .particle:nth-child(even) {
    background: rgba(255, 214, 224, 0.3); /* Rose poudré transparent */
}
@keyframes float {
    0% {
        transform: translateY(100vh) translateX(0) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) translateX(100px) rotate(360deg);
        opacity: 0;
    }
}

/* Parallax effect */
.hero-image .parallax-background {
    transition: transform 0.5s ease-out;
}
/* Form input focus */
.input-focus:focus {
    border-color: #d9a969;
    box-shadow: 0 0 0 3px rgba(217, 169, 105, 0.2);
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(5px);
}
/* Logo Styles */
.nav-logo {
    transition: transform 0.3s ease;
}
.nav-logo:hover {
    transform: scale(1.1);
}

.nav-logo img {
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.nav-logo:hover img {
    transform: rotate(10deg);
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
/* Contact Modal Styles */
contact-modal {
  backdrop-filter: blur(5px);
}
/* Contact Modal Styles */
contact-modal .modal-content {
  background: linear-gradient(to bottom right, #FFF9F9, #F5F1E8);
  border: 1px solid rgba(217, 169, 105, 0.3);
  padding: 2rem;
  max-width: 500px;
  width: 90%;
}

contact-modal h3 {
  font-family: 'Playfair Display', serif;
  color: #8B6B3D;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

contact-modal .contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

contact-modal .contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  border: 1px solid rgba(217, 169, 105, 0.2);
}

contact-modal .contact-icon {
  width: 20px;
  height: 20px;
  color: #d9a969;
}

contact-modal .contact-link {
  color: #5A4A42;
  text-decoration: none;
  flex-grow: 1;
  text-align: left;
  padding: 0 0.5rem;
  transition: color 0.3s;
}

contact-modal .contact-link:hover {
  color: #d9a969;
}

contact-modal .copy-btn {
  background: linear-gradient(to right, #d9a969, #c2874b);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.9rem;
  white-space: nowrap;
  min-width: 80px;
  text-align: center;
}

contact-modal .copy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(201, 169, 97, 0.4);
}

contact-modal .whatsapp-logo {
  width: 20px;
  height: 20px;
}

/* Close button */
contact-modal .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #d9a969;
  transition: transform 0.3s;
}

contact-modal .close-btn:hover {
  transform: rotate(90deg);
}
/* Bouton retour en haut rose pastel */
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: #E6A8B8;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(230, 168, 184, 0.5);
    z-index: 1000;
    transition: all 0.3s ease;
    color: white;
}
#back-to-top.show {
    display: flex;
}

#back-to-top:hover {
    transform: translateY(-5px);
    background: #D4899D;
    box-shadow: 0 10px 30px rgba(212, 137, 157, 0.6);
}

#back-to-top i {
    width: 24px;
    height: 24px;
    stroke-width: 3;
    stroke: white;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    section {
        padding: 4rem 0;
    }
    .hero-image {
        border-radius: 20px;
        max-width: 320px;
    }
}

/* New modern elements */
.glass-card {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(16px);
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transition: all 0.4s ease;
}
.organic-shape {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: linear-gradient(45deg, rgba(212,175,55,0.15) 0%, rgba(201,169,97,0.1) 100%);
    z-index: -1;
    animation: morph 8s ease-in-out infinite;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
@keyframes morph {
    0% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
    50% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
    100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
}

.hover-3d {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform-style: preserve-3d;
}
.hover-3d:hover {
    transform: perspective(1000px) rotateX(5deg) rotateY(5deg) translateY(-10px);
}

/* Experience card hover effect */
#experience .bg-white:hover {
    box-shadow: 0 10px 30px rgba(255, 182, 193, 0.3);
    transform: translateY(-5px);
    border-left: 4px solid #FF8FAB;
}
/* Tooltip styles */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* ============================================
   1. CARTES HOVER - élévation + ombre
   ============================================ */
#services .bg-white,
#pricing .bg-white,
#experience .bg-white,
.testimonial-slide {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#services .bg-white:hover,
#pricing .bg-white:hover,
#experience .bg-white:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* ============================================
   2. ICÔNES QUI TOURNENT AU SURVOL
   ============================================ */
#services .bg-champagne-100 i,
#experience .bg-champagne-100 i,
.why-icon i,
section .bg-champagne-100 i {
    transition: transform 0.5s ease;
}
#services .bg-white:hover .bg-champagne-100 i,
#experience .bg-white:hover .bg-champagne-100 i,
section .bg-white:hover .bg-champagne-100 i {
    transform: rotate(360deg);
}

/* ============================================
   3. PÉTALES DE FLEURS
   ============================================ */
.petal {
    position: absolute;
    top: -50px;
    width: 12px;
    height: 12px;
    background: radial-gradient(ellipse, #FFB6C1, #FFC0CB);
    border-radius: 50% 0;
    opacity: 0.35;
    pointer-events: none;
    animation: fall linear forwards;
    transform: rotate(45deg);
    z-index: 100;
}

@keyframes fall {
    to {
        top: 110vh;
        transform: rotate(405deg);
    }
}

/* ============================================
   4. PARALLAXE GALERIE
   ============================================ */
.masonry-item {
    overflow: hidden;
}
.masonry-item img {
    transition: transform 0.1s linear;
    will-change: transform;
}

/* ============================================
   5. BOUTONS PULSANTS - Réserver
   ============================================ */
@keyframes softPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 4px 15px rgba(255, 158, 183, 0.3); }
    50% { transform: scale(1.05); box-shadow: 0 8px 25px rgba(255, 158, 183, 0.6); }
}
#pricing a {
    animation: softPulse 2s ease-in-out infinite;
    display: inline-block;
}
#pricing a:hover {
    animation: none;
    transform: scale(1.08);
}

/* ============================================================
   HERO SECTION — ASYMÉTRIQUE DYNAMIQUE PROFESSIONNEL
   ============================================================ */

/* --- Section principale --- */
.hero-asymmetric {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(
        135deg,
        #FFF8F9 0%,
        #FFF5F7 40%,
        #FFF0F5 70%,
        #FFE8EE 100%
    );
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 80px 60px;
}

.hero-asymmetric::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(255, 245, 247, 0.5) 50%,
        #FFF5F7 100%
    );
    pointer-events: none;
    z-index: 4;
}

/* --- Fond radial décoratif --- */
.hero-async-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 70% 60% at 85% 20%, rgba(230,168,184,0.16) 0%, transparent 70%),
        radial-gradient(ellipse 50% 50% at 10% 85%, rgba(200,149,158,0.10) 0%, transparent 60%),
        radial-gradient(ellipse 40% 40% at 50% 50%, rgba(255,240,245,0.4) 0%, transparent 80%);
}

/* --- Particules lumineuses --- */
.hero-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: radial-gradient(circle, rgba(230,168,184,0.7), transparent);
    border-radius: 50%;
    pointer-events: none;
    animation: floatParticle 8s ease-in-out infinite;
}
@keyframes floatParticle {
    0%, 100% { transform: translate(0, 0); opacity: 0.25; }
    33%       { transform: translate(15px, -25px); opacity: 0.7; }
    66%       { transform: translate(-10px, -15px); opacity: 0.4; }
}

/* --- Logo en haut à gauche --- */
.hero-logo-abs {
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: 10;
}
.hero-logo-abs img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(230,168,184,0.35);
    box-shadow: 0 8px 28px rgba(230,168,184,0.22);
    animation: heroLogoFloat 4s ease-in-out infinite;
}
@keyframes heroLogoFloat {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-7px); }
}

/* --- Grande image droite --- */
.hero-img-container {
    position: absolute;
    top: 0;
    left: 25%;
    width: 75%;
    height: 100vh;
    z-index: 2;
    overflow: hidden;
}

.hero-img-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 240, 245, 0.5) 0%,
        rgba(255, 240, 245, 0.3) 40%,
        rgba(255, 240, 245, 0) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.hero-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    filter: brightness(1.05) contrast(0.95);
    animation: heroBreathe 6s ease-in-out infinite;
    will-change: transform;
}

@keyframes heroBreathe {
    0%, 100% { transform: scale(1.02); }
    50%       { transform: scale(1.05); }
}

/* --- Carte flottante glassmorphism --- */
@keyframes heroCardIn {
    from { opacity: 0; transform: translateX(-55px); }
    to   { opacity: 1; transform: translateX(0); }
}
.hero-card-float {
    position: relative;
    z-index: 5;
    max-width: 450px;
    margin-left: 90px;
    margin-top: 120px;
    margin-bottom: 150px;

    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);

    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 30px;

    box-shadow:
        0 20px 60px rgba(230, 168, 184, 0.15),
        0 0 0 1px rgba(230, 168, 184, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    padding: 50px 45px;

    animation: slideInLeft 1s ease-out;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-card-float:hover {
    transform: translateY(-5px);
    box-shadow:
        0 25px 70px rgba(230, 168, 184, 0.2),
        0 0 0 1px rgba(230, 168, 184, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* --- Titre dans la carte --- */
.hero-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.05;
    margin: 0 0 12px;
    margin-left: -5px;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, #C8959E 0%, #E6A8B8 60%, #D4899D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* --- Tagline dans la carte --- */
.hero-card-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.05rem;
    font-weight: 500;
    color: #C8595E;
    text-align: center;
    margin: 4px 0 10px;
    line-height: 1.35;
}

/* --- Sous-titre dans la carte --- */
.hero-card-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #8B7D7B;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 0 25px;
    opacity: 0.8;
}

/* --- Séparateur décoratif dans la carte --- */
.hero-card-divider-line {
    width: 55px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #E6A8B8, transparent);
    margin-bottom: 30px;
}

/* --- Stats dans la carte --- */
.hero-card-stats {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.hero-card-stat {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.hero-card-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 700;
    color: #E6A8B8;
    line-height: 1;
}
.hero-card-stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    color: #8B7D7B;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.hero-card-sep {
    font-size: 2.2rem;
    color: rgba(230,168,184,0.28);
    font-weight: 200;
    line-height: 1;
    align-self: flex-start;
    padding-top: 4px;
}

/* --- CTA dans la carte --- */
@keyframes heroCTAPulse {
    0%, 100% { transform: scale(1);    box-shadow: 0 8px 25px rgba(230,168,184,0.32); }
    50%       { transform: scale(1.02); box-shadow: 0 12px 32px rgba(230,168,184,0.48); }
}
.hero-card-cta {
    display: inline-block;
    padding: 15px 28px;
    background: linear-gradient(135deg, #E6A8B8 0%, #D4899D 100%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(230, 168, 184, 0.35);
    animation: heroCTAPulse 3s ease-in-out infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hero-card-cta:hover {
    animation: none;
    transform: translateY(-3px);
    box-shadow: 0 14px 38px rgba(200,90,126,0.38);
}
.hero-card-cta:active { transform: translateY(-1px); }

/* --- Groupe de boutons CTA --- */
.hero-cta-group {
    display: flex;
    gap: 15px;
    align-items: center;
}

.hero-whatsapp {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #7BC8A4;
    color: white;
    padding: 15px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 6px 20px rgba(123, 200, 164, 0.3);
    transition: all 0.3s ease;
}

.hero-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(123, 200, 164, 0.4);
}

/* --- Citation pleine largeur en bas --- */
@keyframes heroQuoteIn {
    from { opacity: 0; transform: translateX(-50%) translateY(20px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
.hero-quote-abs {
    position: absolute;
    bottom: 90px;
    right: 120px;
    left: auto;
    transform: none;
    z-index: 6;
    width: auto;
    max-width: 700px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 15px 35px;
    border-radius: 30px;
    border: 1px solid rgba(230,168,184,0.18);
    box-shadow: 0 10px 40px rgba(230,168,184,0.14);
    animation: heroQuoteIn 1.2s 0.6s cubic-bezier(0.22,1,0.36,1) both;
    pointer-events: none;
}
.hero-quote-abs p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #B8798C;
    margin: 0;
    text-align: center;
    white-space: normal;
}

/* --- Flèche scroll --- */
@keyframes heroBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%       { transform: translateX(-50%) translateY(8px); }
}
.hero-scroll-abs {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    animation: heroBounce 2s ease-in-out infinite;
}
.hero-scroll-lnk {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #C8959E;
    text-decoration: none;
    transition: color 0.3s;
}
.hero-scroll-lnk:hover { color: #C85A7E; }
.hero-scroll-lnk svg {
    width: 28px;
    height: 28px;
}
.hero-scroll-lnk span {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8B7D7B;
}

/* --- Responsive mobile --- */
@media (max-width: 768px) {
    .hero-asymmetric {
        padding: 100px 20px 40px;
        flex-direction: column;
        align-items: stretch;
    }
    .hero-img-container {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 45vh;
    }
    .hero-logo-abs {
        top: 20px;
        left: 20px;
    }
    .hero-logo-abs img { width: 70px; height: 70px; }
    .hero-card-float {
        margin: 43vh 20px 0 20px;
        max-width: 100%;
        padding: 35px 25px;
    }
    .hero-card-title { font-size: 2.4rem; }
    .hero-card-stat-num { font-size: 2rem; }
    .hero-cta-group {
        flex-wrap: wrap;
        gap: 10px;
    }
    .hero-card-cta,
    .hero-whatsapp {
        flex: 1 1 auto;
        text-align: center;
        justify-content: center;
        padding: 13px 18px;
        font-size: 0.88rem;
    }
    /* Citation réaffichée sous la carte sur mobile */
    .hero-quote-abs {
        display: block !important;
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        left: auto !important;
        transform: none !important;
        animation: none !important;
        margin: 16px 20px 30px;
        max-width: 100%;
        width: auto;
        align-self: stretch;
        text-align: center;
        padding: 12px 20px;
    }
    .petal {
        display: none;
    }
}

/* ============================================================
   MODERNISATION DESIGN — Glassmorphism, Gradients, Ombres
   ============================================================ */

/* --- 1. GLASSMORPHISM sur cartes Services & Tarifs --- */
#services .bg-white,
#pricing .bg-white {
    background: rgba(255, 252, 248, 0.75) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(217, 169, 105, 0.25) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 32px rgba(230, 168, 184, 0.12), 0 2px 8px rgba(217, 169, 105, 0.08) !important;
    position: relative;
    overflow: hidden;
}

/* Reflet lumineux en haut des cartes */
#services .bg-white::before,
#pricing .bg-white::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    z-index: 1;
}

/* Bordure gradient subtile */
#services .bg-white::after,
#pricing .bg-white::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(217, 169, 105, 0.3), rgba(255, 192, 203, 0.2), rgba(217, 169, 105, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
}

/* --- 2. GRADIENTS MODERNES sur les backgrounds --- */
#experience {
    background: linear-gradient(160deg, #F5EDE0 0%, #EDE0D0 50%, #F0E6D8 100%) !important;
}

#pricing {
    background: linear-gradient(145deg, #F7F0E8 0%, #EFE5D5 60%, #F5EDE0 100%) !important;
}

.py-24.bg-gradient-to-r {
    background: linear-gradient(135deg, #C9A961 0%, #D4AF37 50%, #C2A058 100%) !important;
}

#about {
    background: linear-gradient(180deg, #FEFDF8 0%, #FAF5EE 100%) !important;
}

section#contact {
    background: linear-gradient(160deg, #FEFDF8 0%, #F8F0E8 100%) !important;
}

/* --- 3. OMBRES DOUCES colorées rosées --- */
#experience .bg-white {
    border-radius: 20px !important;
    box-shadow: 0 10px 40px rgba(230, 168, 184, 0.12), 0 4px 16px rgba(217, 169, 105, 0.08) !important;
    border: 1px solid rgba(217, 169, 105, 0.15) !important;
    background: rgba(255, 252, 250, 0.9) !important;
}

nav {
    box-shadow: 0 4px 30px rgba(217, 169, 105, 0.12) !important;
}

footer {
    box-shadow: 0 -4px 30px rgba(100, 60, 30, 0.1);
}

/* --- 4. BORDER-RADIUS augmenté --- */
#services .bg-white,
#pricing .bg-white,
#experience .bg-white,
.faq-item,
.testimonial-slide,
#contact form input,
#contact form textarea {
    border-radius: 20px !important;
}

#contact form input,
#contact form textarea {
    border-radius: 12px !important;
    border: 1px solid rgba(217, 169, 105, 0.3) !important;
    background: rgba(255, 252, 248, 0.8) !important;
    box-shadow: inset 0 2px 8px rgba(217, 169, 105, 0.06) !important;
    transition: border-color 0.3s, box-shadow 0.3s !important;
}

#contact form input:focus,
#contact form textarea:focus {
    border-color: rgba(217, 169, 105, 0.6) !important;
    box-shadow: 0 0 0 3px rgba(217, 169, 105, 0.12), inset 0 2px 8px rgba(217, 169, 105, 0.06) !important;
    outline: none !important;
}

/* --- 5. LUEURS (GLOW) sur les boutons au hover --- */
.pulse-button:hover,
a[href="#contact"]:hover,
button[type="submit"]:hover {
    box-shadow: 0 8px 30px rgba(255, 158, 183, 0.5), 0 0 20px rgba(255, 192, 203, 0.3) !important;
}

#pricing a:hover {
    box-shadow: 0 8px 30px rgba(255, 158, 183, 0.5), 0 0 20px rgba(255, 192, 203, 0.3) !important;
}

nav a:hover,
nav button:hover {
    text-shadow: 0 0 12px rgba(217, 169, 105, 0.4);
}

/* Glow sur icônes au hover */
#services .bg-white:hover .bg-champagne-100,
#experience .bg-white:hover .bg-champagne-100 {
    box-shadow: 0 0 16px rgba(217, 169, 105, 0.35);
    transition: box-shadow 0.3s ease;
}

/* --- 6. TYPOGRAPHIE MODERNE — plus aérée --- */
body {
    letter-spacing: 0.01em;
    line-height: 1.9;
}

h1, h2, h3, h4 {
    letter-spacing: 0.04em;
    line-height: 1.25;
}

h2.text-3xl {
    letter-spacing: 0.05em;
}

p {
    line-height: 1.9;
    letter-spacing: 0.015em;
}

nav a, nav button {
    letter-spacing: 0.06em;
    font-size: 0.88rem;
}

/* Espacement section plus généreux */
section {
    padding: 5rem 0 !important;
}

/* Cartes FAQ modernisées */
.faq-item {
    border: 1px solid rgba(217, 169, 105, 0.2) !important;
    box-shadow: 0 4px 20px rgba(230, 168, 184, 0.1) !important;
    background: rgba(255, 252, 248, 0.85) !important;
}

.faq-question {
    border-radius: 20px !important;
    letter-spacing: 0.03em;
}

/* ============================================
   PARALLAXE — blobs décoratifs & optimisations
   ============================================ */

/* Empêche les blobs fixed de créer un overflow */
body { overflow-x: hidden; }

/* GPU hint sur les éléments parallaxe */
.masonry-item img,
#about img,
section h2 {
    will-change: transform;
}

/* Sections foncées : légèrement plus lentes visuellement via transform-origin */
section:nth-child(even) {
    transform-origin: center top;
}

/* Formes organiques existantes : amélioration */
.organic-shape {
    will-change: transform;
    pointer-events: none;
}

/* ============================================
   SECTION SUR-MESURE — blocs why
   ============================================ */
.why-block {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.why-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(230, 168, 184, 0.15) !important;
}
.why-block:hover .bg-champagne-100 i {
    transform: rotate(360deg);
    transition: transform 0.5s ease;
}
.why-block .bg-champagne-100 i {
    transition: transform 0.5s ease;
}

/* ============================================
   SECTION À PROPOS — cartes expérience
   ============================================ */
.about-exp-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 252, 248, 0.85) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.about-exp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(230, 168, 184, 0.18) !important;
}
.about-exp-card:hover .bg-champagne-100 i {
    transform: rotate(360deg);
    transition: transform 0.5s ease;
}
.about-exp-card .bg-champagne-100 i {
    transition: transform 0.5s ease;
}
.about-philosophy {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* ============================================
   FOOTER — badges paiement
   ============================================ */
.payment-badge {
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    cursor: default;
}
.payment-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    background-color: rgba(161, 108, 62, 0.5) !important;
}

/* Section témoignages */
.testimonial-slide {
    border: 1px solid rgba(217, 169, 105, 0.2) !important;
    box-shadow: 0 8px 30px rgba(230, 168, 184, 0.1) !important;
    background: rgba(255, 252, 248, 0.9) !important;
}

/* Fond fondu témoignages */
.testimonial-carousel {
    background: linear-gradient(rgba(255,250,250,0.70), rgba(255,250,250,0.70)),
                url('images/bebe-se-couvre-visage-en-dormant.jpg') center/cover fixed !important;
}

/* ============================================================
   PARALLAX GLOBAL
   ============================================================ */
#about,
#services,
#pricing,
#how-it-works,
#faq,
#contact,
.testimonial-carousel {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/* Désactivé sur mobile pour performance */
@media (max-width: 768px) {
    #about,
    #services,
    #pricing,
    #how-it-works,
    #faq,
    #contact,
    .testimonial-carousel {
        background-attachment: scroll;
    }
}

/* ============================================================
   LIRE PLUS / VOIR MOINS
   ============================================================ */
.read-more-extra {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.45s ease, opacity 0.35s ease;
}
.read-more-extra.open {
    max-height: 800px;
    opacity: 1;
}
.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 14px;
    color: #D4899D;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    cursor: pointer;
    border: none;
    background: none;
    padding: 4px 0;
    transition: color 0.2s;
}
.read-more-btn:hover {
    color: #B8708A;
}
.rm-arrow {
    font-size: 0.9rem;
    display: inline-block;
    transition: transform 0.25s;
}

/* ============================================================
   MOBILE — CORRECTIONS COMPLÈTES (max-width: 768px)
   ============================================================ */
@media (max-width: 768px) {

    /* --- Navigation --- */
    nav .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    nav .flex.justify-between {
        gap: 0.5rem;
    }

    /* --- Sections générales (sauf hero) --- */
    section:not(.hero-asymmetric) {
        padding: 3rem 0 !important;
    }

    /* --- About --- */
    /* Garder les 2 petites photos côte-à-côte */
    #about .md\:col-span-2 .grid.grid-cols-2 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.5rem !important;
    }
    /* Qualifications : 2 colonnes restent (Mon Parcours + Qualifications) */
    /* Zones d'intervention : garder 3 colonnes mais compactes */
    #about .grid.grid-cols-3 {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 0.5rem !important;
    }
    #about .grid.grid-cols-3 .text-center {
        padding: 0.5rem 0.25rem !important;
    }
    #about .grid.grid-cols-3 .text-xs.font-bold {
        font-size: 0.65rem !important;
    }
    /* Images About */
    #about .md\:col-span-2 .h-72 {
        height: 220px !important;
    }
    #about .md\:col-span-2 .h-40 {
        height: 110px !important;
    }
    /* Philosophie */
    #about .rounded-2xl.p-7 {
        padding: 1.25rem !important;
    }

    /* --- Services --- */
    #services .bg-white {
        padding: 1.5rem !important;
    }

    /* --- Pricing --- */
    /* Supprime le scale sur la carte "LE + DEMANDÉ" en mobile */
    #pricing .rounded-2xl[style*="scale"] {
        transform: none !important;
    }
    /* Rétablit le margin-top pour le badge */
    #pricing .rounded-2xl[style*="scale"] h3 {
        margin-top: 0.75rem;
    }
    #pricing .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    /* --- Stats --- */
    .grid.md\:grid-cols-3 .text-5xl {
        font-size: 2.75rem !important;
    }

    /* --- Why Me (blocs allaitement, bains, massages) --- */
    .why-block {
        padding: 1.5rem !important;
    }
    .why-block .md\:w-20 {
        width: auto !important;
    }

    /* --- Gallery --- */
    #contact + section .container,
    .masonry-grid {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    /* --- Contact : logo --- */
    #contact-logo-img {
        width: 140px !important;
    }

    /* --- Footer --- */
    footer .flex.space-x-6 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.75rem;
    }
    footer .space-x-6 > * {
        margin-left: 0 !important;
    }

    /* --- Back to top --- */
    #back-to-top {
        bottom: 20px;
        right: 16px;
        width: 46px;
        height: 46px;
    }

    /* --- Lightbox --- */
    #lightbox {
        padding: 1rem;
    }

    /* --- Mentions modal --- */
    #mentions-modal .p-8 {
        padding: 1.25rem !important;
    }
}

/* ============================================================
   MOBILE PETIT (max-width: 480px)
   ============================================================ */
@media (max-width: 480px) {

    /* Hero */
    .hero-card-title { font-size: 2rem; }
    .hero-card-stat-num { font-size: 1.7rem; }
    .hero-card-float {
        padding: 25px 18px !important;
    }
    .hero-card-tagline { font-size: 0.95rem; }
    .hero-quote-abs p { font-size: 0.82rem; }

    /* Nav */
    nav .text-2xl { font-size: 1.25rem !important; }
    nav img[style*="width:58px"] {
        width: 44px !important;
        height: 44px !important;
    }

    /* Titres de sections */
    h2.text-3xl { font-size: 1.6rem !important; }

    /* About zones : 1 colonne sur très petit écran */
    #about .grid.grid-cols-3 {
        grid-template-columns: 1fr !important;
    }

    /* Services cards */
    #services .bg-white {
        padding: 1.25rem !important;
    }
    #services h3.text-xl { font-size: 1rem !important; }

    /* How it works */
    #how-it-works .rounded-2xl[style*="padding: 40px"] {
        padding: 24px 16px !important;
        min-height: auto !important;
    }

    /* Pricing */
    #pricing .text-3xl.font-bold { font-size: 1.75rem !important; }

    /* Stats */
    .grid.md\:grid-cols-3 .text-5xl {
        font-size: 2.25rem !important;
    }

    /* Why Me */
    .why-block { padding: 1.25rem !important; }
    .why-block .p-4.rounded-full { padding: 0.75rem !important; }

    /* Contact image décorative : cachée sur très petit écran */
    #contact .mt-8.flex-1 {
        display: none !important;
    }

    /* Footer */
    footer .text-2xl { font-size: 1.5rem !important; }
    footer .space-x-6 { gap: 0.5rem !important; }
}

/* ============================================================
   TÉLÉPHONE EN MODE PAYSAGE (orientation landscape, hauteur < 500px)
   ============================================================ */
@media (orientation: landscape) and (max-height: 500px) {

    /* --- Navbar : forcer le menu hamburger --- */
    /* Cacher le menu desktop (md:flex) */
    .md\:flex {
        display: none !important;
    }
    /* Afficher le burger (md:hidden) — exclure le menu déroulant lui-même */
    .md\:hidden:not(#mobile-menu) {
        display: flex !important;
    }
    /* Afficher le menu mobile quand il est ouvert (classe hidden retirée) */
    #mobile-menu:not(.hidden) {
        display: block !important;
    }

    /* --- Hero : layout deux colonnes compact --- */
    .hero-asymmetric {
        padding: 65px 16px 20px !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        min-height: 100dvh !important;
    }
    .hero-img-container {
        left: 0 !important;
        top: 0 !important;
        width: 42% !important;
        height: 100% !important;
    }
    .hero-card-float {
        margin: 8px 16px 8px calc(42% + 16px) !important;
        max-width: calc(58% - 48px) !important;
        padding: 16px 18px !important;
    }
    .hero-card-title { font-size: 1.6rem !important; }
    .hero-card-stat-num { font-size: 1.3rem !important; }
    .hero-card-tagline { font-size: 0.85rem !important; }
    .hero-cta-group { gap: 8px !important; }
    .hero-card-cta, .hero-whatsapp {
        padding: 10px 14px !important;
        font-size: 0.82rem !important;
    }

    /* Citation : centrée en bas de la section */
    .hero-quote-abs {
        display: block !important;
        position: absolute !important;
        bottom: 12px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        animation: none !important;
        width: max-content !important;
        max-width: calc(100% - 40px) !important;
        text-align: center !important;
        padding: 8px 20px !important;
        z-index: 6 !important;
    }
    .hero-quote-abs p { font-size: 0.8rem !important; }

    /* Cacher le lien "Découvrir" (chevron) en paysage */
    .hero-scroll-abs { display: none !important; }

    /* Sections : padding réduit */
    section:not(.hero-asymmetric) {
        padding: 2rem 0 !important;
    }

    /* --- Gallery Moments de Soin : grille fiable en paysage --- */
    .masonry-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 0.5rem !important;
        column-count: unset !important;
    }
    .masonry-item {
        break-inside: auto !important;
        margin-bottom: 0 !important;
    }
    .masonry-item img {
        height: 140px !important;
    }
}