/* custom.css */

:root{
    --primary:#cf654d;
    --dark:#2c1d18;
    --beige:#f5efea;
    --text:#5d514b;
}

body{
    font-family:'Inter',sans-serif;
    color:var(--text);
    background:#fff;
}

h1,h2,h3,h4,h5{
    font-family:'Cormorant Garamond',serif;
    color:var(--dark);
}

.section-space{
    padding:120px 0;
}

.section-tag{
    color:var(--primary);
    font-size:.8rem;
    letter-spacing:3px;
    font-weight:600;
}

.section-title{
    font-size:4rem;
    line-height:1;
    margin:20px 0;
    font-weight:700;
}

.section-title em{
    font-style:italic;
}

.section-text{
    max-width:700px;
    font-size:1.1rem;
}

/* NAVBAR */

.custom-navbar{
    background:#f8f4f1;
    padding:18px 0;
}

.logo-box{
    width:34px;
    height:34px;
    border-radius:8px;
    background:var(--primary);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

.brand-name{
    margin-left:12px;
    font-family:'Cormorant Garamond',serif;
    font-size:2rem;
    font-weight:700;
    color:var(--dark);
}

.nav-link{
    color:#5d514b;
    margin:0 12px;
}

.phone{
    font-size:.95rem;
}

/* BUTTONS */

.btn-primary-custom{
    background:var(--primary);
    color:#fff;
    padding:12px 24px;
    border-radius:10px;
    text-decoration:none;
    border:none;
}

.btn-primary-custom:hover{
    background:#b95741;
    color:#fff;
}

.btn-outline-custom{
    border:1px solid rgba(255,255,255,.5);
    color:#fff;
    padding:12px 24px;
    border-radius:10px;
    text-decoration:none;
}

.btn-outline-custom-dark{
    border:1px solid #ddd;
    color:var(--dark);
    padding:12px 24px;
    border-radius:10px;
    text-decoration:none;
}

/* HERO */

.hero-section{
    position:relative;
    height:100vh;
    overflow:hidden;
}

.hero-image{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    z-index:1;
}

.hero-content{
    position:absolute;
    z-index:2;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
}

.hero-content h1{
    color:#fff;
    font-size:5.5rem;
    line-height:.95;
    max-width:850px;
}

.hero-content p{
    max-width:650px;
    font-size:1.2rem;
    margin-top:24px;
}

/* FOOD */

.food-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.food-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.large-card{
    height:700px;
}

.small-card{
    height:338px;
}

.food-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.75), transparent);
    display:flex;
    flex-direction:column;
    justify-content:end;
    padding:30px;
    color:#fff;
}

.food-overlay h3{
    color:#fff;
}

/* MENU */

.bg-light-custom{
    background:var(--beige);
}
.menu-section{
    background:#f6f1ec;
    padding:110px 0;
}

/* TITULOS */

.section-tag{
    display:inline-block;
    font-size:12px;
    letter-spacing:3px;
    color:#cf654d;
    text-transform:uppercase;
    margin-bottom:18px;
    font-weight:600;
}

.section-title{
    font-size:72px;
    line-height:1;
    font-weight:700;
    color:#2b1d19;
    margin-bottom:28px;
    font-family:'Cormorant Garamond', serif;
}

.section-title em{
    font-style:italic;
}

.section-description{
    max-width:760px;
    font-size:29px;
    line-height:1.5;
    color:#6b5e58;
    margin-bottom:60px;
}

/* TABS */

.menu-tabs{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    margin-bottom:80px;
}

.menu-tabs button{
    height:54px;
    padding:0 30px;
    border-radius:40px;
    border:1px solid #d9c8bc;
    background:white;
    color:#2b1d19;
    font-size:18px;
    transition:.2s;
}

.menu-tabs button.active{
    background:#cf654d;
    border-color:#cf654d;
    color:white;
}

/* CATEGORY */

.menu-category h3{
    font-size:56px;
    margin-bottom:55px;
    color:#2b1d19;
    font-family:'Cormorant Garamond', serif;
    font-weight:700;
}

/* ITEM */

.menu-item{
    margin-bottom:55px;
}

.menu-item-header{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:10px;
}

/* TITULO */

.menu-item h4{
    margin:0;
    font-size:34px;
    line-height:1.1;
    white-space:nowrap;
    color:#2b1d19;
    font-family:'Cormorant Garamond', serif;
    font-weight:600;
}

/* LINEA */

.menu-divider{
    flex:1;
    border-bottom:1px dashed #d8c9bf;
    transform:translateY(3px);
}

/* PRECIO */

.menu-item span{
    font-size:32px;
    font-weight:700;
    color:#cf654d;
    font-family:'Cormorant Garamond', serif;
    white-space:nowrap;
}

/* DESCRIPCION */

.menu-item p{
    margin:0;
    font-size:22px;
    line-height:1.5;
    color:#6b5e58;
    padding-right:60px;
}


/* EVENTOS */

.event-card{
    border:1px solid #eadfd8;
    border-radius:20px;
    padding:35px;
    height:100%;
    background:#fff;
}

