.dishes-section{margin-bottom:2.5rem}.dishes-section:last-child{margin-bottom:0}.dishes-section__title{font-size:1.25rem;font-weight:600;color:var(--color-brand);margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-border)}.dishes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.dish-card{background:var(--color-surface-0);border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s ease,transform .2s ease}.dish-card:hover{box-shadow:0 4px 12px #00000026}.dish-card--today{border:2px solid var(--color-success);box-shadow:0 2px 8px #22c55e33}.dish-card--today:hover{box-shadow:0 4px 16px #22c55e4d}.dish-card__link{display:block;text-decoration:none;color:inherit}.dish-card__image{aspect-ratio:4/3;overflow:hidden;background:var(--color-surface-2)}.dish-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.dish-card__content{padding:1rem}.dish-card__company{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--color-brand);line-height:1.3}.dish-card:hover .dish-card__company{color:var(--color-danger)}.dish-card__date{display:inline-block;font-size:.875rem;color:var(--color-text-muted)}.dish-card--today .dish-card__date{color:var(--color-success);font-weight:600}.dish-content{background:var(--color-surface-0);border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.dish-content__title{font-size:1.125rem;font-weight:600;color:var(--color-brand);margin:0 0 1rem}.dish-content__text{color:var(--color-text);line-height:1.7}.dish-images{margin-bottom:2rem}.dish-images__title{font-size:1.125rem;font-weight:600;color:var(--color-brand);margin:0 0 1rem}.dish-images__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.dish-images__item{border-radius:8px;overflow:hidden;background:var(--color-surface-2)}.dish-images__item a{display:block}.dish-images__item img{width:100%;height:auto;display:block;transition:transform .3s ease}.dish-images__item:hover img{transform:scale(1.05)}.company-info{background:var(--color-surface-1);border-radius:8px;padding:1.5rem;margin-bottom:2rem}.company-info__title{font-size:1.125rem;font-weight:600;color:var(--color-brand);margin:0 0 1rem}.company-info__list{margin:0 0 1.5rem}.company-info__item{display:flex;flex-direction:column;padding:.75rem 0;border-bottom:1px solid var(--color-border)}.company-info__item:last-child{border-bottom:none}.company-info__item dt{font-size:.75rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.company-info__item dd{margin:0;font-size:1rem;color:var(--color-text)}.company-info__item dd a{color:var(--color-brand);text-decoration:none}.company-info__item dd a:hover{text-decoration:underline}.company-info__link{text-align:center}@media(max-width:575px){.dishes-grid{grid-template-columns:1fr;gap:1rem}.dish-card__content{padding:.75rem}.dish-card__company{font-size:.9375rem}.dish-images__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.dish-content,.company-info{padding:1rem}}.back-link--centered{display:flex;justify-content:center;margin-top:2.5rem;padding-top:2rem}.back-link__button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--color-brand);color:var(--color-surface-0);text-decoration:none;border-radius:8px;font-size:1.125rem;font-weight:600;transition:background .2s ease,transform .2s ease}.back-link__button:hover{background:#152a4a;transform:translateY(-2px)}.back-link__icon{font-size:1.25rem}.back-link__text{white-space:nowrap}@media(max-width:575px){.back-link__button{width:100%;justify-content:center;padding:.875rem 1.5rem;font-size:1rem}}.dish-images__btn{display:block;width:100%;padding:0;border:none;background:none;cursor:pointer;border-radius:8px;overflow:hidden}.dish-images__btn:hover img{transform:scale(1.05)}.dish-images__btn img{transition:transform .3s ease}.dish-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.dish-modal.is-open{display:flex;align-items:center;justify-content:center}.dish-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000e6}.dish-modal__content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.dish-modal__img{max-width:100%;max-height:85vh;border-radius:8px}.dish-modal__close{position:absolute;top:-40px;right:0;background:none;border:none;color:var(--color-surface-0);font-size:2rem;cursor:pointer;padding:.5rem;line-height:1}.dish-modal__close:hover{color:var(--color-border-strong)}.dish-modal__prev,.dish-modal__next{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:var(--color-surface-0);font-size:2rem;cursor:pointer;padding:1rem .75rem;border-radius:4px;transition:background .2s ease}.dish-modal__prev:hover,.dish-modal__next:hover{background:#ffffff4d}.dish-modal__prev{left:-60px}.dish-modal__next{right:-60px}.dish-modal__counter{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);color:var(--color-surface-0);font-size:.875rem}@media(max-width:768px){.dish-modal__prev{left:10px}.dish-modal__next{right:10px}.dish-modal__close{top:10px;right:10px}.dish-modal__counter{bottom:10px}}
