/* =============================================
   LE COIFFEUR DU PASSAGE - PAGE COIFFURE
   Styles spécifiques pour la page Coiffure
   ============================================= */

/* =============================================
   HERO SECTION COIFFURE
   ============================================= */
.coiffure-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 44px;
}

.coiffure-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/coiffure-hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.coiffure-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(26, 26, 26, 0.85) 0%,
        rgba(26, 26, 26, 0.7) 50%,
        rgba(26, 26, 26, 0.85) 100%
    );
}

.coiffure-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 120px 2rem 80px;
    max-width: 900px;
    margin: 0 auto;
}

/* Breadcrumb */
.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.3s ease;
}

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

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
}

.breadcrumb-current {
    color: var(--color-primary);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.coiffure-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 500;
    font-style: italic;
    color: var(--color-white);
    margin-bottom: 1rem;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease forwards;
}

.coiffure-hero-subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

.coiffure-hero-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.4s;
    opacity: 0;
}

.deco-line {
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
}

.deco-icon {
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =============================================
   SECTION INTRODUCTION
   ============================================= */
.coiffure-intro {
    padding: 100px 2rem;
    background-color: var(--color-white);
}

.coiffure-intro-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
}

.coiffure-intro-content {
    padding-right: 2rem;
}

.section-label {
    display: inline-block;
    font-size: 0.85rem;
    font-style: italic;
    color: var(--color-gray);
    margin-bottom: 0.75rem;
    position: relative;
}

.section-label.centered {
    display: block;
    text-align: center;
}

.section-label.light {
    color: rgba(255, 255, 255, 0.7);
}

.coiffure-intro-content h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 500;
    color: var(--color-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.intro-text {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--color-accent);
    margin-bottom: 1rem;
}

.intro-text strong {
    color: var(--color-primary);
}

.intro-features {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.intro-feature {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem;
    background-color: var(--color-cream);
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.intro-feature:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.feature-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
}

.feature-text h4 {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-secondary);
    margin-bottom: 0.35rem;
    text-transform: none;
    letter-spacing: 0;
}

.feature-text p {
    font-size: 0.9rem;
    color: var(--color-gray);
    margin-bottom: 0;
    line-height: 1.5;
}

/* Image avec cadre doré */
.coiffure-intro-image {
    position: relative;
}

.image-frame {
    position: relative;
}

.image-frame img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center center;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    display: block;
}

.image-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid var(--color-primary);
    border-radius: 16px;
    z-index: -1;
    opacity: 0.5;
}

/* =============================================
   SECTION GALERIE CARROUSEL
   ============================================= */
.coiffure-gallery {
    padding: 100px 2rem;
    background-color: var(--color-light-gray);
}

.coiffure-gallery-container {
    max-width: 1400px;
    margin: 0 auto;
}

.coiffure-gallery-header {
    text-align: center;
    margin-bottom: 3rem;
}

.gallery-subtitle {
    font-size: 1.05rem;
    color: var(--color-gray);
    max-width: 600px;
    margin: 0 auto;
    margin-top: 1rem;
}

.gallery-carousel-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.gallery-carousel-container {
    flex: 1;
    overflow: hidden;
    border-radius: 16px;
}

.gallery-carousel-track {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: grab;
}

.gallery-carousel-track:active {
    cursor: grabbing;
}

.gallery-item {
    flex: 0 0 calc(33.333% - 1rem);
    min-width: 300px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.gallery-item:hover .gallery-item-overlay {
    opacity: 1;
    transform: translateY(0);
}

.gallery-item-overlay span {
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-style: italic;
}

.gallery-nav-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--color-white);
    border: 2px solid var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: var(--color-primary);
}

.gallery-nav-btn:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    transform: scale(1.05);
}

