:root{
    --green:#5a7a3a;
    --green-dark:#2f3d22;
    --gold:#c9a84c;
    --cream:#f6f1e9;
    --cream-dark:#ece4d3;
    --text:#2d2b28;
    --text-soft:#666;
}

body{
    margin:0;
    background:var(--cream);
    font-family:'Inter',sans-serif;
    color:var(--text);
}

h1,h2,h3{
    font-family:'Cormorant Garamond',serif;
}

/* ===== NAVBAR ===== */
.navbar{
    background:rgba(246,241,233,.97);
    padding:14px 0;
    box-shadow:0 2px 12px rgba(0,0,0,.04);
}

.navbar-brand{
    font-family:'Cormorant Garamond',serif;
    font-size:22px;
    font-weight:600;
    color:var(--green-dark);
}

.nav-link{
    font-size:13px;
    font-weight:500;
    margin:0 12px;
    color:#444;
}

.nav-link:hover{ color:var(--green); }

.btn-green{
    background:var(--green-dark);
    color:#fff;
    border-radius:4px;
    padding:10px 22px;
    font-weight:600;
    font-size:13px;
    border:0;
}

.btn-green:hover{
    background:var(--green);
    color:#fff;
}

.btn-outline-white{
    color:#fff;
    border:1px solid rgba(255,255,255,.7);
    border-radius:4px;
    padding:10px 22px;
    font-size:13px;
}

/* ===== HERO (más bajo, texto a la izquierda, sin overlay tan oscuro) ===== */
.hero{
    min-height:auto;
    height:480px;
    position:relative;
    display:flex;
    align-items:center;
    background-image:
        linear-gradient(90deg,rgba(20,28,12,.62) 35%,rgba(20,28,12,.15) 80%),
        url("https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=2400&q=85");
    background-size:cover;
    background-position:center;
    color:white;
}

.hero-content{
    max-width:560px;
    padding-top:0;
}

.hero small{
    letter-spacing:3px;
    font-weight:600;
    font-size:11px;
    color:#dfd1a3;
}

.hero h1{
    font-size:46px;
    font-style:italic;
    font-weight:500;
    line-height:1.1;
    margin:14px 0;
}

.hero p{
    font-size:15px;
    line-height:1.7;
    max-width:460px;
    color:rgba(255,255,255,.88);
}

/* ===== TARJETAS DEBAJO DEL HERO (sin solapar, con icono en vez de foto) ===== */
.floating-cards{
    margin-top:0;
    position:relative;
    z-index:5;
    background:#fff;
    padding:55px 0;
    border-bottom:1px solid var(--cream-dark);
}

.event-card{
    background:transparent;
    border-radius:0;
    overflow:visible;
    box-shadow:none;
    height:100%;
    text-align:center;
    padding:20px 30px;
    border-right:1px solid var(--cream-dark);
}

.col-lg-4:last-child .event-card{ border-right:none; }

.event-icon{
    display:block;
    font-size:30px;
    color:var(--green);
    margin-bottom:16px;
}

.event-card-body{
    padding:0;
}

.event-card h3{
    font-size:22px;
    margin-bottom:10px;
    color:var(--green-dark);
    font-weight:600;
}

.event-card p{
    color:var(--text-soft);
    font-size:13.5px;
    line-height:1.7;
}

/* ===== SECCIONES GENERALES ===== */
.section{
    padding:70px 0;
}

.section-tag{
    font-size:12px;
    letter-spacing:3px;
    color:var(--gold);
    font-weight:700;
    text-transform:uppercase;
}

.section-title{
    font-size:38px;
    font-style:italic;
    font-weight:400;
    line-height:1.15;
    margin:14px 0 18px;
    color:var(--green-dark);
}

.about-img{
    border-radius:0;
    box-shadow:none;
    border:2px solid var(--green);
    padding:0;
}

.lead{
    font-size:15px;
    color:var(--text-soft);
}

.section p{
    font-size:14px;
    color:var(--text-soft);
}

/* ===== STATS ===== */
.stats{
    background:#fff;
    padding:45px 0;
    border-top:1px solid var(--cream-dark);
    border-bottom:1px solid var(--cream-dark);
}

.stat h3{
    color:var(--green);
    font-size:38px;
    margin:0;
    font-weight:600;
}

.stat p{
    margin:0;
    color:var(--text-soft);
    font-weight:500;
    font-size:13px;
}

