/* ===================================================
   CHARTE DESIGN PENTASYNC : ARCHITECTURE SNACK
   =================================================== */
.penta-snack-wrapper {
    background-color: #0c0c0c;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.snack-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.snack-subtitle {
    color: #8B0000; /* Rouge d'accentuation secondaire pour petits titres */
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.snack-title-center {
    text-align: center;
    margin-bottom: 60px;
}

.snack-title-center h2 {
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 400;
}

/* --- HERO BANNER --- */
.snack-hero {
    padding: 180px 0;
    background-size: cover;
    background-position: center;
    text-align: left;
}

.snack-hero h1 {
    font-size: 48px;
    max-width: 700px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.btn-snack-primary {
    background-color: #8B0000; /* Rouge PentaSync */
    color: #fff;
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-snack-primary:hover {
    background-color: #FFB020; /* Survol Or */
    color: #0c0c0c;
}

/* --- ABOUT SECTION --- */
.snack-about {
    padding: 100px 0;
    background-color: #111111;
}

.snack-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.snack-about-img-box {
    height: 450px;
    background-size: cover;
    background-position: center;
}

.snack-about-content h2 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 400;
}

.snack-about-content p {
    color: #a0a0a0;
    line-height: 1.6;
    font-size: 15px;
}

.signature {
    font-family: 'Great Vibes', cursive, serif;
    color: #FFB020;
    font-size: 32px;
    margin-top: 30px;
}

/* --- SERVICES CARD --- */
.snack-services {
    padding: 100px 0;
}

.snack-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

.service-card {
    background: #161616;
    padding: 40px 25px;
    text-align: center;
    border: 1px solid #222;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-icon {
    font-size: 35px;
    color: #8B0000;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.service-card p {
    color: #888;
    font-size: 14px;
}

/* --- MENU TABS & ITEMS --- */
.snack-menu-section {
    padding: 100px 0;
    background-color: #090909;
}

.snack-menu-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
}

.tab-btn {
    background: transparent;
    border: 1px solid #333;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tab-btn.active, .tab-btn:hover {
    border-color: #8B0000;
    color: #FFB020;
}

.snack-products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
}

.snack-product-item {
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: 1px dashed #222;
    padding-bottom: 20px;
}

.product-thumb {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.product-meta {
    flex-grow: 1;
}

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 5px;
}

.product-header h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

.product-price {
    color: #FFB020;
    font-weight: 600;
}

.product-meta p {
    color: #777;
    font-size: 13px;
    margin: 5px 0;
}

.order-link-wa {
    color: #8B0000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

/* --- PORTFOLIO --- */
.snack-portfolio {
    padding: 100px 0;
    background: #111;
}

.portfolio-slider-mock {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: #0c0c0c;
}

.portfolio-video-box {
    height: 350px;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #0c0c0c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.portfolio-text-box {
    padding: 40px;
}

.portfolio-text-box h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.portfolio-text-box .location {
    color: #FFB020;
    font-size: 14px;
}

/* --- FORMULAIRE DE RÉSERVATION --- */
.snack-booking {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
}

.booking-form-element {
    max-width: 800px;
    margin: 0 auto;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.booking-form-element input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #444;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    outline: none;
    width: 100%;
}

.booking-form-element input:focus {
    border-bottom-color: #8B0000;
}

.form-submit-center {
    text-align: center;
    margin-top: 40px;
}

/* --- COMPOSANT : ONGLET DE FILTRAGE --- */
.snack-menu-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.tab-btn {
    background: transparent;
    border: 1px solid #333;
    color: #ffffff;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    border-color: #FFB020; /* Survol Or */
    color: #FFB020;
}

.tab-btn.active {
    background-color: transparent;
    border-color: #8B0000; /* Actif Rouge PentaSync */
    color: #ffffff;
    box-shadow: inset 0 -3px 0 #8B0000;
}

/* GESTION DE L'AFFICHAGE DES PANELS */
.tab-pane {
    display: none;
    animation: fadeInTab 0.5s ease-in-out forwards;
}

.tab-pane.active {
    display: block;
}

.no-products {
    grid-column: 1 / -1;
    text-align: center;
    color: #666;
    font-style: italic;
    padding: 20px;
}

@keyframes fadeInTab {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- CODE DU SLIDER PORTFOLIO --- */
.snack-portfolio {
    padding: 100px 0;
    background-color: #000000; /* Fond noir pur comme la capture */
}

.snack-slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.snack-slider-track {
    position: relative;
    width: 100%;
    min-height: 450px;
}

.snack-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
    z-index: 1;
}

.snack-slide.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

@media (max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Bouton de lecture Vidéo */
.portfolio-video-box {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-btn {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000 !important;
    font-size: 20px;
    padding-left: 5px; /* Aligne le triangle de lecture parfaitement au centre */
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.video-play-btn:hover {
    transform: scale(1.1);
    background-color: #FFB020; /* Changement au survol vers l'Or PentaSync */
}

/* Textes du portfolio */
.portfolio-text-box h3 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 600;
}

.portfolio-location {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 500;
}

.portfolio-location i {
    color: #8B0000; /* Icône de position rouge */
    margin-right: 5px;
}

.portfolio-desc {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Pagination par tirets (Dots) */
.snack-slider-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.slide-dot {
    width: 25px;
    height: 3px;
    background-color: #555555;
    cursor: pointer;
    transition: background-color 0.3s ease, width 0.3s ease;
}

.slide-dot.active {
    background-color: #8B0000; /* Tiret actif Rouge PentaSync */
    width: 35px; /* S'allonge légèrement pour montrer l'activation */
}

.snack-menu {
    background-size: cover;         /* Force l'image à couvrir toute la zone */
    background-repeat: no-repeat;   /* Empêche l'image de se répéter */
    background-position: center;    /* Centre l'image horizontalement et verticalement */
}