/**
 * Styles specifiques - Page Venir Chiner
 * 1000 Mains et Merveilles
 */

/* ========== PEPITES EN RAYON ========== */
.chiner-pepites {
    padding: 100px 0;
    background: linear-gradient(180deg, #f5f2ef 0%, #d8e4f7 100%);
}

.pepites-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

.pepite-card {
    background: white;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(43, 81, 159, 0.1);
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.pepite-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(43, 81, 159, 0.16);
    border-color: #f17f0a;
}

.pepite-photo {
    position: relative;
}

.pepite-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.pepite-photo-size {
    height: 220px;
    padding: 40px 20px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: linear-gradient(135deg, #f5e6d3 0%, #faf8f5 100%);
}

.pepite-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: 'Fredoka', 'Quicksand', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 50px;
    color: white;
}

.badge-disponible {
    background: linear-gradient(135deg, #20b4b7 0%, #2b519f 100%);
    box-shadow: 0 4px 12px rgba(32, 180, 183, 0.3);
}

.badge-vendu {
    background: linear-gradient(135deg, #8b7e74 0%, #5a4a3a 100%);
    box-shadow: 0 4px 12px rgba(90, 74, 58, 0.3);
}

.pepite-info {
    padding: 30px;
}

.pepite-categorie {
    font-family: 'Fredoka', 'Quicksand', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #20b4b7;
    display: block;
    margin-bottom: 10px;
}

.pepite-info h3 {
    font-family: 'Fredoka', 'Quicksand', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #2b519f;
    margin-bottom: 10px;
    line-height: 1.3;
}

.pepite-info p {
    color: #8b7e74;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 15px;
}

.pepite-prix {
    font-family: 'Fredoka', 'Quicksand', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #f17f0a;
}

/* ========== ARRIVAGES RECENTS ========== */
.chiner-arrivages {
    padding: 100px 0;
    background: #d8e4f7;
}

.arrivages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.arrivage-card {
    background: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(43, 81, 159, 0.08);
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.arrivage-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(43, 81, 159, 0.14);
    border-color: #20b4b7;
}

.arrivage-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.arrivage-photo-size {
    height: 180px;
    padding: 30px 15px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: linear-gradient(135deg, #e0f7f8 0%, #e8f0ff 100%);
}

.arrivage-info {
    padding: 25px;
}

.arrivage-date {
    font-family: 'Fredoka', 'Quicksand', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #8b7e74;
    display: block;
    margin-bottom: 8px;
}

.arrivage-info h3 {
    font-family: 'Fredoka', 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #2b519f;
    margin-bottom: 8px;
    line-height: 1.3;
}

.arrivage-info p {
    color: #8b7e74;
    line-height: 1.6;
    font-size: 14px;
}

/* ========== CATEGORIES SHOWCASE ========== */
.chiner-categories {
    padding: 100px 0;
    background: linear-gradient(180deg, #d8e4f7 0%, #eddbc4 100%);
}

.categories-showcase {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.categorie-showcase-card {
    background: white;
    padding: 40px 25px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(43, 81, 159, 0.08);
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.categorie-showcase-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(43, 81, 159, 0.15);
    border-color: #20b4b7;
}

.categorie-showcase-photo {
    position: relative;
    margin: -40px -25px 20px -25px;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

.categorie-showcase-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.categorie-showcase-emoji {
    position: absolute;
    bottom: -18px;
    right: 15px;
    font-size: 36px;
    background: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(43, 81, 159, 0.15);
}

.categorie-showcase-icon {
    font-size: 56px;
    margin-bottom: 20px;
}

.categorie-showcase-card h3 {
    font-family: 'Fredoka', 'Quicksand', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #2b519f;
    margin-bottom: 12px;
}

.categorie-showcase-card p {
    color: #8b7e74;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 15px;
}

.categorie-fourchette {
    font-family: 'Fredoka', 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #f17f0a;
    background: linear-gradient(135deg, rgba(241, 127, 10, 0.08) 0%, rgba(255, 200, 55, 0.08) 100%);
    padding: 8px 18px;
    border-radius: 50px;
    display: inline-block;
}

/* ========== PEPITES VENDUES ========== */
.chiner-vendues {
    padding: 100px 0;
    background: linear-gradient(180deg, #eddbc4 0%, #f5f2ef 100%);
}

.vendues-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.vendue-card {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(43, 81, 159, 0.06);
    transition: all 0.3s ease;
    opacity: 0.75;
}

.vendue-card:hover {
    opacity: 1;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(43, 81, 159, 0.1);
}

.vendue-photo {
    position: relative;
}

.vendue-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    filter: grayscale(30%);
}

.vendue-photo-size {
    height: 160px;
    padding: 30px 15px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: linear-gradient(135deg, #e8e4e0 0%, #d9d5d1 100%);
}

.vendue-info {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vendue-info h3 {
    font-family: 'Fredoka', 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #5a4a3a;
}

.vendue-prix {
    font-family: 'Fredoka', 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #8b7e74;
    text-decoration: line-through;
    white-space: nowrap;
}

/* ========== OU VENIR CHINER ========== */
.chiner-lieu {
    padding: 100px 0;
    background: linear-gradient(180deg, #f5f2ef 0%, #cdeef0 100%);
}

.lieu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.lieu-infos {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lieu-info-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: white;
    padding: 25px 30px;
    border-radius: 25px;
    box-shadow: 0 8px 25px rgba(43, 81, 159, 0.08);
    transition: all 0.3s ease;
}

.lieu-info-card:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(43, 81, 159, 0.12);
}

.lieu-map-size {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ========== RESPONSIVE VENIR CHINER ========== */
@media (max-width: 1024px) {
    .categories-showcase {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .pepites-grid {
        grid-template-columns: 1fr;
    }

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

    .categories-showcase {
        grid-template-columns: 1fr;
    }

    .vendues-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .vendue-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

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

/* ========== MESSAGES VIDES ========== */
.empty-message {
    text-align: center;
    color: #8b7e74;
    font-style: italic;
    padding: 40px 20px;
    grid-column: 1 / -1;
}