.event-card i{
    font-size:1.5rem;
    color:var(--primary);
}

/* GALLERY */

.gallery-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:20px;
}

.gallery-grid img{
    width:100%;
    border-radius:20px;
    object-fit:cover;
    height:100%;
}

.gallery-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    grid-template-rows:260px 260px;
    gap:18px;
}

.gallery-grid img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:14px;
    display:block;
}

/* Imagen grande izquierda */
.gallery-grid img:nth-child(1){
    grid-row:1 / 3;
    grid-column:1 / 2;
}

/* Imagen arriba derecha izquierda */
.gallery-grid img:nth-child(2){
    grid-column:2 / 3;
    grid-row:1 / 2;
}

/* Imagen arriba derecha derecha */
.gallery-grid img:nth-child(3){
    grid-column:3 / 4;
    grid-row:1 / 2;
}

/* Imagen grande abajo derecha */
.gallery-grid img:nth-child(4){
    grid-column:2 / 4;
    grid-row:2 / 3;
}

/* CONTACT */

.contact-item{
    display:flex;
    gap:20px;
    margin-top:35px;
}

.contact-item i{
    color:var(--primary);
    font-size:1.4rem;
}

/* FOOTER */

.footer-section{
    background:#241714;
    color:#c8bdb7;
    padding:100px 0 50px;
}

.footer-section h5{
    color:#fff;
    margin-bottom:25px;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:#c8bdb7;
    text-decoration:none;
}


/* SECTION */

.event-section{
    padding:120px 0;
    background:#f7f4f1;
}

/* GALLERY */

.gallery-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.gallery-large{
    grid-column:1/3;
}

.gallery-large img,
.gallery-small img{
    width:100%;
    border-radius:14px;
    object-fit:cover;
}



.gallery-small img{
    height:280px;
}

/* STATS */

.stats-wrapper{
    display:flex;
    gap:60px;
    margin-top:35px;
}

.stat-box{
    border-left:2px solid #d05f4b;
    padding-left:14px;
}

.stat-box h3{
    font-size:3rem;
    line-height:1;
    margin-bottom:8px;
    font-family:'Cormorant Garamond',serif;
    color:#2c1d18;
}

.stat-box p{
    margin:0;
    font-size:1rem;
    color:#5f534d;
    line-height:1.4;
    letter-spacing:.5px;
}

/* FORM */

.form-card{
    background:#f7f4f1;
    border:1px solid #dfd4cd;
    border-radius:16px;
    padding:34px;
}

.section-tag{
    color:#cf654d;
    font-size:.8rem;
    letter-spacing:3px;
    font-weight:600;
}

.form-title{
    font-size:4rem;
    line-height:1;
    margin:18px 0;
    font-family:'Cormorant Garamond',serif;
    color:#2b1d19;
}

.form-text{
    font-size:1.1rem;
    color:#6c5d56;
    margin-bottom:35px;
    max-width:520px;
}

/* LABELS */

.form-card label{
    display:block;
    margin-bottom:8px;
    font-weight:500;
    color:#342722;
}

/* INPUTS */

.form-control,
.form-select{
    height:54px;
    border-radius:10px;
    border:1px solid #d8ccc4;
    background:#f9f6f3;
    padding:12px 16px;
    box-shadow:none !important;
}

.form-control:focus,
.form-select:focus{
    border-color:#cf654d;
}

/* TEXTAREA */

.textarea-custom{
    min-height:120px;
    resize:none;
    padding-top:16px;
}

/* BUTTON */

.btn-event{
    height:58px;
    border:none;
    border-radius:10px;
    background:#c85b47;
    color:#fff;
    font-size:1.1rem;
    font-weight:500;
    transition:.3s;
}

.btn-event:hover{
    background:#b84d3b;
    color:#fff;
}

.btn-event i{
    margin-right:10px;
}

/* LEGAL */

.legal-text{
    margin-top:20px;
    font-size:.9rem;
    color:#7a6d67;
}


/* RESPONSIVE */

@media(max-width:992px){

    .hero-content h1{
        font-size:3.5rem;
    }

    .section-title{
        font-size:3rem;
    }

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

    .large-card{
        height:500px;
    }

    .small-card{
        height:250px;
    }

    .form-title{
        font-size:3rem;
    }

    .stats-wrapper{
        flex-wrap:wrap;
        gap:30px;
    }

    .gallery-large img{
        height:240px;
    }

    .gallery-small img{
        height:200px;
    }

}



/* RESPONSIVE */

@media(max-width:992px){

    .section-title{
        font-size:52px;
    }

    .section-description{
        font-size:22px;
    }

    .menu-category h3{
        font-size:42px;
    }

    .menu-item h4{
        font-size:26px;
        white-space:normal;
    }

    .menu-item span{
        font-size:24px;
    }

    .menu-item p{
        font-size:18px;
        padding-right:0;
    }

}

@media(max-width:768px){

    .menu-item-header{
        align-items:flex-start;
    }

    .menu-divider{
        margin-top:16px;
    }

}