.gallery-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.gallery-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(184, 134, 11, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-dot:hover {
    background-color: rgba(184, 134, 11, 0.6);
}

.gallery-dot.active {
    background-color: var(--color-primary);
    transform: scale(1.3);
}

/* =============================================
   SECTION VIDÉOS CARROUSEL
   ============================================= */
.coiffure-videos {
    padding: 100px 2rem;
    background: linear-gradient(180deg, var(--color-white) 0%, var(--color-cream) 100%);
    position: relative;
    overflow: hidden;
}

.coiffure-videos::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(184, 134, 11, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    transform: translateY(-50%);
}

.coiffure-videos::after {
    content: '';
    position: absolute;
    top: 20%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(184, 134, 11, 0.06) 0%, transparent 70%);
    border-radius: 50%;
}

.videos-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.videos-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.videos-subtitle {
    font-size: 1.05rem;
    color: var(--color-gray);
    max-width: 650px;
    margin: 1rem auto 0;
    line-height: 1.7;
}

.videos-carousel-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.videos-carousel-container {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
}

.videos-carousel-track {
    display: flex;
    gap: 2rem;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: grab;
}

.videos-carousel-track:active {
    cursor: grabbing;
}

.videos-carousel-track.dragging {
    transition: none;
}

.video-item {
    flex: 0 0 calc(33.333% - 1.33rem);
    min-width: 320px;
    background-color: var(--color-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.video-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 600px; /* Hauteur très grande pour format vertical/portrait */
    background-color: var(--color-secondary);
    overflow: hidden;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.2) 50%,
        rgba(0, 0, 0, 0.4) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.4s ease;
}

.video-item:hover .video-play-overlay {
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.video-wrapper.playing .video-play-overlay {
    opacity: 0;
    pointer-events: none;
}

/* Mode aperçu : vidéo joue en arrière-plan avec overlay subtil */
.video-wrapper.preview .video-play-overlay {
    opacity: 1;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.05) 50%,
        rgba(0, 0, 0, 0.15) 100%
    );
    transition: background 0.3s ease;
}

.video-item:hover .video-wrapper.preview .video-play-overlay {
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.15) 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
}

.video-wrapper.preview .play-btn {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
    box-shadow: 0 8px 30px rgba(184, 134, 11, 0.5);
    opacity: 0.85;
    transition: all 0.3s ease;
}

.video-item:hover .video-wrapper.preview .play-btn {
    opacity: 1;
    transform: scale(1.05);
}

.video-wrapper.preview .play-btn::before {
    animation: none;
    opacity: 0;
}

.video-wrapper.preview .play-btn svg {
    width: 28px;
    height: 28px;
    margin-left: 0;
}

/* Indicateur "Plein écran" en mode preview */
.video-wrapper.preview::after {
    content: 'Cliquez pour agrandir';
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--color-white);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-item:hover .video-wrapper.preview::after {
    opacity: 1;
}

.play-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    transition: all 0.4s ease;
    box-shadow: 0 10px 40px rgba(184, 134, 11, 0.4);
}

.play-btn svg {
    width: 40px;
    height: 40px;
    margin-left: 6px; /* Centrage optique du triangle */
}

.play-btn:hover {
    transform: scale(1.15);
    box-shadow: 0 15px 50px rgba(184, 134, 11, 0.5);
}

.play-btn:active {
    transform: scale(1.05);
}

/* Animation pulse sur le bouton play */
.play-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--color-primary);
    opacity: 0.3;
    animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.video-info {
    padding: 1.75rem;
}

.video-info h4 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-secondary);
    margin-bottom: 0.5rem;
    text-transform: none;
    letter-spacing: 0;
    transition: color 0.3s ease;
}

.video-item:hover .video-info h4 {
    color: var(--color-primary);
}

.video-info p {
    font-size: 0.9rem;
    color: var(--color-gray);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Navigation buttons */
.video-nav-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--color-white);
    border: 2px solid var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    color: var(--color-primary);
    position: relative;
    z-index: 10;
}

.video-nav-btn:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(184, 134, 11, 0.3);
}

.video-nav-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}

