@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Jost:wght@300;400;500;600&display=swap");.resto-page{--bg:#0f0a06;--surface:#1a1108;--gold:#c17c2e;--gold-light:#d4953e;--gold-dim:rgba(193,124,46,0.12);--terracotta:#b85c38;--cream:#f5ede0;--muted:#8a7560;--dim:#4a3d2e;--border:#2a2018;--border-light:#3a3020;--serif:"Cormorant Garamond",Georgia,serif;--sans:"Jost",system-ui,sans-serif;background-color:var(--bg);color:var(--cream);font-family:var(--sans);font-weight:300;-webkit-font-smoothing:antialiased;position:relative;overflow-x:hidden}.resto-page ::selection{background:var(--gold);color:#000}.resto-page:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:9997;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px}.resto-page ::-webkit-scrollbar{width:4px}.resto-page ::-webkit-scrollbar-track{background:var(--bg)}.resto-page ::-webkit-scrollbar-thumb{background:var(--border-light)}.resto-page ::-webkit-scrollbar-thumb:hover{background:var(--gold)}.resto-container{max-width:1200px;margin:0 auto;padding:0 2rem}.resto-section{padding:6rem 2rem;background:var(--bg)}.resto-section--surface{background:var(--surface)}.resto-section-header{text-align:center;margin-bottom:4rem}.resto-eyebrow{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.85rem}.resto-section-title{font-family:var(--serif);font-size:clamp(2.2rem,5vw,3.5rem);font-weight:600;color:var(--cream);line-height:1.1;margin:0}.resto-section-title em{font-style:italic;color:var(--gold)}.resto-ornament{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;color:var(--gold);font-size:.75rem;opacity:.7}.resto-ornament span{display:block;width:60px;height:1px;background:linear-gradient(to right,transparent,var(--gold),transparent)}.resto-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--sans);font-weight:500;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 2.1rem;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:all .25s ease}.resto-btn--gold{background:var(--gold);color:#0a0602;border-color:var(--gold)}.resto-btn--gold:hover{background:var(--gold-light);border-color:var(--gold-light);color:#000;transform:translateY(-1px);box-shadow:0 10px 28px rgba(193,124,46,.3)}.resto-btn--outline{background:transparent;color:var(--cream);border-color:rgba(245,237,224,.35)}.resto-btn--outline:hover{border-color:rgba(245,237,224,.75);background:rgba(245,237,224,.06);color:var(--cream)}.resto-btn--ghost{background:transparent;color:var(--gold);border-color:var(--gold)}.resto-btn--ghost:hover{background:var(--gold-dim);color:var(--gold-light)}.resto-btn--full{width:100%}.resto-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(180deg,rgba(15,10,6,.82),transparent);transition:all .35s ease}.resto-nav--solid{background:rgba(12,8,4,.97)!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);box-shadow:0 4px 24px rgba(0,0,0,.5)}.resto-nav__inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 2rem;height:72px}.resto-nav__logo{display:flex;align-items:center;gap:.55rem;font-family:var(--serif);font-size:1.55rem;font-weight:700;color:var(--cream);text-decoration:none;letter-spacing:.02em;line-height:1}.resto-nav__flame{color:var(--gold);font-size:.95rem}.resto-nav__links{display:flex;align-items:center;gap:2.5rem}.resto-nav__links a{font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:rgba(245,237,224,.7);text-decoration:none;transition:color .2s}.resto-nav__links a:hover{color:var(--cream)}.resto-nav__cta{background:var(--gold)!important;color:#0a0602!important;padding:.48rem 1.25rem!important;font-size:.75rem!important;font-weight:600!important}.resto-nav__cta:hover{background:var(--gold-light)!important;color:#000!important}.resto-nav__burger{display:none;background:none;border:none;color:var(--cream);font-size:1.3rem;cursor:pointer;padding:4px;line-height:1}.resto-mobile-menu{display:none;flex-direction:column;align-items:center;justify-content:center;gap:1.75rem;position:fixed;inset:0;background:var(--bg);z-index:999;padding-top:72px;opacity:0;pointer-events:none;transition:opacity .25s ease}.resto-mobile-menu.is-open{display:flex;opacity:1;pointer-events:all}.resto-mobile-menu a{font-family:var(--serif);font-size:2.5rem;font-weight:600;color:var(--cream);text-decoration:none;transition:color .2s}.resto-mobile-menu a:hover{color:var(--gold)}.resto-mobile-menu__cta{font-family:var(--sans)!important;font-size:.82rem!important;font-weight:600!important;letter-spacing:.1em;text-transform:uppercase;color:#000!important;background:var(--gold)!important;padding:.75rem 2rem!important;margin-top:.5rem}.resto-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.resto-hero__bg,.resto-hero__overlay{position:absolute;inset:0}.resto-hero__overlay{background:linear-gradient(135deg,rgba(12,7,3,.9),rgba(22,13,5,.72) 55%,rgba(28,17,7,.6))}.resto-hero__content{position:relative;z-index:1;padding:9rem 2rem 5rem;max-width:1200px;margin:0 auto;width:100%}.resto-hero__eyebrow{display:flex;align-items:center;gap:1rem;font-size:.68rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem;opacity:.85}.resto-hero__line{display:block;flex:0 0 36px;height:1px;background:var(--gold);opacity:.55}.resto-hero__title{font-family:var(--serif);font-size:clamp(3.5rem,8.5vw,7.5rem);font-weight:600;color:var(--cream);line-height:.95;margin:0 0 1.5rem;letter-spacing:-.01em;max-width:900px}.resto-hero__title em{font-style:italic;color:var(--gold)}.resto-hero__subtitle{font-size:clamp(.88rem,1.8vw,1.02rem);font-weight:300;color:rgba(245,237,224,.62);line-height:1.85;margin:0 0 2.75rem}.resto-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.resto-hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);color:rgba(245,237,224,.3);font-size:1rem;text-decoration:none;animation:restoFloat 2.5s ease-in-out infinite}@keyframes restoFloat{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}.resto-menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.resto-menu-card{border:1px solid var(--border);overflow:hidden;transition:transform .3s ease,border-color .3s ease;background:var(--bg)}.resto-menu-card:hover{transform:translateY(-6px);border-color:var(--border-light)}.resto-menu-card__img{position:relative;height:240px;overflow:hidden}.resto-menu-card__img img{transition:transform .5s ease;filter:sepia(8%) saturate(1.15)}.resto-menu-card:hover .resto-menu-card__img img{transform:scale(1.06)}.resto-menu-card__img-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(15,10,6,.65))}.resto-menu-card__body{padding:1.35rem 1.5rem 1.6rem;border-top:1px solid var(--gold)}.resto-menu-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.45rem}.resto-menu-card__name{font-family:var(--serif);font-size:1.3rem;font-weight:600;color:var(--cream);margin:0;line-height:1.2}.resto-menu-card__price{font-size:1rem;font-weight:600;color:var(--gold);flex-shrink:0}.resto-menu-card__desc{font-size:.85rem;font-weight:300;color:var(--muted);line-height:1.72;margin:0}.resto-historia{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.resto-historia__body{display:flex;flex-direction:column;gap:1rem;margin:1.75rem 0 2.5rem}.resto-historia__body p{font-size:.93rem;font-weight:300;color:var(--muted);line-height:1.9;margin:0}.resto-historia__stats{display:flex;gap:2.5rem}.resto-historia__stat-num{display:block;font-family:var(--serif);font-size:2.5rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:.3rem}.resto-historia__stat-label{display:block;font-size:.68rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.resto-historia__img-frame{position:relative;height:520px;overflow:hidden}.resto-historia__img-frame:before{content:"";position:absolute;top:-14px;right:-14px;bottom:14px;left:14px;border:1px solid var(--gold);pointer-events:none;z-index:1;opacity:.4}.resto-historia__img-frame img{filter:sepia(12%) saturate(1.1)}.resto-galeria{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.resto-galeria__item{position:relative;height:245px;overflow:hidden;cursor:pointer}.resto-galeria__item img{transition:transform .5s ease;filter:sepia(10%) saturate(1.1)}.resto-galeria__item:hover img{transform:scale(1.08)}.resto-galeria__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(193,124,46,.3),transparent);opacity:0;transition:opacity .35s ease}.resto-galeria__item:hover .resto-galeria__overlay{opacity:1}.resto-resenas{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.resto-resena{background:var(--surface);border:1px solid var(--border);padding:2rem 1.75rem;position:relative}.resto-resena:before{content:"\201C";position:absolute;top:.25rem;left:1.5rem;font-family:var(--serif);font-size:5rem;color:var(--gold);opacity:.18;line-height:1}.resto-resena__stars{display:flex;gap:.2rem;color:var(--gold);font-size:.75rem;margin-bottom:1rem}.resto-resena__texto{font-family:var(--serif);font-style:italic;font-size:1rem;font-weight:400;color:var(--muted);line-height:1.75;margin:0 0 1.25rem}.resto-resena__nombre{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin:0}.resto-contacto{display:grid;grid-template-columns:1fr 360px;gap:4rem;align-items:start}.resto-form{display:flex;flex-direction:column;gap:1.25rem}.resto-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.resto-form__field{display:flex;flex-direction:column;gap:.4rem}.resto-form__field label{font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.resto-form__field input,.resto-form__field select,.resto-form__field textarea{background:var(--bg);color:var(--cream);border:1px solid var(--border-light);padding:.75rem 1rem;font-family:var(--sans);font-size:.9rem;font-weight:300;outline:none;transition:border-color .2s,box-shadow .2s;appearance:none;-webkit-appearance:none}.resto-form__field input::placeholder,.resto-form__field textarea::placeholder{color:var(--dim)}.resto-form__field input:focus,.resto-form__field select:focus,.resto-form__field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(193,124,46,.12)}.resto-form__field input[type=date],.resto-form__field input[type=time]{color-scheme:dark}.resto-info{display:flex;flex-direction:column;gap:1.4rem}.resto-info__item{display:flex;align-items:flex-start;gap:1rem}.resto-info__icon{width:42px;height:42px;min-width:42px;background:var(--gold-dim);border:1px solid rgba(193,124,46,.2);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.95rem;flex-shrink:0}.resto-info__label{display:block;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.25rem}.resto-info__value{display:block;font-size:.9rem;font-weight:300;color:var(--muted);line-height:1.55}.resto-info__map{display:flex;align-items:center;justify-content:center;gap:.6rem;background:var(--gold-dim);border:1px dashed rgba(193,124,46,.3);height:130px;color:var(--gold);font-size:.85rem;font-weight:500;letter-spacing:.05em;cursor:pointer;transition:background .2s;margin-top:.5rem}.resto-info__map:hover{background:rgba(193,124,46,.2)}.resto-footer{background:#070401;border-top:1px solid var(--border);padding:4.5rem 2rem 5.5rem}.resto-footer__grid{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:3rem;max-width:1200px;margin:0 auto 3rem;padding-bottom:3rem;border-bottom:1px solid var(--border)}.resto-footer__logo{display:flex;align-items:center;gap:.55rem;font-family:var(--serif);font-size:1.4rem;font-weight:700;color:var(--cream);margin-bottom:.75rem;line-height:1}.resto-footer__logo svg{color:var(--gold);font-size:.95rem}.resto-footer__tagline{font-size:.85rem;font-weight:300;color:var(--muted);line-height:1.65;max-width:240px;margin-bottom:1.5rem}.resto-footer__social{display:flex;gap:.6rem}.resto-footer__social a{width:36px;height:36px;background:var(--border);display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.88rem;text-decoration:none;transition:background .2s,color .2s}.resto-footer__social a:hover{background:var(--gold);color:#000}.resto-footer__col-title{display:block;font-size:.66rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(245,237,224,.28);margin:0 0 .85rem}.resto-footer__link{display:block;font-size:.875rem;font-weight:300;color:var(--muted);text-decoration:none;margin-bottom:.5rem;line-height:1.5;transition:color .2s}a.resto-footer__link:hover{color:var(--gold)}.resto-footer__bottom{text-align:center;max-width:1200px;margin:0 auto}.resto-footer__bottom p{font-size:.78rem;font-weight:300;color:rgba(245,237,224,.18)}.resto-demo-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#070401;border-top:2px solid var(--gold);text-align:center;padding:.58rem 1rem;font-size:.78rem;font-weight:300;color:var(--muted)}.resto-demo-banner a{color:var(--gold);font-weight:600;text-decoration:underline}@media (max-width:1024px){.resto-nav__links{display:none}.resto-nav__burger{display:block}.resto-resenas{grid-template-columns:1fr;max-width:520px;margin:0 auto}}@media (max-width:900px){.resto-historia{grid-template-columns:1fr;gap:2.5rem}.resto-historia__img-frame{height:340px}.resto-contacto{grid-template-columns:1fr;gap:2.5rem}.resto-menu-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.resto-footer__grid{grid-template-columns:1fr;gap:2rem}.resto-footer__tagline{max-width:none}}@media (max-width:768px){.resto-section{padding:4rem 1rem}.resto-hero__content{padding:7rem 1rem 4rem}.resto-hero__actions{flex-direction:column;align-items:flex-start}.resto-galeria{grid-template-columns:repeat(2,1fr)}.resto-galeria__item{height:180px}.resto-form__row{grid-template-columns:1fr}.resto-historia__stats{gap:1.5rem}}@media (max-width:480px){.resto-galeria{grid-template-columns:1fr}}