@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;400;500;600;700&display=swap');* {margin: 0;padding: 0;box-sizing: border-box;}body {background-color: #EBEAE3;font-family: "Playfair Display", serif;}h2 {text-align: center;font-size: clamp(1.8rem, 5vw, 3rem);font-weight: 300;margin: clamp(1rem, 4vw, 2rem);}.menu-nav {border-bottom: 1px solid black;width: 100%;margin: 0 auto;}nav ul {margin-left: clamp(1rem, 3vw, 2rem);padding-bottom: clamp(0.5rem, 1.5vw, 1rem);display: flex;flex-wrap: wrap;justify-content: center;gap: 0.5rem;}nav ul li {display: inline-block;padding: clamp(0.3rem, 1.5vw, 0.8rem);}nav ul li a {text-decoration: none;color: black;padding: 0.3rem 0.8rem;font-size: clamp(0.9rem, 2vw, 1.3rem);white-space: nowrap;transition: color 0.2s;}nav ul li a:hover {color: #6f655a;}.cold_taste,.salads,.hot-tabs,.soup,.deserts {display: flex;flex-wrap: wrap;padding: clamp(1rem, 2vw, 2rem) clamp(1rem, 4vw, 3rem);justify-content: space-between;align-items: center;gap: 2rem;}.inner-section {flex: 1 1 400px;}.inner-section h3 {font-size: clamp(1.3rem, 3vw, 2rem);font-weight: 600;margin-bottom: 1rem;}.cold_taste img,.salads img,.hot-tabs img,.soup img,.deserts img {flex: 0 1 400px;width: 100%;max-width: 500px;height: auto;object-fit: cover;border-radius: 20px;display: block;margin: 0 auto;}.menu-item {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;gap: 1rem;margin-top: clamp(1rem, 2.5vw, 2rem);padding-right: 1rem;border-bottom: 1px dashed rgba(0, 0, 0, 0.1);padding-bottom: 1rem;}.inner-menu-item {flex: 2 1 250px;}.inner-menu-item h4 {font-size: clamp(1rem, 1.8vw, 1.3rem);font-weight: 550;margin-bottom: 0.3rem;}.inner-menu-item p {font-size: clamp(0.8rem, 1.3vw, 1rem);color: #4a4a4a;margin-top: 0.2rem;}.weight {flex: 0 0 auto;text-align: right;min-width: 70px;}.weight p {font-size: clamp(0.85rem, 1.3vw, 1rem);font-weight: 300;}.price {flex: 0 0 auto;font-size: clamp(1rem, 1.6vw, 1.2rem);font-weight: 600;min-width: 70px;text-align: right;}@media (max-width: 900px) {.cold_taste,.salads,.hot-tabs,.soup,.deserts {flex-direction: column;text-align: center;}.inner-section {width: 100%;}.menu-item {flex-direction: column;align-items: stretch;text-align: left;}.weight,.price {text-align: left;}nav ul li a {white-space: normal;}}@media (max-width: 600px) {
    .inner-menu-item{flex:1 1;}
    .menu-nav ul {justify-content: flex-start;overflow-x: auto;flex-wrap: nowrap;-webkit-overflow-scrolling: touch;padding-bottom: 0.8rem;}nav ul li a {font-size: 0.9rem;}.menu-item {margin-top: 1.2rem;}}@media (hover: none) {nav ul li a:hover {color: black;}}