/* Dots navigation */
.videos-dots {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 1rem;
}

.video-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(184, 134, 11, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.video-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid transparent;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.video-dot:hover {
    background-color: rgba(184, 134, 11, 0.5);
}

.video-dot.active {
    background-color: var(--color-primary);
    transform: scale(1.2);
}

.video-dot.active::after {
    border-color: rgba(184, 134, 11, 0.3);
}

/* =============================================
   SECTION TARIFS
   ============================================= */
.coiffure-tarifs {
    padding: 100px 2rem;
    background-color: var(--color-white);
    position: relative;
}

.coiffure-tarifs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    background: linear-gradient(180deg, var(--color-cream) 0%, var(--color-white) 100%);
    z-index: 0;
}

.tarifs-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.tarifs-header {
    text-align: center;
    margin-bottom: 4rem;
}

.tarifs-intro {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--color-accent);
    max-width: 800px;
    margin: 1.5rem auto 0;
}

.tarifs-category {
    margin-bottom: 4rem;
}

.tarifs-category:last-of-type {
    margin-bottom: 2rem;
}

.tarifs-category-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--color-cream);
}

.category-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
}

.tarifs-category-header h3 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-secondary);
}

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

.tarifs-grid.single {
    grid-template-columns: 1fr;
    max-width: 400px;
}

.tarif-card {
    background-color: var(--color-white);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.tarif-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-primary-light));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tarif-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

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

.tarif-card.featured {
    border: 2px solid var(--color-primary);
    transform: scale(1.02);
}

.tarif-card.featured::before {
    opacity: 1;
    height: 5px;
}

.tarif-card.featured:hover {
    transform: scale(1.02) translateY(-10px);
}

.tarif-badge {
    position: absolute;
    top: 1.5rem;
    right: -2rem;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
    color: var(--color-white);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.4rem 3rem;
    transform: rotate(45deg);
}

.tarif-badge.student {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
}

.tarif-card-header {
    margin-bottom: 1.25rem;
}

.tarif-card-header h4 {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--color-secondary);
    margin-bottom: 0.75rem;
    text-transform: none;
    letter-spacing: 0;
}

.tarif-price {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.price-from {
    font-size: 0.8rem;
    color: var(--color-gray);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.price-amount {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 1;
}

.tarif-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--color-accent);
    margin-bottom: 1.5rem;
}

.tarif-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.25rem;
    border-top: 1px solid var(--color-cream);
}

.tarif-duration {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--color-gray);
}

.tarif-duration svg {
    color: var(--color-primary);
}

.tarif-note {
    font-size: 0.8rem;
    font-weight: 600;
    color: #4CAF50;
    background-color: rgba(76, 175, 80, 0.1);
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
}

.tarifs-note {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background-color: var(--color-cream);
    border-radius: 12px;
    border-left: 4px solid var(--color-primary);
}

.tarifs-note svg {
    color: var(--color-primary);
    flex-shrink: 0;
    margin-top: 2px;
}

.tarifs-note p {
    font-size: 0.9rem;
    color: var(--color-accent);
    margin-bottom: 0;
    line-height: 1.6;
}

/* =============================================
   SECTION SERVICES VISAGISTE
   ============================================= */
.coiffure-services {
    padding: 100px 2rem;
    background-color: var(--color-secondary);
    position: relative;
    overflow: hidden;
}

.coiffure-services::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(184, 134, 11, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.services-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.services-content {
    color: var(--color-white);
}

.services-content .section-label {
    color: var(--color-primary);
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.8rem;
}

.services-content h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 500;
    color: var(--color-white);
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.services-intro {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 2.5rem;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2rem;
    margin-bottom: 3rem;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-item:hover {
    background-color: rgba(184, 134, 11, 0.15);
    border-color: rgba(184, 134, 11, 0.3);
    transform: translateX(5px);
}

.service-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background-color: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
}

.service-name {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--color-white);
}

