@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,500;1,9..144,600&family=Work+Sans:wght@400;500;600;700&display=swap";:root{--cream:#fbf1e1;--cream-alt:#f5e6cc;--surface:#fffcf6;--surface-line:#3a281a24;--ink:#3a281a;--ink-soft:#6e5a46;--ink-faint:#9c8a76;--gold:#b4842c;--gold-light:#d9ad5f;--gold-wash:#b4842c1a;--pink:#d98ca0;--pink-deep:#b85f76;--pink-wash:#d98ca024;--terracotta:#c1703c;--terracotta-deep:#9c5527;--terracotta-wash:#c1703c24;--action:#3a281a;--action-hover:#241708;--whatsapp:#2fae60;--font-display:"Fraunces", "Iowan Old Style", ui-serif, Georgia, serif;--font-body:"Work Sans", system-ui, -apple-system, sans-serif;--h1:clamp(2.6rem, 9vw, 4.6rem);--h2:clamp(1.9rem, 5.5vw, 3rem);--h3:clamp(1.2rem, 3vw, 1.5rem);--eyebrow:.8rem;--body:clamp(1rem, 2.4vw, 1.0625rem);--small:.875rem;--maxw:1180px;--section-pad:clamp(3.5rem, 9vw, 6.5rem);--radius:18px;--radius-sm:10px;--shadow:0 10px 34px #3a281a14;--shadow-lg:0 22px 60px #3a281a29}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:var(--font-body);font-size:var(--body);-webkit-font-smoothing:antialiased;margin:0;line-height:1.55;overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:inherit}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,2.5rem)}section{padding-block:var(--section-pad)}h1,h2,h3{font-family:var(--font-display);color:var(--ink);margin:0;font-weight:500}.eyebrow{font-size:var(--eyebrow);letter-spacing:.14em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.5em;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:var(--gold);width:22px;height:1px}.section-head{max-width:640px;margin-bottom:clamp(2rem,6vw,3rem)}.section-head h2{margin-top:.6rem}.section-head p{color:var(--ink-soft);font-size:var(--body);margin:.9rem 0 0}.btn{font-family:var(--font-body);cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.6rem;padding:.9rem 1.6rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.btn-primary{background:var(--action);color:var(--cream);box-shadow:var(--shadow)}.btn-primary:hover{background:var(--action-hover);transform:translateY(-2px)}.btn-ghost{border-color:var(--surface-line);color:var(--ink);background:0 0}.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.btn svg{flex-shrink:0;width:1.15em;height:1.15em}.stamp{--size:118px;width:var(--size);height:var(--size);border:1.5px dashed var(--gold);text-align:center;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;transform:rotate(-8deg)}.stamp span{font-family:var(--font-display);color:var(--gold);padding:0 .6rem;font-size:.8rem;font-style:italic;line-height:1.25}.section-divider{color:var(--gold);justify-content:center;align-items:center;gap:.9rem;display:flex}.section-divider:before,.section-divider:after{content:"";background:var(--surface-line);width:clamp(40px,12vw,88px);height:1px}.section-divider svg{width:15px;height:15px}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}[data-reveal]{will-change:opacity, transform}.hero{isolation:isolate;padding-top:clamp(3.5rem,10vw,6rem);padding-bottom:clamp(4rem,10vw,6rem);position:relative;overflow:hidden}.hero:before,.hero:after{content:"";filter:blur(60px);z-index:-1;opacity:.55;border-radius:50%;position:absolute}.hero:before{background:var(--pink);opacity:.28;width:420px;height:420px;top:-160px;right:-120px}.hero:after{background:var(--gold-light);opacity:.3;width:340px;height:340px;bottom:-140px;left:-100px}.hero__inner{flex-direction:column;align-items:flex-start;gap:1.4rem;display:flex}.hero__top{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.hero__badge-row{color:var(--ink-soft);font-size:var(--small);align-items:center;gap:.6rem;display:flex}.hero__badge-row svg{width:1.1em;height:1.1em;color:var(--gold)}.hero h1{font-size:var(--h1);letter-spacing:-.01em;line-height:1.02}.hero h1 em{color:var(--pink-deep);font-style:italic}.hero__tagline{font-family:var(--font-display);color:var(--ink-soft);max-width:30ch;font-size:clamp(1.2rem,3.4vw,1.6rem);font-style:italic;font-weight:500}.hero__lead{max-width:46ch;color:var(--ink-soft);font-size:var(--body)}.hero__actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.4rem;display:flex}.hero__actions .btn-primary{background:var(--whatsapp);color:#fff}.hero__actions .btn-primary:hover{background:#24924d}.hero__alt-contact{font-size:var(--small);color:var(--ink-soft)}.hero__alt-contact a{color:var(--ink);text-decoration:underline;-webkit-text-decoration-color:var(--gold-light);text-decoration-color:var(--gold-light);text-underline-offset:3px;font-weight:600}.hero__stamp-wrap{position:absolute;top:clamp(3rem,8vw,4.5rem);right:clamp(1rem,5vw,4rem)}@media (width<=640px){.hero__stamp-wrap{margin-top:.5rem;position:static}.hero__top{flex-direction:column;align-items:flex-start}}.whatsapp-float{z-index:40;background:var(--whatsapp);color:#fff;width:58px;height:58px;box-shadow:var(--shadow-lg);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:fixed;bottom:1.1rem;right:1.1rem}.whatsapp-float svg{width:28px;height:28px}.catalogo{background:var(--surface)}.catalogo__group+.catalogo__group{margin-top:clamp(2.5rem,6vw,3.5rem)}.catalogo__group-head{align-items:baseline;gap:.8rem;margin-bottom:1.2rem;display:flex}.catalogo__group-head h3{font-size:var(--h3);font-weight:600}.catalogo__group-head .pill{font-size:var(--small);border-radius:999px;padding:.2rem .7rem;font-weight:600}.catalogo__group--dulce .catalogo__group-head .pill{background:var(--pink-wash);color:var(--pink-deep)}.catalogo__group--salado .catalogo__group-head .pill{background:var(--terracotta-wash);color:var(--terracotta-deep)}.catalogo__group--dulce{--group-accent:var(--pink-deep)}.catalogo__group--salado{--group-accent:var(--terracotta-deep)}.menu-list{border-top:1px solid var(--surface-line)}.menu-row{border-bottom:1px solid var(--surface-line);grid-template-columns:1fr auto;align-items:center;gap:.75rem 1.25rem;padding:.95rem 0;display:grid}.menu-row__name{font-family:var(--font-display);color:var(--ink);font-size:1.02rem;font-weight:500}.menu-row__prices{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.price-chip{border-radius:var(--radius-sm);background:var(--cream);flex-direction:column;align-items:flex-end;min-width:5.6rem;padding:.3rem .7rem;line-height:1.15;display:flex}.price-chip small{letter-spacing:.05em;text-transform:uppercase;color:var(--group-accent,var(--ink-faint));font-size:.68rem;font-weight:600}.price-chip strong{font-variant-numeric:tabular-nums;color:var(--ink);font-size:.95rem;font-weight:700}@media (width<=560px){.menu-row{grid-template-columns:1fr}.menu-row__prices{justify-content:flex-start}}.promos{background:var(--cream)}.promos__group+.promos__group{margin-top:clamp(2.5rem,6vw,3.5rem)}.promos__group-head{align-items:baseline;gap:.8rem;margin-bottom:1.3rem;display:flex}.promos__group-head h3{font-size:var(--h3);font-weight:600}.promos__group--salada{--group-accent:var(--terracotta-deep);--group-wash:var(--terracotta-wash)}.promos__group--dulce{--group-accent:var(--pink-deep);--group-wash:var(--pink-wash)}.promos__group--mixta{--group-accent:var(--gold);--group-wash:var(--gold-wash)}.promos__group-head .pill{font-size:var(--small);background:var(--group-wash);color:var(--group-accent);border-radius:999px;padding:.2rem .7rem;font-weight:600}.promo-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.promo-card{background:var(--surface);border:1px solid var(--surface-line);border-radius:var(--radius);box-shadow:var(--shadow);border-top:3px solid var(--group-accent);padding:1.2rem 1.3rem}.promo-card__head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.promo-card__name{font-family:var(--font-display);margin:0;font-size:1.05rem;font-weight:500}.promo-card__price{font-variant-numeric:tabular-nums;color:var(--group-accent);white-space:nowrap;font-size:1.05rem;font-weight:700}.promo-card details{margin-top:.6rem}.promo-card summary{cursor:pointer;font-size:var(--small);color:var(--ink-soft);align-items:center;gap:.4rem;font-weight:600;list-style:none;display:flex}.promo-card summary::-webkit-details-marker{display:none}.promo-card summary:after{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:7px;height:7px;margin-left:.15rem;transition:transform .2s;transform:rotate(45deg)}.promo-card details[open] summary:after{transform:rotate(-135deg)}.promo-card__contents{color:var(--ink-soft);font-size:var(--small);margin:.7rem 0 0;padding-left:1.1rem;line-height:1.6}.promo-card__contents li::marker{color:var(--group-accent)}.pedido{background:var(--surface)}.pedido__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.2rem;display:grid}.pedido__step{flex-direction:column;gap:.7rem;display:flex}.pedido__step-num{border:1.5px solid var(--gold);width:2.4rem;height:2.4rem;color:var(--gold);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-style:italic;display:flex}.pedido__step h4{font-family:var(--font-display);color:var(--ink);margin:0;font-size:1.1rem;font-weight:500}.pedido__step p{color:var(--ink-soft);font-size:var(--small);margin:0}.pedido__notice{background:var(--gold-wash);border:1px dashed var(--gold);border-radius:var(--radius);align-items:center;gap:.9rem;margin-bottom:2rem;padding:1.1rem 1.4rem;display:flex}.pedido__notice svg{width:1.6rem;height:1.6rem;color:var(--gold);flex-shrink:0}.pedido__notice p{color:var(--ink);margin:0;font-weight:600}.pedido__actions{flex-wrap:wrap;gap:1rem;display:flex}.pedido__actions .btn-primary{background:var(--whatsapp);color:#fff}.pedido__actions .btn-primary:hover{background:#24924d}@media (width<=720px){.pedido__grid{grid-template-columns:1fr;gap:1.6rem}}.galeria{background:var(--cream)}.galeria__card{background:linear-gradient(120deg, var(--pink-wash), var(--gold-wash));border:1px solid var(--surface-line);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:clamp(1.6rem,5vw,2.6rem);display:flex}.galeria__text h3{font-size:var(--h3);margin-bottom:.5rem;font-weight:600}.galeria__text p{color:var(--ink-soft);max-width:42ch;margin:0}.galeria__cta{background:var(--ink);color:var(--cream)}.galeria__cta:hover{background:var(--action-hover)}.footer{background:var(--ink);color:var(--cream);padding-block:clamp(3rem,7vw,4rem) 1.6rem}.footer__top{border-bottom:1px solid #fbf1e124;flex-wrap:wrap;justify-content:space-between;gap:2.4rem;padding-bottom:2.2rem;display:flex}.footer__brand{font-family:var(--font-display);font-size:1.4rem;font-style:italic}.footer__brand span{color:var(--gold-light)}.footer__tagline{color:#fbf1e19e;font-size:var(--small);max-width:32ch;margin:.4rem 0 0}.footer__col h5{font-size:var(--small);letter-spacing:.08em;text-transform:uppercase;color:var(--gold-light);margin:0 0 .8rem;font-weight:600}.footer__col ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer__col a{color:#fbf1e1d1;font-size:var(--small);text-decoration:none}.footer__col a:hover{color:var(--cream)}.footer__bottom{color:#fbf1e17a;flex-wrap:wrap;justify-content:space-between;gap:.6rem;padding-top:1.4rem;font-size:.78rem;display:flex}.footer__bottom a{color:#fbf1e1b3;text-decoration:none}.footer__bottom a:hover{color:var(--cream)}@media (width<=640px){.footer__bottom{flex-direction:column;align-items:flex-start;padding-bottom:4rem}}
