.lunch-page {
    background:
        radial-gradient(circle at top center, rgba(176, 139, 87, 0.16) 0%, rgba(176, 139, 87, 0) 24%),
        linear-gradient(180deg, #070707 0%, #101010 42%, #090909 100%);
}

.lunch-page__hero {
    position: relative;
    overflow: hidden;
    padding: 220px 0 136px;
    background: #080808;
    isolation: isolate;
}

.lunch-page__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.58) 48%, rgba(0, 0, 0, 0.76) 100%),
        radial-gradient(circle at center top, rgba(176, 139, 87, 0.14) 0%, rgba(176, 139, 87, 0) 40%);
}

.lunch-page__hero::after {
    content: "";
    position: absolute;
    inset: -24px;
    z-index: 0;
    background: var(--lunch-hero-bg) center center / cover no-repeat;
    filter: blur(6px) brightness(0.42);
    transform: scale(1.06);
}

.lunch-page__hero-inner,
.lunch-current__head,
.lunch-history__head,
.lunch-archive__head,
.lunch-page__empty {
    position: relative;
    z-index: 2;
}

.lunch-page__hero-inner {
    max-width: 860px;
}

.lunch-page__eyebrow {
    margin: 0 0 18px;
    color: var(--bronze-light);
    font-size: 12px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

.lunch-page__hero-title,
.lunch-page__section-title {
    margin: 0;
    line-height: 0.96;
}

.lunch-page__hero-title {
    max-width: 720px;
    font-size: 60px;
}

.lunch-page__hero-text,
.lunch-page__section-text,
.lunch-current__aside-text,
.lunch-current__gallery-text,
.lunch-history__item-text,
.lunch-archive__text {
    color: var(--text-muted);
    font-size: 17px;
    line-height: 1.82;
}

.lunch-page__hero-text {
    margin: 22px 0 0;
    max-width: 760px;
    color: var(--text-main);
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.62;
}

.lunch-page__hero-note {
    margin: 18px 0 0;
    color: rgba(245, 245, 245, 0.78);
    font-size: 15px;
    letter-spacing: 0.2px;
}

.lunch-page__hero-actions,
.lunch-current__aside-actions,
.lunch-current__gallery-actions,
.lunch-history__archive-action {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.lunch-page__hero-actions > a,
.lunch-current__aside-actions > a,
.lunch-current__gallery-actions > a,
.lunch-history__archive-action > a,
.lunch-history__item-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
}

.lunch-page__hero-actions .secondary-btn,
.lunch-current__aside-actions .secondary-btn,
.lunch-current__gallery-actions .secondary-btn,
.lunch-history__item-link.secondary-btn {
    padding: 0 34px;
    border: 1px solid rgba(226, 209, 163, 0.3);
    background: rgba(9, 9, 9, 0.26);
    backdrop-filter: blur(6px);
}

.lunch-current__head,
.lunch-history__head,
.lunch-archive__head {
    max-width: 760px;
    margin-bottom: 42px;
}

.lunch-page__section-title {
    font-size: clamp(38px, 4vw, 56px);
}

.lunch-page__period {
    margin: 18px 0 0;
    color: var(--bronze-light);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.lunch-current__grid,
.lunch-entry .lunch-current__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 28px;
    align-items: start;
}

.lunch-current__menu-frame,
.lunch-current__aside-card,
.lunch-current__gallery-block,
.lunch-history__item,
.lunch-history__empty,
.lunch-page__empty,
.lunch-archive__card {
    border: 1px solid rgba(226, 209, 163, 0.14);
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.96) 0%, rgba(10, 10, 10, 0.98) 100%);
    box-shadow: 0 28px 52px rgba(0, 0, 0, 0.28);
}

.lunch-current__menu-frame {
    padding: 18px;
}

.lunch-current__menu-image,
.lunch-current__dish-image,
.lunch-archive__thumb-image {
    display: block;
    width: 100%;
    height: 100%;
}

.lunch-current__menu-image {
    max-height: 980px;
    object-fit: contain;
}

.lunch-current__menu-placeholder {
    display: grid;
    place-items: center;
    min-height: 560px;
    padding: 24px;
    color: var(--bronze-light);
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background:
        radial-gradient(circle at top left, rgba(226, 209, 163, 0.18) 0%, rgba(226, 209, 163, 0) 44%),
        linear-gradient(180deg, rgba(18, 18, 18, 0.98) 0%, rgba(10, 10, 10, 0.98) 100%);
}

.lunch-current__caption {
    margin: 14px 0 0;
    color: rgba(245, 245, 245, 0.68);
    font-size: 14px;
    letter-spacing: 0.3px;
}

.lunch-current__aside {
    display: grid;
    gap: 18px;
}

.lunch-current__aside-card {
    padding: 26px;
}

.lunch-current__aside-card--content p:last-child {
    margin-bottom: 0;
}

.lunch-current__aside-title,
.lunch-current__gallery-title,
.lunch-history__item-title,
.lunch-archive__title {
    margin: 0;
    font-size: 30px;
    line-height: 1.04;
}

