*{margin:0;padding:0;box-sizing:border-box}
ul,li{list-style:none}
:root{--wine:#722F37;--wine-dark:#4A1C22;--gold:#D4A84B;--gold-light:#F0DFB4;--cream:#FBF7F0;--dark:#1A1215;--text:#2D2D2D;--text-light:#555;--white:#fff;--green:#25D366;--shadow:0 8px 30px rgba(0,0,0,0.12)}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'DM Sans',sans-serif;color:var(--text);background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.65}
img{max-width:100%;height:auto}
a,button{touch-action:manipulation}

/* FLOATING WHATSAPP */
.whatsapp-wrap{position:fixed;bottom:20px;right:20px;z-index:9999;width:56px;height:56px}
.whatsapp-float{position:absolute;top:0;left:0;width:56px;height:56px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,0.5);transition:transform 0.3s,box-shadow 0.3s;text-decoration:none;z-index:2}
.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 25px rgba(37,211,102,0.6)}
.whatsapp-float i{color:#fff;font-size:26px}
.whatsapp-pulse{position:absolute;top:0;left:0;width:56px;height:56px;border-radius:50%;background:var(--green);animation:pulse 2s infinite;z-index:1}
@keyframes pulse{0%{transform:scale(1);opacity:0.7}70%{transform:scale(1.5);opacity:0}100%{transform:scale(1.5);opacity:0}}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--wine-dark);padding:0.75rem 1rem;display:flex;justify-content:space-between;align-items:center;transition:background 0.3s,box-shadow 0.3s}
nav.scrolled{box-shadow:0 2px 20px rgba(0,0,0,0.3)}
.nav-logo{font-family:'DM Serif Display',serif;color:var(--gold);font-size:1.2rem;font-weight:700;text-decoration:none}
.nav-logo span{color:var(--white)}

/* Hamburger button */
.menu-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:200;width:40px;height:40px;align-items:center;justify-content:center;border-radius:8px;position:relative}
.menu-toggle .bar{width:22px;height:2px;background:var(--gold);border-radius:2px;transition:all 0.3s ease;transform-origin:center}
.menu-toggle.active .bar:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.menu-toggle.active .bar:nth-child(2){opacity:0}
.menu-toggle.active .bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* Mobile overlay */
.nav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--wine-dark);z-index:150;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity 0.25s ease}
.nav-overlay.open{opacity:1;pointer-events:auto}

/* Mobile links inside overlay */
.nav-mobile{display:flex;flex-direction:column;align-items:center;gap:1.8rem}
.nav-mobile a{color:var(--gold-light);text-decoration:none;font-size:1.15rem;letter-spacing:0.06em;text-transform:uppercase;font-weight:500;transition:color 0.2s}
.nav-mobile a:hover{color:var(--gold)}
.nav-reserve-btn{margin-top:0.5rem;font-size:0.95rem}

/* Desktop nav links - hidden on mobile */
.nav-desktop{display:none}

/* Desktop CTA */
.nav-cta{background:var(--green);color:var(--white);padding:0.55rem 1rem;border-radius:50px;text-decoration:none;font-size:0.85rem;font-weight:600;transition:transform 0.2s;white-space:nowrap;display:none}
.nav-cta:hover{transform:scale(1.05)}

/* HERO */
.hero{position:relative;min-height:75vh;min-height:75dvh;display:flex;align-items:center;justify-content:center;text-align:center;background:url('../images/barra.jpg') center/cover no-repeat;overflow:hidden;padding:4rem 1.25rem 2rem}
.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(26,18,21,0.82);z-index:0}
.hero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23D4A84B' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;z-index:1}
.hero-content{position:relative;z-index:2;max-width:800px}
.hero-badge{display:inline-block;background:rgba(212,168,75,0.15);border:1px solid var(--gold);color:var(--gold);padding:0.4rem 1rem;border-radius:50px;font-size:0.75rem;letter-spacing:0.1em;text-transform:uppercase;margin-top:0.75rem;margin-bottom:1rem}
.hero h1{font-family:'DM Serif Display',serif;font-size:clamp(2.2rem,9vw,5rem);color:var(--white);line-height:1.2;margin-bottom:0.75rem}
.hero h1 span{color:var(--gold)}
.hero-sub{font-size:clamp(0.9rem,2.2vw,1.15rem);color:var(--gold-light);font-weight:300;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:1rem}
.hero-text{font-size:clamp(0.95rem,2.2vw,1.15rem);color:rgba(255,255,255,0.85);max-width:520px;margin:0 auto 1.5rem;line-height:1.6}
.hero-actions{display:flex;flex-direction:column;gap:0.9rem;align-items:center}
.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:var(--white);padding:0.85rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all 0.3s;box-shadow:0 4px 15px rgba(37,211,102,0.3);min-height:48px}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(37,211,102,0.4)}
.btn-primary i{margin-right:0.5rem}
.btn-secondary{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:2px solid var(--gold);color:var(--gold);padding:0.75rem 2rem;border-radius:50px;text-decoration:none;font-weight:500;font-size:0.95rem;transition:all 0.3s;min-height:44px}
.btn-secondary:hover{background:var(--gold);color:var(--dark)}
.hero-trust{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:0.75rem;justify-content:center;align-items:center}
.trust-item{color:rgba(255,255,255,0.7);font-size:0.85rem;display:flex;align-items:center;gap:0.4rem}
.trust-item i{color:var(--gold);font-size:0.75rem}

