@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@300;400;500;600&display=swap";:root{--red: #C41E3A;--red-dark: #8B1314;--red-light: #E8344E;--gold: #C9A84C;--gold-light: #E8C46A;--dark: #1A1A1A;--dark-2: #2D2D2D;--gray: #6B7280;--light: #F9F7F4;--white: #FFFFFF;--border: #E5E0D8}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--dark);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Playfair Display,serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.nav{position:sticky;top:0;z-index:100;background:var(--dark);border-bottom:2px solid var(--red)}.nav-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:60px}.nav-logo{font-family:Playfair Display,serif;font-size:1.2rem;color:var(--gold);font-weight:700;letter-spacing:.02em}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#d1d5db;font-size:.9rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--gold)}.hero{background:linear-gradient(135deg,var(--dark) 0%,var(--dark-2) 50%,#3D1515 100%);min-height:85vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset: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='%23C9A84C' fill-opacity='0.04'%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")}.hero-inner{max-width:1100px;margin:0 auto;padding:4rem 1.5rem;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#c9a84c26;border:1px solid rgba(201,168,76,.3);color:var(--gold-light);font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.4rem 1rem;border-radius:100px;margin-bottom:1.5rem}.hero h1{font-size:clamp(2.5rem,6vw,5rem);color:var(--white);line-height:1.1;margin-bottom:.5rem}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--gold);font-family:Playfair Display,serif;font-style:italic;margin-bottom:1.5rem}.hero-desc{color:#9ca3af;font-size:1rem;max-width:480px;margin-bottom:2.5rem;line-height:1.8}.hero-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:2.5rem}.stars{color:var(--gold);font-size:1.1rem;letter-spacing:.05em}.rating-text{color:#d1d5db;font-size:.9rem}.rating-text strong{color:var(--white)}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--red);color:var(--white);padding:.85rem 2rem;border-radius:6px;font-weight:600;font-size:.95rem;transition:background .2s,transform .1s;border:none;cursor:pointer}.btn-primary:hover{background:var(--red-light);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--white);padding:.85rem 2rem;border-radius:6px;font-weight:600;font-size:.95rem;border:2px solid rgba(255,255,255,.3);transition:border-color .2s,background .2s}.btn-secondary:hover{border-color:var(--gold);color:var(--gold)}.btn-whatsapp{display:inline-flex;align-items:center;gap:.6rem;background:#25d366;color:var(--white);padding:.85rem 2rem;border-radius:6px;font-weight:600;font-size:.95rem;transition:background .2s}.btn-whatsapp:hover{background:#1ebe5d}.section{padding:5rem 1.5rem}.section-inner{max-width:1100px;margin:0 auto}.section-label{display:inline-block;color:var(--red);font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.75rem}.section-title{font-size:clamp(1.8rem,4vw,2.8rem);color:var(--dark);margin-bottom:1rem;line-height:1.2}.section-title span{color:var(--red)}.section-lead{color:var(--gray);font-size:1.05rem;max-width:560px;line-height:1.8}.gold-divider{width:60px;height:3px;background:var(--gold);margin:1.5rem 0}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}.highlight-card{background:var(--light);border:1px solid var(--border);border-radius:12px;padding:1.5rem;position:relative;transition:transform .2s,box-shadow .2s}.highlight-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #00000014}.highlight-card .emoji{font-size:2rem;margin-bottom:1rem}.highlight-card h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--dark)}.highlight-card p{color:var(--gray);font-size:.9rem;line-height:1.7}.info-strip{background:var(--dark);color:var(--white);padding:3rem 1.5rem}.info-strip-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.info-item{text-align:center}.info-item .icon{font-size:1.5rem;margin-bottom:.5rem;color:var(--gold)}.info-item h4{font-family:Playfair Display,serif;font-size:1rem;margin-bottom:.25rem;color:var(--gold-light)}.info-item p{color:#9ca3af;font-size:.85rem;line-height:1.6}.menu-hero{background:var(--dark);padding:4rem 1.5rem 3rem;text-align:center;border-bottom:2px solid var(--red)}.menu-hero h1{color:var(--white);font-size:clamp(2rem,5vw,3.5rem)}.menu-hero p{color:#9ca3af;margin-top:.75rem}.menu-del-dia{background:linear-gradient(135deg,var(--red-dark),var(--red));color:var(--white);padding:2.5rem 1.5rem}.menu-del-dia-inner{max-width:800px;margin:0 auto;text-align:center}.menu-del-dia h2{font-size:1.8rem;margin-bottom:.5rem}.menu-del-dia .price-big{font-size:3rem;font-family:Playfair Display,serif;color:var(--gold-light);font-weight:700;margin:.5rem 0}.menu-del-dia p{opacity:.85;font-size:.95rem;line-height:1.7}.menu-categories{max-width:1100px;margin:0 auto;padding:3rem 1.5rem}.category-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:3rem;border-bottom:2px solid var(--border);padding-bottom:1rem}.cat-tab{background:none;border:1px solid var(--border);border-radius:100px;padding:.4rem 1rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s;color:var(--gray)}.cat-tab:hover,.cat-tab.active{background:var(--red);border-color:var(--red);color:var(--white)}.category-section{margin-bottom:3.5rem}.category-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--border)}.category-header .cat-emoji{font-size:1.5rem}.category-header h2{font-size:1.4rem;color:var(--dark)}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.menu-item{background:var(--light);border:1px solid var(--border);border-radius:8px;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;transition:box-shadow .2s}.menu-item.featured{border-left:3px solid var(--gold)}.menu-item:hover{box-shadow:0 4px 20px #0000000f}.item-info h3{font-size:.95rem;font-weight:600;margin-bottom:.3rem;font-family:Inter,sans-serif;color:var(--dark)}.item-info p{font-size:.82rem;color:var(--gray);line-height:1.6}.item-price{font-weight:700;font-size:.9rem;color:var(--red);white-space:nowrap;flex-shrink:0}.featured-star{display:inline-block;background:var(--gold);color:var(--dark);font-size:.65rem;font-weight:700;padding:.1rem .4rem;border-radius:3px;letter-spacing:.05em;margin-left:.4rem;vertical-align:middle}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:3rem}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr}}.contact-info h3{font-size:1.1rem;margin-bottom:1.5rem;color:var(--dark)}.contact-row{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}.contact-icon{font-size:1.3rem;flex-shrink:0;margin-top:.1rem}.contact-row .label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:.2rem}.contact-row p{color:var(--dark);font-size:.95rem;line-height:1.6}.hours-table{width:100%;border-collapse:collapse;margin-top:1rem}.hours-table td{padding:.5rem 0;font-size:.9rem;border-bottom:1px solid var(--border)}.hours-table td:first-child{color:var(--gray);padding-right:1.5rem}.hours-table td:last-child{font-weight:500;color:var(--dark)}.map-container{border-radius:12px;overflow:hidden;border:1px solid var(--border);aspect-ratio:4/3}.map-container iframe{width:100%;height:100%;border:none}.cta-section{background:linear-gradient(135deg,var(--dark),var(--dark-2));padding:5rem 1.5rem;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"🍜";position:absolute;font-size:15rem;opacity:.03;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-section h2{color:var(--white);font-size:clamp(1.8rem,4vw,3rem);margin-bottom:1rem}.cta-section p{color:#9ca3af;font-size:1rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer{background:var(--dark);border-top:1px solid #2D2D2D;padding:2rem 1.5rem}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-brand{font-family:Playfair Display,serif;color:var(--gold);font-size:1rem}.footer-info{color:#6b7280;font-size:.8rem;text-align:right}@media (max-width: 640px){.nav-links{gap:1rem}.hero{min-height:70vh}.hero-ctas{flex-direction:column;width:100%}.btn-primary,.btn-secondary,.btn-whatsapp{width:100%;justify-content:center}.info-strip-inner{grid-template-columns:1fr 1fr}.items-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;text-align:center}.footer-info{text-align:center}}
