:root{--red:#b51e2d;--red-dark:#8e1220;--ink:#161616;--soft:#f5f5f3;--line:#dededb;--muted:#5e5e5b;--paper:#fff;--background:#fff;color-scheme:light;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #edaa26;outline-offset:4px}button:disabled{cursor:wait;opacity:.6}[hidden]{display:none!important}.wrap{max-width:1220px;padding:0 42px;margin:auto}.checker{height:18px;background:conic-gradient(#181818 25%,#fff 0 50%,#181818 0 75%,#fff 0) 0 0/24px 24px}.top-checker{height:24px;background-size:24px 24px}.masthead{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);height:133px}.brand{display:block;flex-shrink:0}.logo-cut{display:block;width:194px;height:100px;position:relative;overflow:hidden;background:white}.logo-cut img{position:absolute;width:350px;height:auto;max-width:none;top:-75px;left:-87px}.brand-secondary{text-align:right;display:grid;gap:7px}.eyebrow{font-size:.75rem;line-height:1.6;font-weight:800;letter-spacing:.16em;margin:0}.red{color:var(--red)}.glotona{font:bold italic 2.4rem Georgia,serif;color:var(--red)}.intro{display:flex;align-items:flex-end;justify-content:space-between;padding:38px 0 27px;gap:20px}h1{font-size:clamp(2.6rem,5.5vw,4.7rem);letter-spacing:-.055em;line-height:1.08;margin:8px 0 0;font-weight:850}h1 em{font-family:Georgia,serif;font-weight:400;color:var(--red);letter-spacing:-.06em}.intro-note{font-size:.94rem;line-height:1.7;color:var(--muted);margin:0 0 4px;text-align:right}.group-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;background:var(--ink);padding:5px;border-radius:4px;margin-bottom:36px}.group-nav button{border:0;background:transparent;color:#e8e8e8;padding:17px 14px;display:flex;justify-content:center;align-items:center;gap:12px;font-weight:700;font-size:1rem;border-radius:2px}.group-nav button span{font-size:.75rem;opacity:.6;font-weight:400;font-variant-numeric:tabular-nums}.group-nav button[aria-pressed=true]{background:var(--red);color:#fff}.group-nav button:hover{background:#343434}.group-nav button[aria-pressed=true]:hover{background:var(--red-dark)}.menu-layout{display:grid;grid-template-columns:225px minmax(0,1fr);gap:40px;min-height:370px}.side-title{color:var(--muted);margin:0 0 16px 12px}#folder-aside{align-self:start;position:sticky;top:20px}#folders{display:flex;flex-direction:column;gap:6px}#folders button{position:relative;text-align:left;border:0;background:transparent;border-radius:0 5px 5px 0;border-left:3px solid transparent;min-height:48px;padding:10px 12px;font-size:.94rem;color:#555;display:flex;gap:10px;align-items:center;justify-content:space-between;width:100%;line-height:1.4}#folders button small{font-size:.75rem;color:#777;font-variant-numeric:tabular-nums}#folders button[aria-current=true]{background:#f9edef;color:var(--red);border-left-color:var(--red);font-weight:700}#folders button:hover{background:var(--soft)}#contenido{min-width:0;outline:none}.section-heading{display:flex;gap:18px;justify-content:space-between;align-items:flex-start;padding-bottom:18px;border-bottom:2px solid var(--ink);margin-bottom:4px}.section-heading h2{font-size:clamp(1.8rem,3vw,2.5rem);letter-spacing:-.04em;margin:0;line-height:1.16}.section-number{font:bold italic 2.6rem Georgia,serif;color:#b9b9b5;line-height:1}.section-note{font-size:.94rem;line-height:1.7;color:var(--muted);padding:15px 0 10px;margin:0}.section-note.long{font-size:.9rem}.dishes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px}.dish{display:flex;gap:18px;padding:26px 0;border-bottom:1px solid var(--line);min-width:0;align-items:flex-start}.dish-body{flex:1;min-width:0}.dish h3{font-size:1.1rem;margin:0 0 10px;line-height:1.4;letter-spacing:-.015em}.dish-description{font-size:.94rem;color:var(--muted);line-height:1.65;margin:0 0 14px}.prices{display:flex;flex-wrap:wrap;gap:10px 22px}.price{display:flex;flex-direction:column;gap:3px}.price-label{font-size:.8rem;line-height:1.4;color:#686865}.price-value{color:var(--red);font-weight:800;font-size:1.16rem;white-space:nowrap;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.dish-photo{padding:0;border:0;flex:0 0 100px;width:100px;height:110px;background:var(--soft);border-radius:4px;overflow:hidden}.dish-photo img{width:100%;height:100%;object-fit:cover;display:block}.dishes.has-photos{grid-template-columns:1fr}.dishes.has-photos .dish{padding:24px 0}.dishes.has-photos .dish-photo{flex-basis:150px;width:150px;height:130px}.dish:has(.dish-photo) .prices{margin-top:12px}.status{padding:35px 25px;margin:15px 0 50px;background:var(--soft);border-left:3px solid var(--red);line-height:1.6}.status.error{color:var(--red-dark)}.status button{margin-top:15px}.primary,.secondary,.danger{border:0;border-radius:4px;padding:12px 20px;font-size:.94rem;font-weight:700;display:inline-flex;gap:8px;align-items:center;justify-content:center;text-decoration:none;min-height:45px}.primary{color:white;background:var(--red)}.primary:hover{background:var(--red-dark)}.secondary{color:var(--ink);background:#eeeeeb;border:1px solid #d7d7d3}.danger{color:#9b1825;background:#f9e9eb}.empty{border:1px dashed #c6c6c2;padding:42px 26px;margin-top:24px;color:var(--muted);text-align:center;line-height:1.7}.empty strong{font-size:1.2rem;display:block;color:var(--ink);margin-bottom:8px}.facilities-layout{grid-template-columns:1fr}.facilities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:24px}.facility{margin:0}.facility button{padding:0;border:0;background:var(--soft);width:100%;height:220px;overflow:hidden;border-radius:4px}.facility img{width:100%;height:100%;object-fit:cover;display:block}.facility h3{font-size:1.15rem;margin:16px 0 8px}.facility p{font-size:1rem;line-height:1.7;color:var(--muted);margin:0}.footer{margin-top:75px;background:var(--ink);color:#fff}.footer .checker{height:16px}.footer-inner{display:flex;justify-content:space-between;padding-top:35px;padding-bottom:40px;gap:40px}.footer strong{font-size:1.12rem;letter-spacing:-.02em}.footer strong span{color:#e96874;margin:0 9px}.footer p{font-size:.8rem;line-height:1.7;color:#bcbcb9;max-width:580px;margin:14px 0 0}.footer-links{display:grid;gap:15px;align-content:start;font-size:.875rem;white-space:nowrap}.footer-links a:last-child{font-size:.8rem;color:#bcbcb9}.lightbox{border:0;background:white;padding:16px;border-radius:6px;max-width:min(900px,94vw);max-height:92dvh}.lightbox::backdrop{background:#000c}.lightbox img{display:block;max-width:100%;max-height:74dvh;object-fit:contain;margin:auto}.lightbox p{padding:5px 32px 0 0;font-size:1rem;line-height:1.5}.close-button{border:0;background:var(--ink);color:white;width:40px;height:40px;font-size:1.6rem;border-radius:50%;position:absolute;right:18px;top:18px;z-index:2}.skip{position:absolute;left:15px;top:-100px;padding:15px;z-index:99;background:white}.skip:focus{top:15px}.page-title{margin:30px 0}.subtle{font-size:.9rem;color:var(--muted);line-height:1.7}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1000px){.dishes:has(.dish:nth-child(7)) .dish-description{font-size:.9rem}}@media(max-width:950px){.wrap{padding-left:28px;padding-right:28px}.menu-layout{grid-template-columns:190px minmax(0,1fr);gap:28px}.dishes{grid-template-columns:1fr}.group-nav button{gap:9px;padding:16px 8px}.facilities-layout{grid-template-columns:1fr}.facilities-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.wrap{padding-left:20px;padding-right:20px}.masthead{height:103px}.logo-cut{transform:scale(.8);transform-origin:left center;width:176px;margin-right:-30px}.brand-secondary .eyebrow{font-size:.65rem;letter-spacing:.08em}.glotona{font-size:1.6rem}.intro{padding:29px 0 23px}.intro .eyebrow{font-size:.68rem;letter-spacing:.12em}.intro-note{display:none}h1{font-size:3.1rem}.group-nav{margin-bottom:23px;gap:0;padding:4px;grid-template-columns:1fr 1fr}.group-nav button{font-size:.94rem;padding:14px 10px;justify-content:flex-start;gap:9px}.group-nav button span{font-size:.75rem}.menu-layout{grid-template-columns:1fr;gap:22px;min-height:330px}#folder-aside{position:static;min-width:0;overflow:hidden}.side-title{display:none}#folders{flex-direction:row;gap:8px;overflow:auto;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:#bbb transparent}#folders button{flex:0 0 auto;width:auto;white-space:nowrap;min-height:43px;border:1px solid #d5d5d1;border-radius:4px;padding:10px 14px;font-size:.875rem}#folders button[aria-current=true]{background:var(--red);color:#fff;border-color:var(--red)}#folders button[aria-current=true] small{color:#f7cbd0}.section-heading{padding-bottom:16px}.section-heading h2{font-size:1.9rem}.section-number{font-size:2rem}.dish{padding:23px 0}.dish h3{font-size:1.125rem}.dish-description{font-size:.96rem}.dish-photo,.dishes.has-photos .dish-photo{flex:0 0 96px;width:96px;height:106px}.dishes.has-photos .dish{gap:15px}.prices{gap:12px 24px}.price-value{font-size:1.18rem}.facilities-grid{grid-template-columns:1fr}.facility button{height:240px}.footer{margin-top:48px}.footer-inner{display:block;padding-top:30px;padding-bottom:35px}.footer-links{margin-top:25px;gap:18px;white-space:normal}.footer p{font-size:.82rem}.footer strong{font-size:1.08rem}.section-note{font-size:.94rem}.lightbox{padding:10px}.empty{padding:32px 18px}}
@media(prefers-reduced-motion:no-preference){.dish,.facility{animation:enter .22s ease-out}@keyframes enter{from{opacity:.35;transform:translateY(5px)}to{opacity:1;transform:none}}}
@media print{.group-nav,#folder-aside,.footer-links{display:none}.wrap{padding:0}.dish{break-inside:avoid}.menu-layout{display:block}.footer{background:white;color:black}.footer p{color:#555}}

/* Personalización de la carta */
.group-nav{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.group-nav button{overflow-wrap:anywhere}.intro-note{white-space:pre-line}.logo-cut.custom-logo img{position:static;max-width:100%;width:100%;height:100%;object-fit:contain}.brand-secondary{min-width:0;max-width:60%;overflow-wrap:anywhere}.glotona{line-height:1.15}#menu-heading,#menu-accent{overflow-wrap:anywhere}.footer strong{overflow-wrap:anywhere}
@media(max-width:640px){.group-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.group-nav button{white-space:normal}.brand-secondary{max-width:50%}.brand-secondary .glotona{font-size:clamp(1.1rem,5vw,1.6rem)}}
