body,html{height:100%}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1 0 auto}footer{flex-shrink:0}@media (max-width:768px){body{padding-bottom:0}}.full-menu-section{background-color:var(--bg-white)}.menu-categories{display:flex;flex-direction:column;gap:4rem}.menu-category h3{text-align:center;font-size:2rem;color:var(--primary-red);margin-bottom:2rem;position:relative;display:inline-block;width:100%}.menu-items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.menu-item{border-bottom:1px dashed #e0e0e0;padding-bottom:1rem;break-inside:avoid}.item-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.item-name{font-family:var(--font-heading);font-weight:700;font-size:1.1rem;color:var(--accent-dark)}.item-desc{font-size:.95rem;color:var(--text-muted)}