/* =================== */
/* Configuração básica */
/* =================== */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

/* =================== */
/* CABEÇALHO           */
/* =================== */
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffffff;
    max-width: 1100px; /* Diminuí para juntar mais (era 1300px) */
    margin: 0 auto;
    padding: 20px 20px; /* Diminuí o padding lateral para juntar */
    box-sizing: border-box;
}

.logo-container img { max-height: 150px; }

.navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.social-icons { margin-bottom: 15px; }

.social-icons a {
    font-size: 24px;
    margin-left: 15px;
    text-decoration: none;
}

.icon-whatsapp { color: #25D366; }
.icon-facebook { color: #1877F2; }
.icon-instagram { color: #E4405F; }
.icon-bag { color: #92c09c; }

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-links li { margin-left: 25px; }

.nav-links a {
    text-decoration: none;
    color: #6a4c4c;
    font-weight: bold;
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.nav-links a:hover { color: #a07a7a; }

/* =================== */
/* HERO SLIDER     */
/* =================== */
.hero-slider {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 80px;
}

.hero-slider::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fdfdfd;
    border-radius: 100% / 0 0 80px 80px;
    transform: rotate(180deg);
}

.slider-wrapper {
    display: flex;
    width: 300%;
    transition: transform 0.6s ease-in-out;
}

.slide {
    width: 33.333%;
    box-sizing: border-box;
}

.slide-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 450px;
    padding: 0 20px;
}

.product-image {
    max-width: 100%;
    max-height: 450px;
    position: relative;
    z-index: 10;
    filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.3));
}

.bg-logo {
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    max-height: 200px;
}

.logo-left {
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
}

.logo-right {
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
}

.slider-nav {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    display: flex;
    gap: 10px;
}

.slider-nav .dot {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.slider-nav .dot.active,
.slider-nav .dot:hover { opacity: 1; }

/* ============================== */
/* SEÇÃO DE PRODUTOS EM DESTAQUE  */
/* ============================== */
.delicias-preview {
    padding: 0 20px 60px;
    margin-top: -20px;
    text-align: center;
    background-color: #fdfdfd;
    position: relative;
    z-index: 5;
}

.section-title {
    font-family: 'Arial Black', Gadget, sans-serif;
    color: #8c6a4d;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.product-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.product-card {
    width: 300px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border-radius: 5px;
    overflow: hidden;
}

.product-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.product-card p {
    font-size: 16px;
    color: #333;
    padding: 15px;
    margin: 0;
    font-family: Georgia, serif;
    color: #6a4c4c;
    font-weight: bold;
}

.btn-cardapio {
    display: inline-block;
    background-color: #92c09c;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.btn-cardapio:hover { background-color: #7aab87; }

/* ============================== */
/* SEÇÃO INSTAGRAM (MANUAL)    */
/* ============================== */
.instagram-feed {
    /* Subi o padding-top para 20px (era 60px) */
    padding: 20px 20px 60px; 
    text-align: center;
    background-color: #fdfdfd;
}

.insta-title {
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 40px;
}

/* Link do título do Instagram */
.insta-link-title {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: color 0.3s;
}
.insta-link-title:hover {
    color: #E4405F;
}

/* ABAS DE NAVEGAÇÃO */
.insta-tabs {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dbdbdb;
    max-width: 900px;
    margin: 0 auto 20px;
}

.tab-item {
    display: flex;
    align-items: center;
    margin: 0 25px;
    padding-top: 15px;
    cursor: pointer;
    color: #8e8e8e;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    border-top: 1px solid transparent;
    transition: all 0.2s ease;
}

.tab-item i {
    font-size: 14px;
    margin-right: 6px;
}

.tab-item.active {
    color: #262626;
    border-top: 1px solid #262626;
}

.tab-item:hover { color: #262626; }

.insta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 10px;
    max-width: 900px;
    margin: 0 auto 40px;
}

.insta-post {
    position: relative;
    width: 100%;
    padding-top: 100%; 
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.insta-post img, .insta-post video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.insta-post video { cursor: pointer; }

.insta-post:hover img, .insta-post:hover video {
    transform: scale(1.05);
}

.insta-more {
    color: #555;
    font-size: 24px;
    text-decoration: none;
}

.insta-more:hover { color: #000; }

.play-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    z-index: 5;
}

@media (max-width: 600px) {
    .tab-text { display: none; }
    .tab-item i { font-size: 20px; margin: 0; }
    .tab-item { margin: 0 15px; }
}

/* ============================== */
/* RODAPÉ (FOOTER)         */
/* ============================== */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 50px;
    background-color: #f0f0f2;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 5;
}

.footer-column {
    flex: 1;
    min-width: 220px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li, .footer-column p {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.6;
}
.footer-column a {
    text-decoration: none;
    color: #555;
}
.footer-column a:hover { color: #000; }

.footer-social { margin-top: 10px; }
.footer-social a {
    font-size: 30px;
    margin-right: 15px;
    text-decoration: none;
}
.footer-social .icon-whatsapp { color: #25D366; }
.footer-social .icon-facebook { color: #1877F2; }
.footer-social .icon-instagram { color: #E4405F; }

.footer-middle {
    position: relative;
    background-color: #fceeee;
    padding: 80px 50px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-top: -40px; 
}

.footer-middle::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fceeee;
    border-radius: 100% / 0 0 80px 80px;
}

.logo-center-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; 
    z-index: 2;
}
.logo-center-block .logo-main { max-height: 130px; }

.footer-social-pink a {
    font-size: 24px;
    margin: 15px 10px 0;
    text-decoration: none;
}
.footer-social-pink .icon-whatsapp { color: #25D366; }
.footer-social-pink .icon-facebook { color: #1877F2; }
.footer-social-pink .icon-instagram { color: #E4405F; }

.logo-flank {
    max-height: 140px;
    opacity: 0.5;
    position: relative;
    z-index: 2;
}

.footer-bottom {
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}


/* ============================== */
/* MODAL ESTILO INSTAGRAM       */
/* ============================== */

.video-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6); 
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.video-modal-content {
    display: flex; /* Divide em duas colunas */
    background-color: #fff;
    width: 100%;
    max-width: 900px; 
    height: 85vh;
    max-height: 600px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* --- LADO ESQUERDO (Mídia) --- */
.modal-left {
    background-color: #000;
    flex: 1.5; /* 60% da largura */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.modal-media {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

/* --- LADO DIREITO (Info) --- */
.modal-right {
    flex: 1; /* 40% da largura */
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-left: 1px solid #efefef;
}

/* Cabeçalho */
.modal-header {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #efefef;
}

.profile-pic {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #dbdbdb;
}
.profile-pic img { width: 100%; height: 100%; object-fit: cover; }

.profile-info { flex: 1; font-size: 14px; }
.profile-info .username { font-weight: bold; display: block; color: #262626; }
.profile-info .location { font-size: 12px; color: #262626; }
.options-icon { color: #262626; cursor: pointer; }

/* Comentários */
.modal-comments {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}
.modal-comments::-webkit-scrollbar { width: 0px; background: transparent; }

.comment-row { display: flex; margin-bottom: 15px; font-size: 14px; }
.profile-pic.small { width: 32px; height: 32px; min-width: 32px; margin-right: 15px; }
.comment-content { flex: 1; line-height: 1.4; }
.comment-content .username { font-weight: bold; margin-right: 5px; }
.comment-time { font-size: 12px; color: #8e8e8e; margin-top: 5px; }
.reply { margin-left: 10px; font-weight: bold; cursor: pointer; }
.like-comment { font-size: 12px; color: #262626; margin-top: 5px; cursor: pointer; }

/* Rodapé do Modal */
.modal-footer-post {
    padding: 10px 15px;
    border-top: 1px solid #efefef;
    background: #fff;
}
.action-icons { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 24px; }
.action-icons i { cursor: pointer; color: #262626; }
.left-icons i { margin-right: 15px; }
.action-icons i:hover { color: #8e8e8e; }
.likes-count { font-weight: bold; font-size: 14px; margin-bottom: 5px; }
.post-date { font-size: 10px; color: #8e8e8e; margin-bottom: 10px; text-transform: uppercase; }
.add-comment-area { display: flex; align-items: center; border-top: 1px solid #efefef; padding-top: 15px; }
.add-comment-area i { font-size: 24px; margin-right: 15px; color: #262626; }
.add-comment-area input { flex: 1; border: none; outline: none; font-size: 14px; }
.add-comment-area button { border: none; background: none; color: #0095f6; font-weight: bold; cursor: pointer; font-size: 14px; }

/* Botão Fechar */
.close-button {
    position: absolute;
    top: -35px;
    right: -35px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2001;
}

@media (max-width: 768px) {
    .video-modal-content {
        flex-direction: column;
        height: auto;
        max-height: 90vh;
        overflow-y: auto;
    }
    .modal-left { width: 100%; height: auto; background: #000; }
    .modal-media { max-height: 50vh; }
    .modal-right { width: 100%; }
    .close-button { top: 5px; right: 10px; color: #333; }
}

/* ============================== */
/* PÁGINA CARDÁPIO (NOVOS ESTILOS) */
/* ============================== */

.menu-hero {
    background-color: #3b2f2f; 
    color: #fff;
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 40px;
    border-radius: 0 0 50% 50% / 20px;
}

.menu-hero h1 {
    font-family: 'Arial Black', sans-serif;
    font-size: 36px;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}

.menu-hero p {
    font-size: 18px;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0;
    opacity: 0.9;
}

.menu-content {
    /* AUMENTEI PARA 1400PX PARA CABER 4 CARDS NO MENU */
    max-width: 1400px; 
    margin: 0 auto;
    padding: 0 20px 60px;
}

.menu-category {
    margin-bottom: 60px;
}

.category-title {
    text-align: center;
    font-size: 28px;
    color: #8c6a4d;
    margin-bottom: 30px;
    border-bottom: 2px solid #fceeee;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
}

.menu-item {
    height: auto; 
    display: flex;
    flex-direction: column;
}

.menu-info {
    padding: 15px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-info h3 {
    font-size: 18px;
    color: #333;
    margin: 0 0 10px 0;
}

.menu-info .desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    font-weight: normal;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #27ae60;
}

.btn-order {
    background-color: #25D366;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-order:hover {
    background-color: #1ebc57;
}

/* ============================== */
/* MODAL DE PRODUTO (CARDÁPIO)    */
/* ============================== */
#productModal {
    display: none;
    position: fixed;
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

.product-modal-content {
    background-color: #fff;
    width: 90%;
    max-width: 500px;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.product-modal-img {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 10px;
}

.product-modal-title {
    font-family: 'Arial Black', sans-serif;
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.product-modal-desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.product-modal-price {
    font-size: 22px;
    font-weight: bold;
    color: #27ae60;
    display: block;
    margin-bottom: 25px;
}

.product-modal-btn {
    display: inline-block;
    background-color: #25D366;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: transform 0.2s;
}

.product-modal-btn:hover {
    background-color: #1ebc57;
    transform: scale(1.05);
}

/* Botão X do modal de produto */
.close-product {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}
.close-product:hover { color: #333; }

/* ============================== */
/* HERO DE VÍDEO (HOME E CARDÁPIO) */
/* ============================== */
.menu-hero-video {
    width: 100%;
    height: 400px; /* Altura do banner */
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    border-radius: 0 0 50% 50% / 20px; /* Curva embaixo */
}

.video-container {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8; 
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #fff;
    opacity: 0.8;
    pointer-events: none;
}