/* ===== GALERÍA (grid simple, sin tamaños mixtos) ===== */
.gallery-card{
    position:relative;
    border-radius:0;
    overflow:hidden;
    height:100%;
}

.gallery-card img{
    width:100%;
    height:100%;
    min-height:200px;
    object-fit:cover;
    transition:.4s;
}

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

.gallery-card span{
    position:absolute;
    left:16px;
    bottom:14px;
    color:white;
    font-family:'Cormorant Garamond',serif;
    font-size:22px;
    z-index:2;
}

.gallery-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(transparent,rgba(0,0,0,.55));
}

/* ===== GASTRO ===== */
.gastro{
    background:#fff;
}

.gastro-img{
    border-radius:0;
    height:360px;
    object-fit:cover;
    width:100%;
}

/* ===== TESTIMONIO ===== */
/* ===== SERVICIOS ===== */
.services{
    background:var(--cream);
}

.services-title{
    font-style:italic;
    font-weight:500;
    font-size:32px;
    display:inline-block;
    position:relative;
    color:var(--green-dark);
}

.services .text-center.mb-5{
    display:flex;
    align-items:center;
    justify-content:center;
}

.services .text-center.mb-5::before,
.services .text-center.mb-5::after{
    content:"";
    height:1px;
    width:90px;
    background:var(--gold);
    opacity:.5;
    margin:0 22px;
}

.service-card{
    padding:10px 14px;
}

.service-icon{
    display:block;
    font-size:34px;
    color:var(--green);
    margin-bottom:16px;
}

.service-card h4{
    font-family:'Inter',sans-serif;
    font-size:16px;
    font-weight:700;
    color:var(--green-dark);
    margin-bottom:10px;
}

.service-card p{
    font-size:13px;
    color:var(--text-soft);
    line-height:1.7;
}

.testimonial{
    background:#fff;
    color:var(--text);
    padding:60px 0;
    text-align:center;
    border-top:1px solid var(--cream-dark);
    border-bottom:1px solid var(--cream-dark);
}

.quote-icon{
    font-size:30px;
    color:var(--gold);
    opacity:.7;
    display:block;
    margin-bottom:14px;
}

.testimonial blockquote{
    font-family:'Cormorant Garamond',serif;
    font-style:italic;
    font-size:22px;
    max-width:700px;
    margin:auto;
    color:var(--text);
}

.testimonial p{
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:var(--green);
    font-weight:700;
}

/* ===== CTA ===== */
.cta{
    background:var(--green-dark);
    border-radius:0;
    color:white;
    padding:50px 60px;
}

.cta h2{
    font-size:28px;
    font-weight:400;
}

/* ===== FOOTER ===== */
.footer{
    background:var(--green-dark);
    color:rgba(255,255,255,.78);
    padding:55px 0 25px;
}

.footer h3{
    font-size:20px;
    color:#fff;
}

.footer h5{
    color:white;
    margin-bottom:16px;
    font-size:13px;
    letter-spacing:1px;
    text-transform:uppercase;
    font-family:'Inter',sans-serif;
    font-weight:700;
}

.footer a{
    color:rgba(255,255,255,.7);
    text-decoration:none;
    display:block;
    margin-bottom:8px;
    font-size:13px;
}

.footer a:hover{ color:#fff; }

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.12);
    margin-top:40px;
    padding-top:20px;
    text-align:center;
    font-size:12px;
}

/* ===== HERO "SOBRE NOSOTROS" ===== */
.hero-nosotros{
    height:380px;
    background-image:
        linear-gradient(90deg,rgba(20,28,12,.6) 30%,rgba(20,28,12,.1) 85%),
        url("https://images.unsplash.com/photo-1469371670807-013ccf25f16a?auto=format&fit=crop&w=2400&q=85");
}

/* ===== NUESTROS VALORES ===== */
.values{
    background:var(--cream);
}

.value-card{
    background:#fff;
    border:1px solid var(--cream-dark);
    padding:30px 20px;
    height:100%;
}

.value-icon{
    display:block;
    font-size:28px;
    color:var(--gold);
    margin-bottom:14px;
}

.value-card h4{
    font-family:'Inter',sans-serif;
    font-size:15px;
    font-weight:700;
    color:var(--green-dark);
    margin-bottom:6px;
}

.value-card p{
    font-size:13px;
    color:var(--text-soft);
    margin:0;
}

