body { background: var(--client-surface); color: var(--client-text); }
.demo-notice { position: relative; z-index: 60; border-bottom: 1px solid rgba(255,255,255,.25); background: #052f3d; color: #fff; }
.demo-notice__inner { display: grid; gap: .65rem; padding-block: .65rem; font-size: .82rem; }
.demo-notice__copy { display: grid; gap: .2rem; }
.demo-notice strong { color: #ffd7bf; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.demo-return-link { min-height: 2.75rem; display: inline-flex; align-items: center; width: fit-content; padding: .45rem .7rem; border: 1px solid rgba(255,255,255,.45); border-radius: .4rem; color: #fff; font-weight: 800; line-height: 1.25; text-decoration: none; }
.demo-return-link:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.menu-hero { position: relative; min-height: 35rem; display: grid; align-items: end; isolation: isolate; overflow: hidden; background: var(--client-primary); color: #fff; }
.menu-hero__art { position: absolute; inset: 0; z-index: -2; overflow: hidden; background: linear-gradient(140deg, #062f3c, #0c6071); }
.menu-hero__art picture, .menu-hero__art img { width: 100%; height: 100%; }
.menu-hero__art img { object-fit: cover; object-position: center; }
.photo-placeholder::before { content: ""; position: absolute; width: 18rem; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(255,255,255,.035), 0 0 0 8rem rgba(255,255,255,.025); }
.menu-hero__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,30,38,.9), rgba(3,30,38,.06) 75%); }
.menu-hero__content { padding-block: 7rem 3rem; }
.menu-hero h1 { max-width: 18ch; margin: 0; font: 750 clamp(2.7rem, 11vw, 5.6rem)/.98 ui-serif, Georgia, Cambria, serif; letter-spacing: -.045em; text-wrap: balance; }
.menu-hero__content > p:not(.eyebrow) { max-width: 40rem; margin: 1.25rem 0 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 3vw, 1.25rem); }
.menu-hero .eyebrow { color: #ffd7bf; }
.language-switch { display: flex; gap: .35rem; margin-top: 2rem; }
.language-switch a { min-width: 3rem; min-height: 3rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; font-size: .8rem; font-weight: 800; text-decoration: none; }
.language-switch a[aria-current="page"] { background: #fff; color: var(--client-primary); }
.category-nav { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid #cddedc; background: rgba(248,244,236,.96); }
.category-nav__scroll { display: flex; gap: .6rem; padding-block: .75rem; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: var(--client-accent) transparent; }
.category-nav a { flex: 0 0 auto; min-height: 2.8rem; display: grid; place-items: center; padding: .55rem 1rem; border: 1px solid #a9c4c2; border-radius: 999px; color: #174955; font-size: .8rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.category-nav a:hover, .category-nav a[aria-current="true"] { border-color: var(--client-primary); background: var(--client-primary); color: #fff; }
.menu-content { padding-block: clamp(3rem, 8vw, 6rem); }
.menu-intro { max-width: 46rem; margin-bottom: 4rem; }
.menu-intro .eyebrow { color: #a84627; }
.menu-intro h2, .allergen-note h2, .sales-cta h2 { margin: 0; font: 720 clamp(2rem, 7vw, 4rem)/1.04 ui-serif, Georgia, serif; color: var(--client-primary); letter-spacing: -.035em; }
.menu-intro > p { max-width: 39rem; color: #4c6268; }
.menu-intro > p:last-child { font-size: .88rem; }
.menu-section { margin-block: 0 clamp(5rem, 12vw, 8rem); scroll-margin-top: 6.5rem; }
.section-heading { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; margin-bottom: 1.75rem; border-top: 2px solid var(--client-primary); padding-top: 1rem; }
.section-heading__number { margin: .15rem 0 0; color: #a84627; font-weight: 800; }
.section-heading h2 { margin: 0; color: var(--client-primary); font: 720 clamp(2rem, 8vw, 3.5rem)/1 ui-serif, Georgia, serif; }
.section-heading p { margin: .45rem 0 0; color: #526b70; }
.product-grid { display: grid; gap: 1rem; }
.product-card { display: grid; overflow: hidden; border: 1px solid #cbdcd9; border-radius: 1rem; background: #fff; box-shadow: 0 8px 28px rgba(7,59,76,.06); }
.product-card__visual { position: relative; aspect-ratio: 4 / 3; min-height: 12rem; overflow: hidden; }
.product-card__visual picture { display: block; width: 100%; height: 100%; }
.product-card__visual img, .photo-placeholder { width: 100%; height: 100%; min-height: 12rem; object-fit: cover; }
.photo-placeholder { position: relative; display: grid; place-items: center; overflow: hidden; padding: 1.5rem; background: linear-gradient(145deg, #0e6573, #62aaa6); color: #fff; text-align: center; }
.photo-placeholder::before { width: 8rem; }
.photo-placeholder span { position: relative; z-index: 1; max-width: 12rem; font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.product-badge { position: absolute; top: .75rem; left: .75rem; padding: .4rem .65rem; border-radius: 999px; background: #fff3e8; color: #873619; font-size: .7rem; font-weight: 800; }
.product-card__body { padding: 1.25rem; }
.product-card__heading { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1rem; align-items: start; }
.product-card h3 { margin: 0; color: var(--client-primary); font: 720 1.4rem/1.08 ui-serif, Georgia, serif; }
.price { margin: 0; color: #a84627; font-weight: 850; white-space: nowrap; }
.price span { display: block; color: #65777b; font-size: .62rem; letter-spacing: .1em; text-align: right; }
.product-description { margin: .8rem 0; color: #52676d; }
.variations { margin: 1rem 0; padding: 0; list-style: none; border-top: 1px solid #dbe6e3; }
.variations li { display: flex; justify-content: space-between; gap: 1rem; padding-block: .55rem; border-bottom: 1px solid #dbe6e3; }
.labels { display: flex; flex-wrap: wrap; gap: .4rem; margin: 1rem 0 .5rem; padding: 0; list-style: none; }
.labels li { padding: .3rem .55rem; border: 1px solid #6b918d; border-radius: 999px; color: #28534e; font-size: .72rem; font-weight: 700; }
.allergens, .availability { margin: .65rem 0 0; font-size: .78rem; }
.allergens { color: #594c45; }
.availability { padding: .65rem; border-left: .25rem solid #b14c2b; background: #fff1e8; color: #742b15; }
.product-card--unavailable .product-card__visual { filter: grayscale(1); opacity: .72; }
.allergen-note, .sales-cta { margin-block: 4rem; padding: clamp(1.5rem, 6vw, 3rem); border-radius: 1rem; }
.allergen-note { border: 1px solid #c6d8d5; background: #edf4f1; }
.allergen-note h2 { font-size: clamp(1.5rem, 5vw, 2.2rem); }
.sales-cta { background: var(--client-primary); color: #fff; }
.sales-cta .eyebrow, .sales-cta h2 { color: #fff; }
.cta-unavailable { margin-bottom: 0; color: #d4e3df; }
.button { display: inline-flex; min-height: 3rem; align-items: center; margin-top: 1rem; padding: .75rem 1rem; border-radius: .4rem; background: var(--client-accent); color: #fff; font-weight: 800; text-decoration: none; }
.sales-cta__primary { background: var(--client-accent); }
.button--secondary { margin-left: .5rem; border: 1px solid rgba(255,255,255,.65); background: transparent; }
.menu-footer { padding: 2rem 0 calc(2rem + env(safe-area-inset-bottom)); background: #052f3d; color: #fff; }
.menu-footer .shell { display: grid; gap: .4rem; }
.menu-footer p { margin: 0; }
.menu-credit { color: #b9d0cc; font-size: .82rem; }
.menu-footer__note { max-width: 38rem; color: #b9d0cc; font-size: .78rem; }
@media (min-width: 720px) {
    .demo-notice__inner { grid-template-columns: minmax(0,1fr) auto; gap: 1rem; align-items: center; }
    .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .product-card--featured { grid-column: 1 / -1; grid-template-columns: minmax(15rem, 1.1fr) minmax(18rem, 1fr); }
    .product-card--featured .product-card__visual { aspect-ratio: auto; min-height: 22rem; }
    .product-card--featured .photo-placeholder { min-height: 22rem; }
    .product-grid--single .product-card { max-width: 44rem; }
    .product-card__body { padding: 1.6rem; }
}
@media (min-width: 1050px) { .menu-hero { min-height: 42rem; } .menu-hero__content { padding-bottom: 5rem; } }
@media (max-width: 719px) {
    .sales-cta .button { width: 100%; justify-content: center; }
    .sales-cta .button--secondary { margin-left: 0; }
    .product-description { font-size: 1rem; }
    .variations { font-size: .95rem; }
    .labels li { font-size: .78rem; }
    .allergens, .availability { font-size: .85rem; }
}
@media (max-width: 380px) { .shell { width: min(100% - 1.25rem, var(--shell)); } .product-card__heading { grid-template-columns: 1fr; } .price span { display: inline; } }
