/* ========================================
   HERO SECTION - SPIRIT OF FREEDOM
======================================== */

.hero-section {
    position: sticky;
    width: 100%;
    line-height: 0;
}

.hero-img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: linear-gradient(to top, #0d0d0d 20%, transparent 100%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem 1rem;
}

.hero-badge {
    display: inline-block;
    border: 1px solid #c9a84c;
    color: #c9a84c;
    padding: 0.4rem 1.5rem;
    font-size: 0.8rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    border-radius: 2px;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.5);
}

.hero-title-gold {
    color: #c9a84c;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.hero-divider {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a84c, transparent);
    margin: 0 auto 2.5rem;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-hero-primary {
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #c9a84c, #e8c96d);
    color: #000;
    border-radius: 3px;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(201, 168, 76, 0.3);
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(201, 168, 76, 0.5);
    color: #000;
}

.btn-hero-secondary {
    padding: 1rem 2.5rem;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 3px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
    border-color: #c9a84c;
    color: #c9a84c;
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        background-attachment: scroll;
        background-image: none;
        height: auto;
        min-height: unset;
        padding: 0;
        padding-bottom: 20px;
    }

    .hero-img-mobile {
        display: block;
        position: relative;
        inset: unset;
        width: 100%;
        height: auto;      
        object-fit: contain;
        z-index: 0;
    }

    .hero-overlay {
        display: none; 
    }

    .hero-title { font-size: 2.8rem; }
    .hero-subtitle { font-size: 0.9rem; letter-spacing: 1px; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 2.2rem; }
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        text-align: center;
    }
}


/* ========================================
   SECTION À PROPOS - SPIRIT OF FREEDOM
======================================== */

.about-premium {
    background: #0d0d0d;
    position: relative;
    z-index: 2;
}

.intro-hero {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: #111111;
}

/* Image de fond */
.intro-bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.intro-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}

.intro-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0d0d0d 0%, rgba(13,13,13,0.85) 100%);
}

/* Titre */
.intro-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.text-gold {
    color: var(--gold);
}

/* Divider doré */
.gold-divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin-bottom: 3rem;
}