/* ===== STATS + TESTIMONIO SOBRE FONDO OSCURO ===== */
.stats-dark{
    background:var(--green-dark);
    padding:50px 0;
}

.stat-dark h3{
    color:var(--gold);
    font-size:32px;
    font-weight:600;
    margin:0;
}

.stat-dark p{
    color:rgba(255,255,255,.75);
    font-size:13px;
    margin:0;
}

.quote-dark{
    border-left:2px solid var(--gold);
    padding-left:24px;
}

.quote-dark p{
    font-family:'Cormorant Garamond',serif;
    font-style:italic;
    font-size:17px;
    color:#fff;
    margin-bottom:8px;
}

.quote-dark span{
    font-size:12px;
    color:rgba(255,255,255,.65);
}

/* ===== EL EQUIPO ===== */
.team-card img{
    width:96px;
    height:96px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:14px;
    border:3px solid #fff;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
}

.team-card h4{
    font-family:'Inter',sans-serif;
    font-size:15px;
    font-weight:700;
    color:var(--green-dark);
    margin-bottom:2px;
}

.team-card p{
    font-size:12.5px;
    color:var(--gold);
    font-weight:600;
    margin:0;
}


/* ===== HERO "INSTALACIONES" ===== */
.hero-instalaciones{
    height:300px;
    background-image:
        linear-gradient(90deg,rgba(20,28,12,.62) 30%,rgba(20,28,12,.15) 85%),
        url("https://images.unsplash.com/photo-1522673607200-164d1b6ce486?auto=format&fit=crop&w=2400&q=85");
}

/* ===== FILAS DE INSTALACIONES (imagen + texto alternado) ===== */
.install-section .install-row{
    margin-bottom:60px;
}

.install-section .install-row:last-child{
    margin-bottom:0;
}

.install-img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:0;
}

.install-row h3{
    font-style:italic;
    font-weight:500;
    font-size:26px;
    color:var(--green-dark);
    margin-bottom:12px;
}

.install-row p{
    font-size:14px;
    color:var(--text-soft);
    line-height:1.8;
    max-width:420px;
}

/* ===== HERO "GALERÍA" ===== */
.hero-galeria{
    height:300px;
    background-image:
        linear-gradient(90deg,rgba(20,28,12,.6) 30%,rgba(20,28,12,.1) 85%),
        url("https://images.unsplash.com/photo-1511795409834-ef04bbd61622?auto=format&fit=crop&w=2400&q=85");
}

/* ===== HERO "LA CARTA" ===== */
.hero-carta{
    height:340px;
    background-image:
        linear-gradient(90deg,rgba(20,28,12,.6) 30%,rgba(20,28,12,.1) 85%),
        url("https://images.unsplash.com/photo-1555244162-803834f70033?auto=format&fit=crop&w=2400&q=85");
}

/* ===== INTRO "NUESTRA PROPUESTA" ===== */
.carta-intro{
    max-width:720px;
    margin:0 auto;
    font-size:14.5px;
    color:var(--text-soft);
    line-height:1.8;
}

/* ===== TABS DE CATEGORÍAS ===== */
.carta-tabs{
    background:#fff;
    padding:22px 0;
    border-bottom:1px solid var(--cream-dark);
    position:sticky;
    top:62px;
    z-index:50;
}

.carta-tab{
    font-size:14px;
    font-weight:600;
    color:var(--text-soft);
    text-decoration:none;
    padding-bottom:8px;
    border-bottom:2px solid transparent;
}

.carta-tab:hover{
    color:var(--green-dark);
}

.carta-tab.active{
    color:var(--green-dark);
    border-bottom-color:var(--gold);
}

/* ===== TARJETAS DE PLATO ===== */
.menu-item{
    text-align:center;
}

.menu-item img{
    width:100%;
    height:200px;
    object-fit:cover;
    margin-bottom:16px;
}

.menu-item h4{
    font-family:'Cormorant Garamond',serif;
    font-style:italic;
    font-weight:600;
    font-size:18px;
    color:var(--green-dark);
    margin:0;
}

/* ===== CTA DE CONTACTO (variante clara sobre fondo verde) ===== */
.cta-contact{
    background:var(--green);
    padding:55px 0;
}

.cta-contact h2{
    font-size:24px;
    font-style:italic;
    font-weight:500;
    margin-bottom:8px;
}

