:root {
    --wine: #542225; --wine-light: #713237; --wine-dark: #2b1718;
    --cream: #f5f0e8; --paper: #fbf8f3; --ink: #332b29; --muted: #776b67;
    --gold: #c0a06b; --line: rgba(69, 45, 40, .15); --shadow: 0 16px 36px rgba(45, 23, 22, .11);
    --sans: 'Open Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 8px; padding: 10px 16px; background: white; color: var(--wine); }
.skip-link:focus { top: 8px; }

.site-header { color: white; background: var(--wine-dark); }
.topbar { height: 84px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.brand { height: 66px; display: inline-flex; align-items: center; padding: 4px 14px; background: rgba(255,255,255,.94); border-radius: 0 0 12px 12px; }
.brand img { width: 170px; height: 58px; object-fit: contain; }
.topbar-actions { display: flex; align-items: center; gap: 18px; }
.language-switch { display: flex; padding: 3px; border: 1px solid rgba(255,255,255,.25); border-radius: 99px; }
.language-switch button { width: 34px; height: 30px; padding: 0; border: 0; border-radius: 99px; background: transparent; color: rgba(255,255,255,.65); cursor: pointer; font-size: .66rem; font-weight: 800; }
.language-switch button.active { color: var(--wine); background: white; }
.home-link { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; color: white; text-decoration: none; font-size: .74rem; font-weight: 700; }
.home-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.cover { min-height: 380px; padding: 54px 0 66px; position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.cover::before { content: ''; position: absolute; inset: 0 -100vw; background: linear-gradient(rgba(43,23,24,.76), rgba(43,23,24,.92)), url('/wp-content/uploads/restaurant1.jpg') center 54% / cover no-repeat; }
.cover > * { position: relative; z-index: 1; }
.cover-mark { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 21px; border: 1px solid rgba(255,255,255,.45); transform: rotate(45deg); }
.cover-mark span { transform: rotate(-45deg); color: var(--gold); font: 500 1.5rem Georgia, serif; }
.eyebrow, .section-kicker { margin: 0; color: var(--gold); font-size: .66rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.cover h1 { max-width: 900px; margin: 10px 0 13px; font: 400 clamp(3.1rem, 7vw, 5.3rem)/1 Georgia, serif; letter-spacing: -.045em; text-wrap: balance; }
.cover-intro { max-width: 570px; margin: 0; color: rgba(255,255,255,.72); font-size: .91rem; line-height: 1.65; }
.cover-meta { margin-top: 24px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.68); font-size: .69rem; letter-spacing: .04em; }
.cover-meta strong { color: white; font-weight: 750; }

#menu { min-height: 600px; padding: 72px 0 84px; }
.menu-tools { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 60px; align-items: end; }
.section-heading { align-self: center; }
.section-heading h2 { margin: 8px 0 0; font: 400 clamp(2rem, 4vw, 3rem)/1.05 Georgia, serif; letter-spacing: -.035em; }
.search { height: 58px; display: flex; align-items: center; gap: 13px; padding: 0 17px; background: white; border: 1px solid var(--line); border-radius: 7px; box-shadow: 0 7px 22px rgba(45,23,22,.06); }
.search > svg { flex: 0 0 auto; width: 20px; fill: none; stroke: var(--wine); stroke-width: 1.8; }
.search input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: .91rem; }
.search input::placeholder { color: #9a908b; }
.search-clear { width: 34px; height: 34px; flex: 0 0 auto; padding: 0; border: 0; border-radius: 50%; color: var(--muted); background: #f0ebe5; cursor: pointer; font-size: 1.3rem; line-height: 1; }
.filters { grid-column: 2; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filter { min-height: 38px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; padding: 0 13px; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: var(--muted); cursor: pointer; font-size: .7rem; font-weight: 700; }
.filter:hover, .filter.active { color: white; background: var(--wine); border-color: var(--wine); }
.dot { width: 7px; height: 7px; border-radius: 50%; background: #87944e; }
.dot.vegan { background: #5f7b3c; }

.guest-notice { margin-top: 34px; min-height: 70px; display: flex; align-items: center; gap: 14px; padding: 15px 19px; background: #eee5dc; border-radius: 7px; border-left: 4px solid var(--wine); }
.notice-icon { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--wine); font: 700 .88rem Georgia, serif; }
.guest-notice strong { color: var(--wine); font-size: .79rem; }
.guest-notice p { margin: 4px 0 0; color: var(--muted); font-size: .71rem; }

.category-area { margin-top: 64px; scroll-margin-top: 20px; }
.category-title-row { margin-bottom: 20px; display: flex; justify-content: space-between; align-items: baseline; }
.category-title-row h2 { margin: 0; font: 400 1.65rem Georgia, serif; }
.category-title-row span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { min-width: 0; padding: 0; overflow: hidden; text-align: left; border: 0; border-radius: 16px; background: white; color: var(--ink); cursor: pointer; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(45,23,22,.17); }
.category-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.category-art { aspect-ratio: 1 / .88; position: relative; display: grid; place-items: center; overflow: hidden; isolation: isolate; background-position: center; background-size: cover; }
.category-art::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(145deg, rgba(43,23,24,.18), rgba(43,23,24,.82)); }
.category-art::after { content: ''; width: 88px; height: 88px; border: 1px solid rgba(255,255,255,.55); position: absolute; transform: rotate(45deg); }
.art-1 { background-image: url('/wp-content/uploads/restaurant1.jpg'); background-position: 22% center; }
.art-2 { background-image: url('/wp-content/uploads/restaurant2.jpg'); background-position: 65% center; }
.art-3 { background-image: url('/wp-content/uploads/restaurant1.jpg'); background-position: 78% center; }
.art-4 { background-image: url('/wp-content/uploads/restaurant2.jpg'); background-position: 20% center; }
.art-number { position: absolute; top: 14px; left: 15px; color: rgba(255,255,255,.74); font-size: .62rem; font-weight: 800; letter-spacing: .15em; }
.art-mark { color: white; font: 400 2.1rem Georgia, serif; text-shadow: 0 3px 18px rgba(0,0,0,.28); }
.category-copy { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px 16px 16px; }
.category-text { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.category-text strong { font: 600 1.03rem/1.15 Georgia, serif; }
.category-text small { color: var(--muted); font-size: .64rem; }
.category-arrow { flex: 0 0 auto; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--wine); font-size: .9rem; }

.menu-results { margin-top: 54px; scroll-margin-top: 18px; }
.back-button { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; padding: 0 14px 0 10px; border: 1px solid var(--line); border-radius: 99px; color: var(--wine); background: white; cursor: pointer; font-size: .71rem; font-weight: 800; }
.back-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
#menu-sections { padding-top: 25px; }
.results-heading { padding: 16px 0 31px; border-bottom: 1px solid var(--line); }
.results-heading h2 { margin: 7px 0 0; font: 400 2.7rem/1.1 Georgia, serif; overflow-wrap: anywhere; }
.category-overline { color: var(--gold); font-size: .64rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.menu-category { display: grid; grid-template-columns: 230px 1fr; gap: 58px; padding: 49px 0; border-bottom: 1px solid var(--line); }
.menu-category.single { padding-top: 16px; }
.category-heading { align-self: start; }
.category-heading h3 { margin: 0 0 11px; font: 400 2rem/1.08 Georgia, serif; letter-spacing: -.03em; }
.category-heading p { margin: 0; color: var(--muted); font-size: .77rem; line-height: 1.55; }
.dish-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.dish { min-width: 0; min-height: 132px; display: flex; justify-content: space-between; gap: 16px; padding: 19px; border: 1px solid rgba(69,45,40,.1); border-radius: 10px; background: white; box-shadow: 0 5px 18px rgba(45,23,22,.045); }
.dish-main { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; }
.dish h4 { margin: 0; font: 600 1rem/1.3 Georgia, serif; }
.dish-desc { margin: 7px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.48; white-space: pre-line; }
.price { flex: 0 0 auto; color: var(--wine); font-size: .9rem; font-weight: 800; white-space: nowrap; }
.unit { display: block; max-width: 75px; margin-top: 4px; color: #948983; white-space: normal; text-align: right; font-size: .57rem; font-weight: 500; }
.dish-meta { margin-top: 15px; display: flex; align-items: center; gap: 5px; flex-wrap: wrap; }
.tag { padding: 4px 7px; border-radius: 99px; color: #566137; background: #edf0df; font-size: .53rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.tag.vegan { color: #40552c; background: #e4ead6; }
.tag.neu { color: #8f3528; background: #f5ded6; }
.featured { color: var(--wine-light); font-size: .56rem; font-weight: 800; text-transform: uppercase; }
.allergens { color: #9a918d; font-size: .57rem; }
.category-allergens { grid-column: 2; margin-top: 5px; padding: 16px 18px; color: var(--muted); background: #f0e9e1; border-left: 3px solid var(--gold); border-radius: 4px; }
.category-allergens strong { display: block; margin-bottom: 7px; color: var(--wine); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.category-allergens p { margin: 0; white-space: pre-line; font-size: .68rem; line-height: 1.65; }
.empty-state { grid-column: 1 / -1; padding: 75px 20px; text-align: center; color: var(--muted); }
.empty-state strong { display: block; margin-bottom: 9px; color: var(--ink); font: 400 1.7rem Georgia, serif; }
.empty-state span { font-size: .78rem; }
.loading { grid-column: 1 / -1; min-height: 230px; display: grid; place-items: center; align-content: center; color: var(--muted); }
.loading > span { width: 31px; height: 31px; border: 2px solid #dfd6cc; border-top-color: var(--wine); border-radius: 50%; animation: spin .8s linear infinite; }
.loading p { margin: 13px 0 0; font-size: .75rem; }
@keyframes spin { to { transform: rotate(360deg); } }
.allergen-note { max-width: 730px; margin-top: 55px; display: flex; gap: 13px; color: var(--muted); }
.asterisk { color: var(--gold); font: 1.8rem Georgia, serif; }
.allergen-note p { margin: 4px 0 0; font-size: .68rem; line-height: 1.55; }

footer { padding-top: 55px; color: rgba(255,255,255,.72); background: var(--wine-dark); border-top: 4px solid var(--gold); }
.footer-main { display: grid; grid-template-columns: 230px 1fr; gap: 80px; align-items: start; padding-bottom: 48px; }
.footer-brand { padding: 12px 16px; background: rgba(255,255,255,.95); border-radius: 7px; }
.footer-brand img { display: block; width: 100%; max-height: 78px; object-fit: contain; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.contact-grid small { display: block; margin-bottom: 8px; color: var(--gold); font-size: .58rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-grid p { margin: 0; font-size: .79rem; line-height: 1.5; }
.contact-grid a { text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.25); }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: .64rem; }
.footer-bottom nav { display: flex; gap: 18px; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { color: white; }

@media (max-width: 900px) {
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .menu-category { grid-template-columns: 190px 1fr; gap: 36px; }
    .dish-list { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 180px 1fr; gap: 45px; }
}

@media (max-width: 640px) {
    .wrap { width: calc(100% - 28px); }
    .topbar { width: 100%; height: 72px; padding-inline: 14px; }
    .brand { height: 61px; padding: 4px 9px; border-radius: 0 0 10px 10px; }
    .brand img { width: 128px; height: 50px; }
    .topbar-actions { gap: 9px; }
    .language-switch button { width: 30px; height: 28px; font-size: .61rem; }
    .home-link { width: 38px; justify-content: center; }
    .home-link span { display: none; }
    .cover { min-height: 315px; padding: 43px 14px 51px; }
    .cover::before { inset-inline: -14px; }
    .cover-mark { width: 50px; height: 50px; margin-bottom: 17px; }
    .cover-mark span { font-size: 1.15rem; }
    .cover h1 { max-width: 350px; margin-top: 9px; font-size: clamp(2.4rem, 11.5vw, 3.15rem); line-height: .98; }
    .cover-intro { max-width: 330px; font-size: .78rem; line-height: 1.58; }
    .cover-meta { max-width: 330px; margin-top: 20px; flex-wrap: wrap; justify-content: center; row-gap: 5px; font-size: .62rem; }
    #menu { padding: 47px 0 60px; }
    .menu-tools { grid-template-columns: 1fr; gap: 21px; }
    .section-heading h2 { font-size: 2.15rem; }
    .search { height: 55px; }
    .filters { grid-column: auto; width: calc(100% + 14px); margin-right: -14px; padding-right: 14px; }
    .filter { min-height: 42px; padding-inline: 14px; }
    .guest-notice { margin-top: 27px; padding: 14px; align-items: flex-start; }
    .guest-notice strong { display: block; font-size: .73rem; line-height: 1.35; }
    .guest-notice p { font-size: .66rem; line-height: 1.4; }
    .category-area { margin-top: 42px; }
    .category-title-row { margin-bottom: 15px; }
    .category-title-row h2 { font-size: 1.45rem; }
    .category-grid { gap: 12px; }
    .category-card { border-radius: 13px; }
    .category-art { aspect-ratio: 1 / .96; }
    .category-art::after { width: 66px; height: 66px; }
    .art-number { top: 10px; left: 11px; }
    .art-mark { font-size: 1.7rem; }
    .category-copy { min-height: 80px; align-items: flex-start; padding: 13px 12px 12px; }
    .category-text strong { font-size: .91rem; line-height: 1.15; }
    .category-text small { font-size: .58rem; }
    .category-arrow { width: 25px; height: 25px; margin-top: 1px; font-size: .76rem; }
    .menu-results { margin-top: 37px; }
    #menu-sections { padding-top: 20px; }
    .results-heading { padding: 11px 0 27px; }
    .results-heading h2 { font-size: 2.15rem; }
    .menu-category, .menu-category.single { grid-template-columns: 1fr; gap: 23px; padding: 32px 0; }
    .category-allergens { grid-column: 1; margin-top: 0; }
    .category-heading h3 { font-size: 1.8rem; }
    .category-heading p { max-width: 330px; font-size: .73rem; }
    .dish-list { gap: 10px; }
    .dish { min-height: 116px; padding: 16px 14px; border-radius: 9px; }
    .dish h4 { font-size: .94rem; }
    .dish-desc { font-size: .7rem; }
    .price { font-size: .84rem; }
    .dish-meta { margin-top: 12px; }
    .allergen-note { margin-top: 39px; }
    footer { padding-top: 43px; }
    .footer-main { grid-template-columns: 1fr; gap: 34px; padding-bottom: 40px; }
    .footer-brand { width: 172px; }
    .contact-grid { grid-template-columns: 1fr 1fr; gap: 27px 20px; }
    .contact-grid div:first-child { grid-column: 1 / -1; }
    .footer-bottom { min-height: 88px; padding-block: 15px; align-items: flex-start; }
    .footer-bottom nav { max-width: 180px; justify-content: flex-end; flex-wrap: wrap; gap: 9px 14px; }
}

@media (max-width: 355px) {
    .category-text strong { font-size: .82rem; }
    .category-copy { padding-inline: 10px; }
    .category-arrow { display: none; }
    .dish { gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