/* Label tag */
.label-tag {
    display: inline-block;
    padding: 0.4rem 1.2rem;
    background: transparent;
    border: 1px solid var(--gold);
    color: var(--gold);
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

/* Blocs */
.intro-block {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

.intro-block:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(201,168,76,0.3);
    transform: translateY(-5px);
}

.intro-block-gold {
    background: rgba(201,168,76,0.07);
    border-color: rgba(201,168,76,0.3);
}

.intro-block-gold:hover {
    background: rgba(201,168,76,0.12);
    border-color: var(--gold);
}

/* Icône bloc */
.intro-block-icon {
    width: 50px;
    height: 50px;
    background: rgba(201,168,76,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.intro-block-icon i {
    color: var(--gold);
    font-size: 1.3rem;
}

.intro-block h4 {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.intro-block p {
    color: rgba(255,255,255,0.65);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.intro-block p strong {
    color: var(--gold);
}

/* Tag localisation */
.intro-location-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: rgba(201,168,76,0.1);
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: 50px;
    color: var(--gold);
    font-size: 0.8rem;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 991px) {
    .intro-hero { padding: 4rem 0; }
    .intro-title { font-size: 2rem; }
}

@media (max-width: 767px) {
    .intro-hero { padding: 3rem 0; }
    .intro-title { font-size: 1.7rem; }
    .intro-block { padding: 1.5rem; }
    
}

@media (max-width: 575px) {
    .intro-hero { padding: 2.5rem 0; }
    .intro-title { font-size: 1.5rem; }
    .intro-block { padding: 1.25rem; }
    .intro-block h4 { font-size: 1rem; }
    .intro-block p { font-size: 0.85rem; }
    .label-tag {padding: 0.3rem 1rem;font-size: 0.7rem;letter-spacing: 2px;}
}







.specialty-text {
    width: 100%;
    margin-top: 2rem;
}

.specialty-box-inline {
    background: #111111;
    border: 1px solid rgba(201, 168, 76, 0.2);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.specialty-top-bar {
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    width: 100%;
}

.specialty-grid {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 2.5rem;
}

.specialty-main {
    flex: 1;
}

.specialty-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.specialty-main p {
    font-size: 0.88rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.6);
    margin-bottom: 0.75rem;
}

.specialty-main p:last-child {
    margin-bottom: 0;
}

/* Stats */
.specialty-stats {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    flex-shrink: 0;
    border-left: 1px solid rgba(201, 168, 76, 0.15);
    padding-left: 3rem;
}

.specialty-stat {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.specialty-stat i {
    width: 38px;
    height: 38px;
    background: rgba(201, 168, 76, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1rem;
    flex-shrink: 0;
}

.stat-value {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}

.stat-label {
    display: block;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
    margin-top: 2px;
}

/* Responsive */
@media (max-width: 991px) {
    .specialty-grid {
        gap: 2rem;
        padding: 2rem;
    }

    .specialty-stats {
        padding-left: 2rem;
    }
}

@media (max-width: 767px) {
    .specialty-grid {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem;
    }

    .specialty-stats {
        flex-direction: row;
        border-left: none;
        border-top: 1px solid rgba(201, 168, 76, 0.15);
        padding-left: 0;
        padding-top: 1.5rem;
        width: 100%;
        justify-content: space-around;
    }

    .specialty-stat {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
}

@media (max-width: 575px) {
    .specialty-grid {
        padding: 1.25rem;
    }

    .specialty-title {
        font-size: 1.2rem;
    }

    .specialty-main p {
        font-size: 0.83rem;
    }
}

/* ========================================
   SECTION RACES - LAYOUT ALTERNÉ
======================================== */

.races-section {
    padding: 5rem 0;
    background: #0d0d0d;
}

.races-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

/* Ligne race */
.race-row {
    min-height: 250px;
    display: flex;
    align-items: stretch;
    margin-bottom: 3rem;
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 16px;
    overflow: hidden;
    background: #111111;
    transition: all 0.4s ease;
}

.race-row:hover {
    border-color: rgba(201, 168, 76, 0.4);
    box-shadow: 0 15px 50px rgba(201, 168, 76, 0.08);
}

/* Inversé */
.race-row-reverse {
    flex-direction: row-reverse;
}

/* ========================================
   BLOC IMAGE
======================================== */

.race-row-image {
    position: relative;
    width: 45%;
    flex-shrink: 0;
    overflow: hidden;
    max-height: 400px;
}

.race-row-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
    display: block;
}

.race-row:hover .race-row-image img {
    transform: scale(1.06);
}

.race-row-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    padding: 1.25rem;
}

.race-count-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #000;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
}

/* Mini galerie */
.race-row-mini-gallery {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mini-thumb {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(201, 168, 76, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.mini-thumb:hover {
    border-color: var(--gold);
    transform: scale(1.1);
}

.mini-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mini-thumb.more-count {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 168, 76, 0.15);
    color: var(--gold);
    font-weight: 700;
    font-size: 0.85rem;
}

/* ========================================
   BLOC CONTENU
======================================== */

.race-row-content {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 2.5rem;
}

.race-row-inner {
    width: 100%;
}

.race-row-number {
    font-size: 4rem;
    font-weight: 900;
    color: rgba(201, 168, 76, 0.08);
    line-height: 1;
    display: block;
    margin-bottom: -1rem;
    font-family: 'Playfair Display', serif;
}

.race-row-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.race-row-desc {
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.6);
    margin-bottom: 1.5rem;
}

/* Reproducteurs */
.race-row-repro {
    margin-bottom: 1.5rem;
}

.race-row-repro-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
}

.repro-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.repro-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.repro-tag:hover {
    background: rgba(201, 168, 76, 0.15);
    border-color: var(--gold);
    color: var(--gold);
}

.repro-tag i {
    font-size: 0.75rem;
    color: var(--gold);
}

/* Boutons */
.race-row-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn-race-primary,
.btn-race-secondary {
    padding: 0.7rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-race-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #000;
}

.btn-race-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 168, 76, 0.3);
    color: #000;
}

.btn-race-secondary {
    background: transparent;
    color: var(--gold);
    border: 1px solid rgba(201, 168, 76, 0.4);
}

.btn-race-secondary:hover {
    background: rgba(201, 168, 76, 0.1);
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-2px);
}



/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 991px) {
    .race-row,
    .race-row-reverse {
        flex-direction: column;
    }

    .race-row-image {
        width: 100%;
        height: 380px;
    }

    .race-row-mini-gallery {
        flex-direction: row;
        top: auto;
        bottom: 60px;
        right: 15px;
    }

    .race-row-content {
        padding: 2rem;
    }

    .race-row-number {
        font-size: 3rem;
    }

    .race-row-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .races-section { padding: 3rem 0; }
    .races-title { font-size: 1.8rem; }

    .race-row-image { height: 240px; }
    .race-row-content { padding: 1.5rem; }
    .race-row-title { font-size: 1.3rem; }
    .race-row-number { font-size: 2.5rem; }

    .race-row-actions { flex-direction: column; }
    .btn-race-primary, .btn-race-secondary { justify-content: center; }

    .specialty-box-inline {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
}

@media (max-width: 575px) {
    .races-title { font-size: 1.5rem; }
    .race-row-image { height: 280px; }
    .race-row-content { padding: 1.25rem; }
    .race-row-title { font-size: 1.2rem; }
    .race-row-desc { font-size: 0.85rem; }
}








/* ========================================
   SECTION REPRODUCTEURS
======================================== */

.our-dogs-section {
    padding: 5rem 0;
    background: #111111;
}

/* Carte chien */
.dog-card {
    background: #0d0d0d;
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dog-card:hover {
    border-color: rgba(201, 168, 76, 0.5);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(201, 168, 76, 0.08);
}

/* Image */
.dog-card-image {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.dog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
    display: block;
}

.dog-card:hover .dog-card-image img {
    transform: scale(1.06);
}

/* Badge genre */
.dog-gender-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: white;
    z-index: 2;
}

.dog-gender-badge.male {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
}

.dog-gender-badge.female {
    background: linear-gradient(135deg, #EC4899, #DB2777);
}

/* Overlay hover */
.dog-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.dog-card:hover .dog-card-overlay {
    opacity: 1;
}

.btn-view-dog {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #000;
    padding: 0.7rem 1.5rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.dog-card:hover .btn-view-dog {
    transform: translateY(0);
}

.btn-view-dog:hover {
    color: #000;
    box-shadow: 0 6px 20px rgba(201, 168, 76, 0.4);
}

/* Corps carte */
.dog-card-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #0d0d0d;
}

.dog-card-top-bar {
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    margin-bottom: 1rem;
    border-radius: 2px;
}

.dog-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.85rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Infos */
.dog-info {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.dog-info-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.dog-info-item:last-child {
    border-bottom: none;
}

.dog-info-item i {
    color: var(--gold);
    font-size: 0.8rem;
    width: 14px;
    text-align: center;
    flex-shrink: 0;
}

.dog-info-item span {
    color: rgba(255,255,255,0.65);
    font-size: 0.82rem;
    font-weight: 500;
}

/* Bouton voir tous */
.btn-see-all-dogs {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 2.5rem;
    background: transparent;
    color: var(--gold);
    border: 1px solid rgba(201, 168, 76, 0.4);
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-see-all-dogs:hover {
    background: rgba(201, 168, 76, 0.1);
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
    .our-dogs-section { padding: 3.5rem 0; }
    .dog-card-image { aspect-ratio: 4/5; }
    .btn-see-all-dogs {padding: 0.78rem 2.2rem;font-weight: 600;font-size: 0.78rem;}
}

@media (max-width: 767px) {
    .our-dogs-section { padding: 3rem 0; }
    .dog-card-image { aspect-ratio: 1/1; }
    .dog-card-overlay { opacity: 1; background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.85) 100%); }
    .btn-view-dog { transform: translateY(0); }
    .btn-see-all-dogs {padding: 0.75rem 2rem;font-weight: 500;font-size: 0.75rem;}
}

@media (max-width: 575px) {
    .dog-name { font-size: 1.1rem; }
    .dog-info-item span { font-size: 0.78rem; }
    .btn-see-all-dogs {padding: 0.75rem 2rem;font-weight: 500;font-size: 0.75rem;}
}

/* ========================================
   SECTION PHILOSOPHIE
======================================== */

.philosophy-section {
    padding: 5rem 0;
    background: #0d0d0d;
}

.philosophy-image {
    position: relative;
    height: 100%;
    min-height: 450px;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
}

.philosophy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.7s ease;
}

.philosophy-section:hover .philosophy-image img {
    transform: scale(1.04);
}

.philosophy-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 50%);
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
}

