/* Carta V4: buscador visible, categorías completas y tipografía mayor */
.menu-tools{display:grid;grid-template-columns:1fr;gap:16px;padding:18px 20px;position:relative;top:auto}.search{grid-row:1;width:100%;min-width:0;margin:0;min-height:54px;border:2px solid #ead8c3;font-size:22px;background:#fff}.search:before{content:"Buscar en toda la carta";font:800 13px Arial;color:#6e4d3d;white-space:nowrap;margin-left:4px}.search input{font-size:16px;padding:15px 13px}.search input::placeholder{color:#a39087}.categories{grid-row:2;display:flex;flex-wrap:wrap;overflow:visible;gap:10px;padding:0}.categories button{flex:1 1 auto;min-width:135px;max-width:230px;font-size:14px;line-height:1.2;padding:13px 18px;white-space:normal}.categories button:first-child{min-width:100px;max-width:120px}.section-title p{font-size:18px}.group-heading small{font-size:11px}.group-heading h3{font-size:30px}.dish h4{font-size:19px}.dish p{font-size:14px}.dish>strong{font-size:19px}.dish-no{font-size:12px}.menu-group{margin:28px 0}
@media(max-width:900px){.menu-tools{padding:14px}.search:before{display:none}.categories{gap:8px}.categories button{min-width:calc(50% - 4px);max-width:none;font-size:14px}.categories button:first-child{min-width:calc(50% - 4px);max-width:none}.group-heading h3{font-size:27px}.dish h4{font-size:17px}.dish p{font-size:13px}.dish>strong{font-size:17px}}
@media(max-width:520px){.menu-tools{padding:11px}.search{min-height:50px}.search input{font-size:15px}.categories button{min-width:calc(50% - 4px);padding:12px 8px;font-size:13px}.section-title p{font-size:15px}.group-heading h3{font-size:26px}.dish h4{font-size:16px}.dish p{font-size:13px;line-height:1.55}.dish>strong{font-size:16px}}