/* SECTION COMMON */
section{padding:2.5rem 1.25rem}
.section-header{text-align:center;margin-bottom:2rem}
.section-header h2{font-family:'DM Serif Display',serif;font-size:clamp(1.8rem,5vw,2.8rem);color:var(--dark);margin-bottom:0.5rem;line-height:1.2}
.section-header h2 span{color:var(--wine)}
.section-header p{color:var(--text-light);font-size:1.05rem;max-width:600px;margin:0 auto;line-height:1.6}
.gold-line{width:50px;height:3px;background:var(--gold);margin:1rem auto 0}

/* WHY US */
.why-section{background:var(--cream)}
.why-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0.75rem}
.why-card{background:var(--white);padding:1.25rem;border-radius:16px;box-shadow:var(--shadow);text-align:center;transition:transform 0.3s}
.why-card:hover{transform:translateY(-4px)}
.why-icon{width:56px;height:56px;background:var(--wine);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}
.why-icon i{color:var(--gold);font-size:1.3rem}
.why-card h3{font-family:'DM Sans',sans-serif;font-size:1.15rem;font-weight:600;color:var(--text);margin-bottom:0.4rem}
.why-card p{color:var(--text-light);font-size:0.95rem;line-height:1.6}

/* REVIEWS */
.reviews-section{background:var(--white)}
.reviews-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1rem}
.review-card{background:var(--cream);padding:1.5rem;border-radius:16px;position:relative;border:none;margin:0}
.review-card::before{content:'\201C';font-family:'DM Serif Display',serif;font-size:3.5rem;color:var(--gold);opacity:0.3;position:absolute;top:8px;left:16px;line-height:1}
.review-stars{color:var(--gold);font-size:0.9rem;margin-bottom:0.6rem}
.review-text{font-size:1rem;line-height:1.65;color:var(--text);font-style:italic;margin-bottom:0.75rem}
.review-author{font-size:0.9rem;color:var(--text-light);font-weight:500}
.review-author span{color:var(--wine);font-weight:600}
.reviews-summary{text-align:center;margin-top:2rem;padding:1.5rem;background:var(--wine);border-radius:16px;color:var(--white)}
.reviews-summary .big-number{font-family:'DM Serif Display',serif;font-size:2.5rem;color:var(--gold);font-weight:900;line-height:1.2}
.reviews-summary .label{font-size:0.85rem;color:var(--gold-light);margin-top:0.3rem;text-transform:uppercase;letter-spacing:0.1em}

/* MENU */
.menu-section{background:var(--cream)}
.menu-tabs{display:flex;justify-content:center;gap:0.5rem;margin-bottom:1.5rem;flex-wrap:wrap}
.menu-tab{padding:0.65rem 1.25rem;background:var(--white);border:2px solid transparent;border-radius:50px;font-size:0.9rem;font-weight:500;cursor:pointer;transition:all 0.3s;color:var(--text);min-height:44px;display:inline-flex;align-items:center}
.menu-tab.active{border-color:var(--wine);background:var(--wine);color:var(--white)}
.menu-tab:hover:not(.active){border-color:var(--gold)}
.menu-content{max-width:800px;margin:0 auto}
.menu-category{display:none}
.menu-category.active{display:block}
.menu-item{padding:0.85rem 0;border-bottom:1px solid rgba(0,0,0,0.06)}
.menu-item:last-child{border-bottom:none}
.menu-item-name{font-weight:600;color:var(--dark);font-size:1.05rem}
.menu-item-desc{font-size:0.9rem;color:var(--text-light);margin-top:0.2rem;line-height:1.5}
.menu-highlight{text-align:center;margin-top:1.5rem;padding:1.5rem;background:linear-gradient(135deg,var(--wine-dark),var(--wine));border-radius:16px;color:var(--white)}
.menu-highlight h3{font-family:'DM Serif Display',serif;font-size:1.4rem;margin-bottom:0.5rem;line-height:1.2}
.menu-highlight .price{font-size:2rem;font-weight:700;color:var(--gold)}