.lunch-current__aside-text,
.lunch-current__gallery-text,
.lunch-history__item-text,
.lunch-archive__text {
    margin: 12px 0 0;
}

.lunch-current__gallery-block {
    margin-top: 30px;
    padding: 30px;
}

.lunch-current__gallery-head {
    max-width: 720px;
    margin-bottom: 24px;
}

.lunch-current__gallery-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr) minmax(0, 0.88fr);
    gap: 18px;
}

.lunch-current__gallery-grid.is-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lunch-current__gallery-item {
    display: grid;
    grid-template-rows: minmax(220px, auto) auto;
    overflow: hidden;
    border: 1px solid rgba(226, 209, 163, 0.12);
    background: #111;
}

.lunch-current__gallery-item.is-featured {
    grid-row: span 2;
    min-height: 420px;
}

.lunch-current__dish-media {
    min-height: 100%;
    background: #111;
}

.lunch-current__dish-image {
    height: 100%;
    object-fit: cover;
}

.lunch-current__dish-copy {
    display: grid;
    gap: 10px;
    padding: 18px 18px 20px;
    border-top: 1px solid rgba(226, 209, 163, 0.1);
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.94) 0%, rgba(10, 10, 10, 0.98) 100%);
}

.lunch-current__dish-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.08;
}

.lunch-current__dish-text {
    margin: 0;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.72;
}

.lunch-current__dish-placeholder {
    display: grid;
    place-items: center;
    min-height: 260px;
    padding: 20px;
    color: var(--bronze-light);
    font-size: 14px;
    letter-spacing: 1.8px;
    text-align: center;
    text-transform: uppercase;
    background:
        radial-gradient(circle at top left, rgba(226, 209, 163, 0.14) 0%, rgba(226, 209, 163, 0) 48%),
        linear-gradient(180deg, rgba(18, 18, 18, 0.98) 0%, rgba(10, 10, 10, 0.98) 100%);
}

.lunch-current__gallery-empty {
    padding: 26px;
    border: 1px solid rgba(226, 209, 163, 0.14);
    background: rgba(10, 10, 10, 0.8);
}

.lunch-current__gallery-empty h3 {
    margin: 0;
    font-size: 28px;
}

.lunch-current__gallery-empty p {
    margin: 12px 0 0;
    color: var(--text-muted);
    line-height: 1.8;
}

.lunch-history__list {
    display: grid;
    gap: 18px;
}

.lunch-history__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 24px 26px;
}

.lunch-history__item-copy {
    min-width: 0;
}

.lunch-history__item-title {
    font-size: 26px;
}

.lunch-history__item-link {
    min-width: 132px;
}

.lunch-archive__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.lunch-archive__card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
}

.lunch-archive__thumb {
    min-height: 100%;
    background: #111;
}

.lunch-archive__thumb-image {
    object-fit: cover;
}

.lunch-archive__body {
    padding: 24px;
}

.lunch-archive__title {
    font-size: 28px;
}

.pagination-nav {
    margin-top: 36px;
}

@media (max-width: 1180px) {
    .lunch-page__hero {
        padding: 204px 0 124px;
    }

    .lunch-current__grid,
    .lunch-entry .lunch-current__grid,
    .lunch-archive__grid {
        grid-template-columns: 1fr;
    }

    .lunch-archive__card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 920px) {
    .lunch-page__hero {
        padding: 182px 0 106px;
    }

    .lunch-page__hero-title {
        font-size: 52px;
    }

    .lunch-current__gallery-grid,
    .lunch-current__gallery-grid.is-compact {
        grid-template-columns: 1fr;
    }

    .lunch-current__gallery-item.is-featured {
        grid-row: auto;
        min-height: 320px;
    }

    .lunch-history__item {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 767px) {
    .lunch-page__hero {
        padding: 156px 0 92px;
    }

    .lunch-page__hero-title {
        font-size: 42px;
    }

    .lunch-page__hero-text,
    .lunch-page__section-text,
    .lunch-current__aside-text,
    .lunch-current__gallery-text,
    .lunch-history__item-text,
    .lunch-archive__text {
        font-size: 16px;
    }

    .lunch-page__section-title {
        font-size: 34px;
    }

    .lunch-current__menu-frame,
    .lunch-current__aside-card,
    .lunch-current__gallery-block,
    .lunch-history__item,
    .lunch-page__empty,
    .lunch-archive__body {
        padding: 20px;
    }

    .lunch-page__hero-actions,
    .lunch-current__aside-actions,
    .lunch-current__gallery-actions,
    .lunch-history__archive-action {
        flex-direction: column;
        align-items: stretch;
    }

    .lunch-page__hero-actions > a,
    .lunch-current__aside-actions > a,
    .lunch-current__gallery-actions > a,
    .lunch-history__archive-action > a,
    .lunch-history__item-link {
        width: 100%;
    }

    .lunch-current__menu-placeholder {
        min-height: 360px;
        font-size: 28px;
    }

    .lunch-current__dish-copy {
        padding: 16px;
    }

    .lunch-current__dish-title {
        font-size: 22px;
    }
}