.cta-contact p{
    color:rgba(255,255,255,.85);
    font-size:14px;
    margin:0;
}

.cta-contact .btn-light{
    border-radius:4px;
    padding:11px 28px;
    font-size:13px;
    font-weight:700;
    color:var(--green-dark);
}

.hero-sm{
    height:340px;
}

.hero-bodas{
    background-image:
        linear-gradient(90deg,rgba(20,28,12,.55) 30%,rgba(20,28,12,.1) 80%),
        url("https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=2400&q=85");
}

.hero-sm .hero-content h1{
    font-style:italic;
    font-weight:500;
}

/* ===== TARJETA FLOTANTE DE INFO RÁPIDA ===== */
.info-strip{
    position:relative;
    margin-top:-40px;
    z-index:6;
}

.info-card{
    background:#fff;
    border-radius:6px;
    box-shadow:0 20px 45px rgba(0,0,0,.10);
    padding:10px 0;
}

.info-item{
    padding:22px 10px;
    border-right:1px solid var(--cream-dark);
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
}

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

.info-item .service-icon{
    margin-bottom:0;
    font-size:26px;
}

.info-item span{
    font-size:13px;
    font-weight:600;
    color:var(--green-dark);
}

/* ===== CHECKLIST "TODO LO QUE INCLUYE" ===== */
.checklist{
    list-style:none;
    padding:0;
    margin-top:20px;
}

.checklist li{
    display:flex;
    align-items:center;
    gap:14px;
    padding:14px 0;
    border-bottom:1px solid var(--cream-dark);
    font-size:14.5px;
    color:var(--text);
}

.checklist li i{
    color:var(--gold);
    font-size:18px;
}

/* ===== CTA BANNER OSCURO CON BOTÓN DORADO ===== */
.cta-banner{
    background:var(--green-dark);
    color:#fff;
    padding:45px 0;
}

.cta-banner h2{
    font-size:26px;
    font-style:italic;
    font-weight:500;
    margin-bottom:6px;
}

.cta-banner p{
    color:rgba(255,255,255,.75);
    margin:0;
    font-size:14px;
}

.btn-gold{
    background:var(--gold);
    color:var(--green-dark);
    border-radius:4px;
    padding:12px 26px;
    font-weight:700;
    font-size:13px;
    border:0;
    white-space:nowrap;
}

.btn-gold:hover{
    background:#dcc27d;
    color:var(--green-dark);
}

/* ===== TARJETAS "NUESTROS ESPACIOS" ===== */
.space-card{
    background:#fff;
    border:1px solid var(--cream-dark);
    overflow:hidden;
    height:100%;
}

.space-card img{
    width:100%;
    height:190px;
    object-fit:cover;
    display:block;
}

.space-card-body{
    padding:18px 20px;
}

.space-card-body h4{
    font-family:'Inter',sans-serif;
    font-size:16px;
    font-weight:700;
    color:var(--green-dark);
    margin-bottom:4px;
}

.space-card-body p{
    font-size:13px;
    color:var(--text-soft);
    margin-bottom:10px;
}

.link-gold{
    color:var(--gold);
    font-size:13px;
    font-weight:700;
    text-decoration:none;
}

.link-gold:hover{
    color:var(--green);
}

/* ===== FRANJA DE VENTAJAS ===== */
.advantages-strip{
    background:var(--cream);
    padding:40px 0;
    border-top:1px solid var(--cream-dark);
    border-bottom:1px solid var(--cream-dark);
}

.advantage-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    color:var(--text-soft);
    font-size:13px;
    font-weight:600;
}

.advantage-item i{
    font-size:24px;
    color:var(--gold);
    opacity:.8;
}

@media(max-width:767px){
    .info-item{ border-right:none; border-bottom:1px solid var(--cream-dark); }
    .hero-sm{ height:auto; min-height:46vh; }
    .carta-tabs{ position:static; }
    .carta-tabs .nav{ flex-wrap:wrap; row-gap:10px; }


.hero h1{ font-size:34px; }
.section-title{ font-size:30px; }
.event-card{ border-right:none; border-bottom:1px solid var(--cream-dark); }
.cta{ padding:35px; }
.cta h2{ font-size:22px; }
}

@media(max-width:576px){
    .hero{ min-height:55vh; }
    .hero h1{ font-size:28px; }
    .hero p{ font-size:14px; }
    .section{ padding:45px 0; }
}