.philosophy-image-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(201, 168, 76, 0.15);
    border: 1px solid rgba(201, 168, 76, 0.4);
    color: var(--gold);
    padding: 0.6rem 1.25rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

/* Contenu */
.philosophy-content {
    background: #111111;
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 0 12px 12px 0;
    padding: 3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.philosophy-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0.75rem 0;
    line-height: 1.3;
}

/* Blocs */
.philosophy-blocks {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.philosophy-block {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 1.25rem;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.philosophy-block:hover {
    background: rgba(201, 168, 76, 0.05);
    border-color: rgba(201, 168, 76, 0.2);
}

.philosophy-block-icon {
    width: 42px;
    height: 42px;
    background: rgba(201, 168, 76, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.philosophy-block-icon i {
    color: var(--gold);
    font-size: 1rem;
}

.philosophy-block h5 {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.philosophy-block p {
    color: rgba(255,255,255,0.6);
    font-size: 0.85rem;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .philosophy-section { padding: 3.5rem 0; }

    .philosophy-image {
        min-height: 300px;
        border-radius: 12px 12px 0 0;
    }

    .philosophy-content {
        border-radius: 0 0 12px 12px;
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .philosophy-section { padding: 3rem 0; }
    .philosophy-title { font-size: 1.5rem; }
    .philosophy-image { min-height: 250px; }
    .philosophy-content { padding: 1.5rem; }
    .philosophy-block { padding: 1rem; gap: 1rem; }
}

@media (max-width: 575px) {
    .philosophy-title { font-size: 1.3rem; }
    .philosophy-block h5 { font-size: 0.9rem; }
    .philosophy-block p { font-size: 0.82rem; }
    .philosophy-image-badge { font-size: 0.78rem; padding: 0.5rem 1rem; }
}




/* ========================================
   SECTION MARIAGES
======================================== */

.our-marriages-section-premium {
    padding: 5rem 0;
    background: #111111;
}

/* Carte mariage */
.marriage-card-premium {
    background: #0d0d0d;
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.marriage-card-premium:hover {
    border-color: rgba(201, 168, 76, 0.45);
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(201, 168, 76, 0.08);
}

/* Image */
.marriage-image-container {
    position: relative;
    height: 360px;
    overflow: hidden;
}

.marriage-image-premium {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.marriage-card-premium:hover .marriage-image-premium {
    transform: scale(1.06);
}

.marriage-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
}

/* Badge statut - toujours en haut à droite */
.status-badge-premium {
    position: absolute;
    top: 12px;
    right: 12px;
    left: auto;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
    z-index: 2;
}

.status-badge-premium.programmé { background: rgba(59,130,246,0.85); color: #fff; }
.status-badge-premium.en-cours { background: rgba(234,179,8,0.85); color: #000; }
.status-badge-premium.confirmé { background: rgba(34,197,94,0.85); color: #fff; }
.status-badge-premium.archivé { background: rgba(107,114,128,0.85); color: #fff; }

.status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    display: inline-block;
    flex-shrink: 0;
}

/* Badge race - en bas à gauche */
.marriage-breed-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: fit-content;
    background: rgba(201, 168, 76, 0.15);
    border: 1px solid rgba(201, 168, 76, 0.4);
    color: var(--gold);
    padding: 0.3rem 0.85rem;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    z-index: 2;
}

/* Contenu carte */
.marriage-content-premium {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Parents */
.marriage-parents {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 10px;
}

.marriage-parent {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex: 1;
    min-width: 0;
}

.marriage-parent-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.85rem;
}

.marriage-parent.male .marriage-parent-icon {
    background: rgba(59,130,246,0.15);
    color: #3B82F6;
}

.marriage-parent.female .marriage-parent-icon {
    background: rgba(236,72,153,0.15);
    color: #EC4899;
}

.marriage-parent-label {
    display: block;
    font-size: 0.68rem;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

.marriage-parent-name {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.marriage-parent-divider {
    color: rgba(201, 168, 76, 0.4);
    font-size: 0.7rem;
    flex-shrink: 0;
}

/* Footer stats + bouton */
.marriage-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.marriage-stats-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.marriage-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 45px;
}

.marriage-stat-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.marriage-stat-item.highlight .marriage-stat-value {
    color: var(--gold);
}

.marriage-stat-label {
    font-size: 0.68rem;
    color: rgba(255,255,255,0.45);
    margin-top: 3px;
    white-space: nowrap;
}

.marriage-stat-sep {
    width: 1px;
    height: 30px;
    background: rgba(255,255,255,0.08);
    flex-shrink: 0;
}

/* Bouton CTA */
.btn-cta-premium {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.25rem;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #000;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.82rem;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.btn-cta-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 168, 76, 0.3);
    color: #000;
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 991px) {
    .our-marriages-section-premium { padding: 3.5rem 0; }
    .marriage-image-container { height: 280px; }
}

@media (max-width: 767px) {
    .our-marriages-section-premium { padding: 3rem 0; }
    .marriage-image-container { height: 250px; }

    /* Footer reste horizontal sur mobile */
    .marriage-footer {
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
    }

    .btn-cta-premium {
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .marriage-image-container { height: 260px; }

    /* Cache label père/mère sur très petit écran */
    .marriage-parent-label { display: none; }

    .marriage-stat-value { font-size: 1rem; }
    .marriage-stat-label { font-size: 0.65rem; }
}



/* ========================================
   SECTION RÉSEAUX SOCIAUX
======================================== */

.social-section {
    padding: 2rem 0;
    background: #0d0d0d;
}

.social-block {
    display: flex;
    align-items: center;
    gap: 4rem;
    background: #111111;
    border: 1px solid rgba(201, 168, 76, 0.2);
    border-top: 3px solid var(--gold);
    border-radius: 12px;
    padding: 3rem;
}

.social-block-left {
    flex: 1;
    min-width: 0;
}

.social-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0.75rem 0;
    line-height: 1.3;
}

.social-desc {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
}

/* Côté droit - icônes */
.social-block-right {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-shrink: 0;
}

/* Carte réseau social */
.social-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 180px;
}

.social-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 168, 76, 0.3);
    background: rgba(255,255,255,0.06);
}

.social-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    color: #fff;
}

/* Couleurs par réseau */
.social-facebook { background: #1877F2; }
.social-instagram { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-tiktok { background: #000000; border: 1px solid rgba(255,255,255,0.1); }
.social-youtube { background: #FF0000; }

.social-card-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.social-card-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.social-card-action {
    font-size: 0.75rem;
    color: var(--gold);
    font-weight: 600;
    white-space: nowrap; /* empêche le retour à la ligne */
}

/* Responsive */
@media (max-width: 991px) {
    .social-block {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem;
        text-align: center;
    }

    .social-block-right {
        justify-content: center;
        width: 100%;
    }

    .social-card {
        min-width: 150px;
        flex: 1;
    }
}

@media (max-width: 575px) {

    .social-section { padding: 3rem 0; }

    .social-block {
        padding: 1.5rem;
    }

    .social-title { font-size: 1.5rem; }

    .social-block-right {
        width: 100%;
    }

    .social-card {
        width: 100%; /* pleine largeur au lieu de 50% */
        min-width: unset;
        padding: 0.85rem 1.25rem;
        flex: unset;
    }

    .social-card-icon {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }

    .social-card-name { font-size: 0.85rem; }
    
    .social-card-action { 
        font-size: 0.75rem;
        white-space: nowrap;
    }
}


/* ========================================
   SECTION CHIOTS
======================================== */

.our-puppies-section {
    padding: 1rem 0;
    background: #0d0d0d;
}

/* Carte chiot */
.puppy-card {
    background: #111111;
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.puppy-card:hover {
    border-color: rgba(201, 168, 76, 0.45);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(201, 168, 76, 0.08);
}

/* Image */
.puppy-card-image {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.puppy-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s ease;
}

.puppy-card:hover .puppy-card-image img {
    transform: scale(1.07);
}

/* Badge statut */
.puppy-status-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    width: fit-content;
    padding: 0.3rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 2;
}

.puppy-status-badge.available {
    background: rgba(34,197,94,0.85);
    color: #fff;
}

.puppy-status-badge.for-sale {
    background: rgba(201, 168, 76, 0.9);
    color: #000;
}

/* Badge genre */
.puppy-gender-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: white;
    z-index: 2;
}

.puppy-gender-badge.male { background: rgba(59,130,246,0.9); }
.puppy-gender-badge.female { background: rgba(236,72,153,0.9); }

/* Overlay hover */
.puppy-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.puppy-card:hover .puppy-card-overlay {
    opacity: 1;
}

.btn-view-puppy {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #000;
    padding: 0.65rem 1.5rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.puppy-card:hover .btn-view-puppy {
    transform: translateY(0);
}

/* Corps carte */
.puppy-card-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

/* Header nom + prix */
.puppy-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.puppy-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.puppy-price-tag {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--gold);
    white-space: nowrap;
    flex-shrink: 0;
}

.puppy-price-tag.consult {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
}

/* Infos */
.puppy-info {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
}

.puppy-info-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.puppy-info-item:last-child {
    border-bottom: none;
}

.puppy-info-item i {
    color: var(--gold);
    font-size: 0.78rem;
    width: 14px;
    text-align: center;
    flex-shrink: 0;
}

.puppy-info-item span {
    color: rgba(255,255,255,0.65);
    font-size: 0.8rem;
    font-weight: 500;
}

/* Bouton fiche */
.btn-puppy-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem;
    background: transparent;
    border: 1px solid rgba(201, 168, 76, 0.3);
    border-radius: 6px;
    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

.btn-puppy-cta:hover {
    background: rgba(201, 168, 76, 0.1);
    border-color: var(--gold);
    color: var(--gold);
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 991px) {
    .our-puppies-section { padding: 3.5rem 0; }

    .puppy-card-image { height: 330px; }

    .puppy-card-overlay {
    display: none;
    }
}

@media (max-width: 767px) {
    .our-puppies-section { padding: 3rem 0; }
    .puppy-card-image { height: 310px; }

    .puppy-card-overlay {
    display: none;
    }

    /* Overlay visible sur mobile */
    .puppy-card-overlay {
        opacity: 1;
        background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
        align-items: flex-end;
        padding-bottom: 1rem;
    }

    .btn-view-puppy { transform: translateY(0); }
}

@media (max-width: 575px) {
    .puppy-card-image { height: 300px; }
    .puppy-name { font-size: 1rem; }
    .puppy-info-item span { font-size: 0.78rem; }

    .puppy-card-overlay {
    display: none;
    }
}

/* ========================================
   SECTION VALEURS
======================================== */

.values-section {
    padding: 5rem 0;
    background: #111111;
}

.value-card {
    background: #0d0d0d;
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-top: 3px solid var(--gold);
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

.value-card:hover {
    border-color: rgba(201, 168, 76, 0.45);
    border-top-color: var(--gold);
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(201, 168, 76, 0.08);
}

.value-card-icon {
    width: 50px;
    height: 50px;
    background: rgba(201, 168, 76, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.value-card-icon i {
    color: var(--gold);
    font-size: 1.3rem;
}

.value-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.85rem;
}

.value-card-text {
    color: rgba(255,255,255,0.6);
    font-size: 0.88rem;
    line-height: 1.8;
    margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .values-section { padding: 3rem 0; }
    .value-card { padding: 1.5rem; }
    .value-card-title { font-size: 1.05rem; }
}

@media (max-width: 575px) {
    .values-section { padding: 2.5rem 0; }
    .value-card { padding: 1.25rem; }
    .value-card-text { font-size: 0.83rem; }
}/* ========================================
   SECTION BLOG
======================================== */

.blog-section {
    padding: 5rem 0;
    background: #0d0d0d;
}

/* Carte blog - layout horizontal */
.blog-card {
    background: #111111;
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: row; /* image gauche, contenu droite */
    height: 210px;
}

.blog-card:hover {
    border-color: rgba(201, 168, 76, 0.45);
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(201, 168, 76, 0.08);
}

/* Image */
.blog-card-image {
    position: relative;
    width: 280px;
    flex-shrink: 0;
    overflow: hidden;
}

.blog-card-image a {
    display: block;
    height: 100%;
}

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

.blog-card:hover .blog-card-image img {
    transform: scale(1.06);
}

.blog-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 60%, rgba(0,0,0,0.3));
    pointer-events: none;
}

/* Badge catégorie */
.blog-category-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    width: fit-content;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #000;
    padding: 0.3rem 0.85rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 2;
}

/* Badge date */
.blog-date-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: fit-content;
    background: rgba(0,0,0,0.7);
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.8);
    padding: 0.3rem 0.85rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
    z-index: 2;
}

/* Corps carte */
.blog-card-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    min-width: 0;
}

/* Titre */
.blog-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.blog-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-title a:hover {
    color: var(--gold);
}

/* Preview */
.blog-preview {
    color: rgba(255,255,255,0.55);
    font-size: 0.83rem;
    line-height: 1.7;
    margin: 0;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* Footer carte */
.blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.blog-likes {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.4);
    display: flex;
    align-items: center;
}

.blog-likes i { color: #EC4899; }

/* Bouton lire */
.btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.btn-read-more:hover {
    gap: 0.7rem;
    color: var(--gold-light);
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 991px) {
    .blog-section { padding: 3.5rem 0; }
    .blog-card { height: 180px; }
    .blog-card-image { width: 300px; }
}

@media (max-width: 767px) {
    .blog-section { padding: 3rem 0; }

    /* Retour en colonne sur mobile */
    .blog-card {
        flex-direction: column;
        height: auto;
    }

    .blog-card-image {
        width: 100%;
        height: 290px;
    }

    .blog-image-overlay {
        background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 60%);
    }

    .blog-card-body { padding: 1.25rem; }
    .blog-title { font-size: 1rem; }
}

@media (max-width: 575px) {
    .blog-section { padding: 2.5rem 0; }
    .blog-card-image { height: 275px; }
    .blog-card-body { padding: 1rem; }
    .blog-title { font-size: 0.95rem; }
    .blog-preview { font-size: 0.8rem; }
}


/* ========================================
   SECTION ENGAGEMENTS
======================================== */

.commitments-section {
    padding: 5rem 0;
    background: #111111;
}

.commitments-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

/* Carte engagement */
.commit-card {
    background: #0d0d0d;
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.commit-card:hover {
    border-color: rgba(201, 168, 76, 0.4);
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(201, 168, 76, 0.08);
}

/* Carte dorée centrale */
.commit-card-gold {
    background: rgba(201, 168, 76, 0.06);
    border-color: rgba(201, 168, 76, 0.35);
}

.commit-card-gold:hover {
    background: rgba(201, 168, 76, 0.1);
    border-color: var(--gold);
}

/* Numéro en arrière-plan */
.commit-number {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 5rem;
    font-weight: 900;
    color: rgba(201, 168, 76, 0.06);
    font-family: 'Playfair Display', serif;
    line-height: 1;
    pointer-events: none;
    transition: color 0.3s ease;
}

.commit-card:hover .commit-number {
    color: rgba(201, 168, 76, 0.1);
}

/* Icône */
.commit-icon-bg {
    width: 52px;
    height: 52px;
    background: rgba(201, 168, 76, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.commit-icon-bg i {
    color: var(--gold);
    font-size: 1.3rem;
}

.commit-card:hover .commit-icon-bg {
    background: rgba(201, 168, 76, 0.2);
}

/* Titre */
.commit-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.commit-card-gold h4 {
    color: var(--gold);
}

/* Texte */
.commit-card p {
    color: rgba(255,255,255,0.6);
    font-size: 0.87rem;
    line-height: 1.8;
    margin: 0;
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 991px) {
    .commitments-section { padding: 3.5rem 0; }
    .commitments-title { font-size: 1.8rem; }
}

@media (max-width: 767px) {
    .commitments-section { padding: 3rem 0; }
    .commitments-title { font-size: 1.6rem; }
    .commit-card { padding: 1.5rem; }
    .commit-number { font-size: 4rem; }
}

@media (max-width: 575px) {
    .commitments-section { padding: 2.5rem 0; }
    .commitments-title { font-size: 1.4rem; }
    .commit-card { padding: 1.25rem; }
    .commit-card h4 { font-size: 1rem; }
    .commit-card p { font-size: 0.83rem; }
}


/* ========================================
   SECTION INFORMATIONS
======================================== */

.informations-section {
    padding: 5rem 0;
    background: #0d0d0d;
}

/* Grille transport */
.info-transport-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-transport-card {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background: #111111;
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-left: 3px solid var(--gold);
    border-radius: 12px;
    padding: 1.75rem 2rem;
    transition: all 0.3s ease;
}

.info-transport-card:hover {
    border-color: rgba(201, 168, 76, 0.4);
    border-left-color: var(--gold);
    background: rgba(201, 168, 76, 0.03);
    transform: translateX(6px);
}

.info-transport-icon {
    width: 52px;
    height: 52px;
    background: rgba(201, 168, 76, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-transport-icon i {
    color: var(--gold);
    font-size: 1.3rem;
}

.info-transport-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.6rem;
}

.info-transport-content p {
    color: rgba(255,255,255,0.6);
    font-size: 0.87rem;
    line-height: 1.8;
    margin: 0;
}

/* Blocs papiers */
.info-papers-card {
    background: #111111;
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 12px;
    padding: 1.75rem;
    height: 100%;
    transition: all 0.3s ease;
}

.info-papers-card:hover {
    border-color: rgba(201, 168, 76, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(201, 168, 76, 0.07);
}

.info-papers-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.info-papers-icon {
    width: 44px;
    height: 44px;
    background: rgba(201, 168, 76, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-papers-icon i {
    color: var(--gold);
    font-size: 1.1rem;
}

.info-papers-header h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.info-papers-card p {
    color: rgba(255,255,255,0.6);
    font-size: 0.87rem;
    line-height: 1.8;
    margin: 0;
}

/* CTA contact */
.info-cta {
    margin-top: 1rem;
}

.info-cta-inner {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: rgba(201, 168, 76, 0.06);
    border: 1px solid rgba(201, 168, 76, 0.25);
    border-radius: 12px;
    padding: 1.75rem 2rem;
}

.info-cta-icon {
    width: 52px;
    height: 52px;
    background: rgba(201, 168, 76, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-cta-icon i {
    color: var(--gold);
    font-size: 1.3rem;
}

.info-cta-text {
    flex: 1;
}

.info-cta-text h5 {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.info-cta-text p {
    color: rgba(255,255,255,0.55);
    font-size: 0.85rem;
    margin: 0;
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 991px) {
    .informations-section { padding: 3.5rem 0; }
    .info-transport-card { padding: 1.5rem; }
}

@media (max-width: 767px) {
    .informations-section { padding: 3rem 0; }

    .info-transport-card {
        flex-direction: column;
        gap: 1rem;
        padding: 1.25rem;
        transform: none !important;
    }

    .info-transport-card:hover {
        transform: none;
    }

    .info-cta-inner {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
        gap: 1rem;
    }

    .btn-cta-premium {
        display: inline-flex;
        align-items: center;
        color: rgb(0, 0, 0);
        font-weight: 600;
        font-size: 0.78rem;
        flex-shrink: 0;
        gap: 0.5rem;
        padding: 0.5rem 1.15rem;
        background: linear-gradient(135deg, var(--gold), var(--gold-light));
        border-radius: 6px;
        text-decoration: none;
        white-space: nowrap;
        transition: 0.3s;
    }
}

@media (max-width: 575px) {
    .informations-section { padding: 2.5rem 0; }
    .info-transport-content h3 { font-size: 1rem; }
    .info-transport-content p { font-size: 0.83rem; }
    .info-papers-card { padding: 1.25rem; }
    .info-papers-card p { font-size: 0.83rem; }
    .info-cta-text h5 { font-size: 0.95rem; }
}


/* ========================================
   SECTION RETRAITÉS
======================================== */

.retired-section {
    padding: 5rem 0;
    background: #111111;
}

/* Badge retraité */
.retired-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(201, 168, 76, 0.9);
    color: #000;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.25rem 0.65rem;
    border-radius: 50px;
    z-index: 2;
}

/* Légère variation visuelle pour différencier des reproducteurs */
.retired-card {
    opacity: 0.92;
}

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

/* Responsive */
@media (max-width: 991px) {
    .retired-section { padding: 3.5rem 0; }
}

@media (max-width: 767px) {
    .retired-section { padding: 3rem 0; }
}

@media (max-width: 575px) {
    .retired-section { padding: 2.5rem 0; }
}