.services-cta {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-question {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-style: italic;
    color: var(--color-primary);
    margin-bottom: 1.5rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-outline-gold {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background-color: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 50px;
    transition: all 0.3s ease;
}

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

.btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: var(--color-white);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background-color: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
}

/* Grille d'images services */
.services-image {
    position: relative;
}

.services-image-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1.5rem;
    height: 550px;
}

.grid-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.grid-image:hover img {
    transform: scale(1.08);
}

.grid-image.large {
    grid-row: span 2;
}

.grid-image.small {
    height: 100%;
}

/* =============================================
   CTA RESERVATION
   ============================================= */
.coiffure-cta {
    position: relative;
    padding: 120px 2rem;
    overflow: hidden;
}

.cta-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/coiffure-cta-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(26, 26, 26, 0.92) 0%,
        rgba(26, 26, 26, 0.85) 100%
    );
}

.coiffure-cta .cta-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 500;
    color: var(--color-white);
    margin-bottom: 1rem;
}

.cta-text {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.coiffure-cta .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn-light-gold {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.2rem 2.5rem;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 50px;
    border: 2px solid var(--color-primary);
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(184, 134, 11, 0.3);
}

.btn-light-gold:hover {
    background-color: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(184, 134, 11, 0.4);
}

.btn-outline-white {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.2rem 2.5rem;
    background-color: transparent;
    color: var(--color-white);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.btn-outline-white:hover {
    background-color: var(--color-white);
    color: var(--color-secondary);
    border-color: var(--color-white);
}

/* =============================================
   HEADER SPECIFIQUE PAGE COIFFURE
   ============================================= */
.header-coiffure {
    background-color: transparent;
}

.header-coiffure.scrolled {
    background-color: var(--color-white);
}

.menu-toggle-coiffure {
    top: 145px;
}

/* =============================================
   ANIMATIONS
   ============================================= */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
    .coiffure-intro-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .coiffure-intro-content {
        padding-right: 0;
        order: 2;
    }
    
    .coiffure-intro-image {
        order: 1;
    }
    
    .image-frame img {
        height: 450px;
    }
    
    .image-accent {
        display: none;
    }
    
    .tarifs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .services-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .services-image-grid {
        height: 400px;
    }
    
    .gallery-item {
        flex: 0 0 calc(50% - 0.75rem);
        min-width: 280px;
    }
    
    .gallery-item img {
        height: 350px;
        object-fit: cover;
        object-position: center center;
    }
    
    .video-item {
        flex: 0 0 calc(50% - 1rem);
        min-width: 300px;
    }
    
    .video-wrapper {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .coiffure-hero {
        min-height: 50vh;
        margin-top: 100px;
    }
    
    .coiffure-hero-content {
        padding: 80px 1.5rem 60px;
    }
    
    .coiffure-hero-title {
        font-size: 2.5rem;
    }
    
    .coiffure-hero-subtitle {
        font-size: 1rem;
    }
    
    .breadcrumb {
        font-size: 0.75rem;
    }
    
    .coiffure-intro {
        padding: 60px 1.5rem;
    }
    
    .image-frame img {
        height: 350px;
    }
    
    .intro-features {
        gap: 1rem;
    }
    
    .intro-feature {
        padding: 1rem;
    }
    
    .feature-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }
    
    .coiffure-gallery {
        padding: 60px 1rem;
    }
    
    .gallery-carousel-wrapper {
        flex-direction: column;
    }
    
    .gallery-carousel-container {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        overflow-x: auto;
        padding: 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    
    .gallery-nav-btn {
        display: none;
    }
    
    .gallery-carousel-track {
        justify-content: flex-start;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        gap: 1rem;
        transform: none !important;
    }
    
    .gallery-item {
        flex: 0 0 auto;
        width: auto;
        max-width: 85%;
        min-width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        box-shadow: none;
        scroll-snap-align: center;
    }
    
    .gallery-item img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 500px;
        object-fit: contain;
        object-position: center center;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }
    
    .gallery-item-overlay {
        display: none;
    }
    
    /* Videos section mobile */
    .coiffure-videos {
        padding: 60px 1rem;
    }
    
    .videos-carousel-wrapper {
        flex-direction: column;
    }
    
    .videos-carousel-container {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    
    .videos-carousel-track {
        justify-content: flex-start;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        gap: 1rem;
        transform: none !important;
    }
    
    .video-nav-btn {
        display: none;
    }
    
    .video-item {
        flex: 0 0 auto;
        width: 85%;
        max-width: 350px;
        min-width: 280px;
        scroll-snap-align: center;
    }
    
    .video-wrapper {
        height: auto;
        aspect-ratio: 9 / 16;
        max-height: 550px;
    }
    
    .video-wrapper video {
        object-fit: contain;
        background-color: var(--color-secondary);
    }
    
    .play-btn {
        width: 70px;
        height: 70px;
    }
    
    .play-btn svg {
        width: 28px;
        height: 28px;
    }
    
    .video-info {
        padding: 1.25rem;
    }
    
    .video-info h4 {
        font-size: 1.1rem;
    }
    
    /* Preview indicator mobile */
    .video-wrapper.preview::after {
        font-size: 0.65rem;
        padding: 0.4rem 0.75rem;
        bottom: 10px;
        opacity: 1; /* Toujours visible sur mobile car pas de hover */
    }
    
    .video-wrapper.preview .play-btn {
        width: 60px;
        height: 60px;
        opacity: 1;
    }
    
    .video-wrapper.preview .play-btn svg {
        width: 24px;
        height: 24px;
    }
    
    .coiffure-tarifs {
        padding: 60px 1.5rem;
    }
    
    .tarifs-grid {
        grid-template-columns: 1fr;
    }
    
    .tarif-card.featured {
        transform: none;
    }
    
    .tarif-card.featured:hover {
        transform: translateY(-10px);
    }
    
    .tarifs-category-header {
        flex-direction: column;
        text-align: center;
    }
    
    .coiffure-services {
        padding: 60px 1.5rem;
    }
    
    .services-list {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .services-image-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        height: auto;
        gap: 1rem;
    }
    
    .grid-image.large {
        grid-column: span 2;
        grid-row: auto;
    }
    
    .grid-image img {
        height: 200px;
    }
    
    .grid-image.large img {
        height: 250px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .btn-outline-gold,
    .btn-gold {
        justify-content: center;
    }
    
    .coiffure-cta {
        padding: 80px 1.5rem;
    }
    
    .coiffure-cta .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-light-gold,
    .btn-outline-white {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .coiffure-hero-title {
        font-size: 2rem;
    }
    
    .deco-line {
        width: 50px;
    }
    
    .price-amount {
        font-size: 2rem;
    }
    
    .tarif-card {
        padding: 1.5rem;
    }
    
    .tarif-badge {
        right: -2.5rem;
        font-size: 0.65rem;
        padding: 0.3rem 2.5rem;
    }
    
    .service-item {
        padding: 0.75rem;
    }
    
    .service-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }
    
    .service-name {
        font-size: 0.85rem;
    }
    
    .video-wrapper {
        aspect-ratio: 9 / 16;
        max-height: 500px;
        height: auto;
    }
    
    .video-wrapper video {
        object-fit: contain;
    }
    
    .play-btn {
        width: 60px;
        height: 60px;
    }
    
    .play-btn svg {
        width: 24px;
        height: 24px;
    }
    
    .video-wrapper.preview::after {
        font-size: 0.6rem;
        padding: 0.35rem 0.6rem;
        bottom: 8px;
        content: 'Agrandir';
        opacity: 1;
    }
    
    .video-wrapper.preview .play-btn {
        width: 50px;
        height: 50px;
        opacity: 1;
    }
    
    .video-wrapper.preview .play-btn svg {
        width: 20px;
        height: 20px;
    }
}
