*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.restaurant-container{max-width:1200px;margin:0 auto;padding:0 20px}.restaurant-navbar{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.restaurant-navbar .restaurant-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.restaurant-logo{font-size:1.5rem;font-weight:700;color:#d32f2f}.restaurant-nav-links{display:flex;list-style:none;gap:2rem}.restaurant-nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.restaurant-nav-links a:hover{color:#d32f2f}.restaurant-hero{background:#d32f2f;color:white;padding:100px 20px;text-align:center}.restaurant-hero-content h1{font-size:2.5rem;margin-bottom:1rem}.restaurant-hero-content p{font-size:1.2rem;opacity:.9}.restaurant-menu{padding:80px 20px;background:#f8f9fa}.restaurant-menu h2{text-align:center;font-size:2rem;margin-bottom:3rem;color:#333}.restaurant-menu-wrapper{display:flex;gap:3rem;align-items:flex-start}.restaurant-menu-categories{display:flex;flex-direction:column;gap:1rem;flex-shrink:0;width:200px}.restaurant-category-item{padding:1rem;background:white;border-radius:5px;text-align:center;font-weight:600;color:#333;cursor:pointer;transition:all .3s}.restaurant-category-item:hover{background:#d32f2f;color:white}.restaurant-menu-items{flex:1 1;display:flex;flex-direction:column;gap:3rem}.restaurant-menu-section{display:flex;flex-direction:column;gap:1.5rem}.restaurant-menu-section h3{font-size:1.5rem;color:#333;margin-bottom:.5rem}.restaurant-item-row{display:flex;gap:2rem;flex-wrap:wrap}.restaurant-menu-item{flex:1 1;min-width:280px;background:white;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:.5rem}.restaurant-item-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.restaurant-item-name{font-weight:600;color:#333;font-size:1.1rem}.restaurant-item-price{color:#d32f2f;font-weight:700;font-size:1.1rem;flex-shrink:0}.restaurant-item-desc{color:#666;font-size:.95rem;line-height:1.5}.restaurant-specials{padding:80px 20px;background:#f8f9fa}.restaurant-specials h2{text-align:center;font-size:2rem;margin-bottom:3rem;color:#333}.restaurant-specials-grid{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.restaurant-special-card{flex:1 1;min-width:250px;max-width:350px;background:white;padding:2rem;border-radius:8px;box-shadow:0 3px 10px rgba(0,0,0,.1);text-align:center;display:flex;flex-direction:column;gap:.5rem}.restaurant-special-card h3{color:#d32f2f;font-size:1rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.restaurant-special-name{font-size:1.3rem;font-weight:600;color:#333}.restaurant-special-desc{color:#666;font-size:.95rem}.restaurant-special-price{color:#d32f2f;font-size:1.5rem;font-weight:700;margin-top:.5rem}.restaurant-hours{padding:80px 20px}.restaurant-hours h2{font-size:2rem;margin-bottom:2rem;color:#333;text-align:center}.restaurant-hours-wrapper{display:flex;gap:4rem;align-items:flex-start;max-width:900px;margin:0 auto}.restaurant-hours-info{flex:1 1}.restaurant-hours-list{display:flex;flex-direction:column;gap:1rem}.restaurant-hour-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8f9fa;border-radius:5px}.restaurant-day{font-weight:600;color:#333}.restaurant-time{color:#666}.restaurant-location-info{flex:1 1;background:#f8f9fa;padding:2rem;border-radius:8px}.restaurant-location-info h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.restaurant-location-info p{color:#666;margin-bottom:.5rem;line-height:1.8}.restaurant-about{padding:80px 20px;text-align:center}.restaurant-about h2{font-size:2rem;margin-bottom:2rem;color:#333}.restaurant-about p{max-width:800px;margin:0 auto;color:#666;font-size:1.1rem}.restaurant-footer{background:#333;color:white;text-align:center;padding:2rem 20px}@media (max-width:768px){.restaurant-nav-links{flex-direction:column;gap:1rem}.restaurant-hero-content h1{font-size:2rem}.restaurant-menu-wrapper{flex-direction:column;gap:2rem}.restaurant-menu-categories{width:100%;flex-direction:row;overflow-x:auto}.restaurant-category-item{flex-shrink:0;min-width:120px}.restaurant-item-row{flex-direction:column}.restaurant-menu-item{min-width:100%}.restaurant-hours-wrapper{flex-direction:column;gap:2rem}.restaurant-specials-grid{flex-direction:column}}