/* HOURS */
.hours-section{background:var(--dark);color:var(--white)}
.hours-grid{max-width:600px;margin:0 auto}
.hours-row{display:flex;justify-content:space-between;padding:0.75rem 0;border-bottom:1px solid rgba(255,255,255,0.1);font-size:1rem}
.hours-row .day{font-weight:600}
.hours-row .time{color:var(--gold-light);font-weight:500;text-align:right}
.hours-note{text-align:center;margin-top:1.5rem;color:var(--gold);font-size:0.9rem}

/* CONTACT */
.contact-section{background:var(--white)}
.contact-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1rem}
.contact-card{background:var(--cream);padding:1.5rem;border-radius:16px;text-align:center}
.contact-card i{font-size:1.5rem;color:var(--wine);margin-bottom:0.75rem}
.contact-card h3{font-family:'DM Serif Display',serif;font-size:1.1rem;color:var(--wine-dark);margin-bottom:0.4rem;line-height:1.2}
.contact-card p,.contact-card a{color:var(--text);font-size:1rem;text-decoration:none;line-height:1.6}
.contact-card a:hover{color:var(--wine)}
.contact-cta{text-align:center;margin-top:1.5rem}
.map-wrap{max-width:1000px;margin:1.5rem auto 0;border-radius:16px;overflow:hidden;height:250px}
.map-wrap iframe{width:100%;height:100%;border:0}

/* PHOTO STRIP */
.photo-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3px;background:var(--dark);margin-top:-1px}
.photo-strip .photo-slot{aspect-ratio:4/3;overflow:hidden;position:relative}
.photo-slot img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}
.photo-slot:hover img{transform:scale(1.05)}
.photo-slot .photo-label{position:absolute;bottom:0;left:0;right:0;padding:0.6rem;background:linear-gradient(transparent,rgba(0,0,0,0.7));color:#fff;font-size:0.8rem;font-weight:500;opacity:1}

/* CTA BANNER */
.cta-banner{background:linear-gradient(135deg,var(--wine-dark),var(--wine));padding:3rem 1.5rem;text-align:center;position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(212,168,75,0.08) 0%,transparent 60%);animation:shimmer 8s ease-in-out infinite}
@keyframes shimmer{0%,100%{transform:translateX(-20%)}50%{transform:translateX(20%)}}
.cta-banner h2{font-family:'DM Serif Display',serif;font-size:clamp(1.6rem,4vw,2.5rem);color:var(--white);margin-bottom:0.5rem;line-height:1.2}
.cta-banner p{color:var(--gold-light);font-size:1.1rem;margin-bottom:1.5rem}

/* SCROLL ANIMATIONS */
.reveal{opacity:0;transform:translateY(30px);transition:opacity 0.7s ease,transform 0.7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* FOOTER */
.site-footer{background:var(--wine-dark);color:rgba(255,255,255,0.5);text-align:center;padding:1.5rem 1rem;font-size:0.85rem}
.site-footer a{color:var(--gold);text-decoration:none}
.footer-social{margin-top:0.75rem;display:flex;gap:1.5rem;justify-content:center}
.footer-social a{color:var(--gold);font-size:1.3rem;transition:color 0.3s}
.footer-social a:hover{color:var(--white)}

/* TABLET 480+ */
@media(min-width:480px){
    .hero-actions{flex-direction:row;gap:1rem;justify-content:center}
    .reviews-grid{grid-template-columns:1fr 1fr}
    .hero{padding:6rem 2rem 4rem}
}

/* TABLET 768+ */
@media(min-width:768px){
    .menu-toggle{display:none}
    .nav-overlay{display:none}
    .nav-desktop{display:flex;gap:2rem}
    .nav-desktop a{color:var(--gold-light);text-decoration:none;font-size:0.85rem;letter-spacing:0.04em;text-transform:uppercase;font-weight:500;transition:color 0.2s}
    .nav-desktop a:hover{color:var(--gold)}
    .nav-cta{display:inline-flex}
    nav{padding:0.8rem 2rem}
    .nav-logo{font-size:1.3rem}
    .hero{padding:0}
    .hero h1{font-size:5rem}
    section{padding:4rem 2rem}
    .why-grid{grid-template-columns:1fr 1fr 1fr}
    .why-card{padding:2rem;text-align:left}
    .why-icon{margin:0 0 1rem 0}
    .reviews-grid{grid-template-columns:1fr 1fr 1fr}
    .contact-grid{grid-template-columns:1fr 1fr 1fr}
    .map-wrap{height:350px}
}

/* DESKTOP 1024+ */
@media(min-width:1024px){
    .hero h1{font-size:5.5rem}
    section{padding:5rem 2rem}
    .menu-content{max-width:900px}
    .map-wrap{height:400px}
}
