:root {
  --ink: #191919;
  --ink-soft: #242321;
  --ink-muted: #3a3834;
  --cream: #f5efe4;
  --cream-deep: #e9deca;
  --paper: #fffdf8;
  --gold: #d6a241;
  --gold-bright: #edbd58;
  --copper: #a9683a;
  --text: #292724;
  --muted: #6d6962;
  --line: rgba(28, 27, 25, .14);
  --shadow: 0 22px 70px rgba(25, 21, 16, .12);
  --radius: 10px;
  --container: 1220px;
  --header-height: 80px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
address { font-style: normal; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: inherit; line-height: 1.08; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 6.4rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.4rem, 4.6vw, 4.8rem); }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
h3 { font-size: 1.15rem; }
:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }
::selection { color: var(--ink); background: var(--gold-bright); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(80px, 10vw, 144px) 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 12px 18px; color: var(--paper); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; color: var(--cream-deep); font-size: .74rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: var(--gold); }
.eyebrow--dark { color: #6f6659; }
.eyebrow--light { color: var(--cream-deep); }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 20px; border: 1px solid transparent; border-radius: 3px; cursor: pointer; font-size: .82rem; font-weight: 850; letter-spacing: .035em; line-height: 1.2; text-align: center; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 10px 16px; }
.button--large { min-height: 56px; padding: 16px 24px; }
.button--gold { color: #17130d; background: var(--gold-bright); border-color: var(--gold-bright); box-shadow: 0 10px 26px rgba(214, 162, 65, .18); }
.button--gold:hover { background: #ffd176; border-color: #ffd176; }
.button--outline { color: var(--paper); border-color: rgba(255,255,255,.35); }
.button--outline:hover { background: rgba(255,255,255,.08); border-color: var(--cream); }
.button--ghost { color: var(--cream); border-color: rgba(255,255,255,.22); }
.button--ghost-dark { color: var(--text); background: transparent; border-color: var(--line); }
.button--cream { color: var(--ink); background: var(--cream); }
.button--dark { color: var(--cream); background: var(--ink); }
.button--dark:hover { background: #34312d; }
.is-placeholder { opacity: .58; cursor: not-allowed; pointer-events: none; }
.text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--cream); font-size: .84rem; font-weight: 850; letter-spacing: .03em; border-bottom: 1px solid rgba(255,255,255,.3); }
.text-link span { color: var(--gold-bright); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--dark { color: var(--ink); border-color: var(--line); }

.topbar { position: relative; z-index: 55; color: #e7dfd2; background: #0e0e0e; font-size: .72rem; }
.topbar__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { display: flex; align-items: center; gap: 8px; margin: 0; }
.status-dot { width: 7px; height: 7px; flex: 0 0 auto; display: inline-block; border-radius: 50%; background: #54b66b; box-shadow: 0 0 0 4px rgba(84,182,107,.12); }
.status-dot.is-closed { background: #c97a58; box-shadow: 0 0 0 4px rgba(201,122,88,.12); }
.site-header { position: sticky; z-index: 50; top: 0; height: var(--header-height); color: var(--cream); background: rgba(23,23,23,.96); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); transition: box-shadow .2s ease, height .2s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(0,0,0,.2); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { min-width: max-content; display: inline-flex; align-items: center; gap: 10px; }
.brand__mark { width: 43px; height: 43px; display: grid; place-items: center; color: var(--gold-bright); border: 1px solid var(--gold); border-radius: 50%; font-family: Georgia, serif; font-size: 1rem; font-weight: 800; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong { color: var(--cream); font-family: Georgia, serif; font-size: 1.05rem; letter-spacing: .01em; }
.brand__text small { margin-top: 4px; color: var(--gold-bright); font-size: .63rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.main-nav a { position: relative; padding: 28px 0; color: #d8d1c5; font-size: .76rem; font-weight: 760; }
.main-nav a::after { position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; content: ""; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover, .main-nav a.is-active { color: #fff; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.15; }
.header-phone span { color: #a8a198; font-size: .63rem; }
.header-phone strong { color: var(--cream); font-size: .84rem; }
.menu-toggle { width: 46px; height: 46px; display: none; padding: 10px; color: inherit; background: transparent; border: 1px solid rgba(255,255,255,.22); border-radius: 3px; cursor: pointer; }
.menu-toggle span { width: 22px; height: 2px; display: block; margin: 5px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: calc(100vh - 35px); display: flex; align-items: center; color: var(--cream); background: var(--ink); isolation: isolate; overflow: hidden; }
.hero::before { position: absolute; z-index: -2; inset: 0 0 0 60%; content: ""; background: linear-gradient(125deg, transparent, rgba(214,162,65,.07)); }
.hero__texture, .quality-band__grain { position: absolute; z-index: -1; inset: 0; opacity: .18; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.22) .7px, transparent .7px); background-size: 5px 5px; mask-image: linear-gradient(90deg,#000,transparent 75%); }
.hero__grid { min-height: 740px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(370px, .78fr); align-items: center; gap: clamp(50px, 8vw, 120px); padding-top: 70px; padding-bottom: 90px; }
.hero__content { position: relative; z-index: 2; }
.hero h1 { max-width: 780px; margin-bottom: 25px; color: var(--cream); }
.hero h1 em { display: block; }
.hero__lead { max-width: 650px; margin-bottom: 26px; color: #d1c9bc; font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero__trust { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-bottom: 36px; color: #eee6d8; font-size: .86rem; }
.rating { display: flex; align-items: center; gap: 6px; font-weight: 850; }
.rating > span { color: var(--gold-bright); }
.rating small { color: #bfb7aa; font-weight: 550; }
.trust-separator { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; }
.hero__visual { position: relative; width: min(100%, 500px); justify-self: end; }
.hero__image-frame { position: relative; aspect-ratio: .75; overflow: hidden; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 28px 90px rgba(0,0,0,.35); }
.hero__image-frame::before { position: absolute; z-index: 2; inset: 14px; content: ""; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.hero__image-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero__image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(12,10,8,.45)); }
.hero__photo-note { position: absolute; z-index: 3; bottom: 22px; left: 28px; margin: 0; color: #fff; font-family: Georgia, serif; font-size: 1.1rem; font-style: italic; }
.hours-card { position: absolute; z-index: 5; right: -38px; bottom: 80px; min-width: 255px; display: flex; align-items: center; gap: 13px; padding: 17px 19px; color: var(--ink); background: var(--cream); box-shadow: var(--shadow); }
.hours-card__icon { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--gold-bright); font-size: 1.25rem; }
.hours-card div { display: flex; flex-direction: column; line-height: 1.35; }
.hours-card strong { font-size: .81rem; }
.hours-card small { color: var(--muted); font-size: .68rem; }
.price-badge { position: absolute; z-index: 5; top: 38px; left: -45px; width: 116px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #1c1710; background: var(--gold-bright); border: 5px solid var(--ink); border-radius: 50%; line-height: 1.15; transform: rotate(-7deg); box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.price-badge small, .price-badge span { font-size: .6rem; }
.price-badge strong { margin: 3px 0; font-size: 1.1rem; }
.hero__scroll { position: absolute; z-index: 3; bottom: 26px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 6px; color: #9d968b; font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; transform: translateX(-50%); }
.hero__scroll i { width: 1px; height: 32px; background: linear-gradient(var(--gold),transparent); }

.quick-info { position: relative; z-index: 4; padding: 0 0 35px; background: var(--cream); }
.quick-info__grid { display: grid; grid-template-columns: repeat(6, 1fr); transform: translateY(-28px); background: var(--paper); box-shadow: var(--shadow); }
.quick-card { min-width: 0; display: flex; align-items: center; gap: 11px; padding: 22px 17px; border-right: 1px solid var(--line); }
.quick-card:last-child { border-right: 0; }
.quick-card > span { width: 35px; height: 35px; flex: 0 0 auto; display: grid; place-items: center; color: var(--copper); background: #f3e6cc; border-radius: 50%; font-weight: 900; }
.quick-card p { display: flex; flex-direction: column; margin: 0; line-height: 1.3; }
.quick-card strong { font-size: .77rem; }
.quick-card small { margin-top: 3px; color: var(--muted); font-size: .62rem; }

.menu-intro { background: var(--cream); }
.section-heading--split { display: grid; grid-template-columns: 1.15fr .7fr; align-items: end; gap: 70px; margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--split > div:last-child p, .section-heading--split > p { color: var(--muted); }
.dish-showcase { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 590px; color: var(--cream); background: var(--ink); box-shadow: var(--shadow); }
.dish-feature { position: relative; min-height: 590px; overflow: hidden; }
.dish-feature::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(14,14,14,.9) 0, rgba(14,14,14,.72) 48%, rgba(14,14,14,.2)); }
.dish-feature > img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
.dish-feature__content { position: relative; z-index: 2; width: min(72%, 470px); padding: 70px 0 55px 60px; }
.dish-number { display: block; margin-bottom: 42px; color: var(--gold-bright); font-family: Georgia, serif; font-size: 1.15rem; }
.dish-feature h3 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(2.1rem, 3.3vw, 3.8rem); }
.dish-feature p { color: #d0c8bc; }
.dish-categories { display: grid; grid-template-rows: repeat(5, 1fr); border-left: 1px solid rgba(255,255,255,.12); }
.dish-category { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 13px; padding: 18px 27px; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .2s ease; }
.dish-category:last-child { border-bottom: 0; }
.dish-category:hover { background: #2a2926; }
.dish-category > span { color: var(--gold); font-family: Georgia, serif; }
.dish-category h3 { margin: 0 0 4px; font-family: Georgia, serif; font-size: 1.35rem; }
.dish-category p { margin: 0; color: #9e978c; font-size: .75rem; }
.dish-category b { color: var(--gold-bright); transition: transform .2s ease; }
.dish-category:hover b { transform: translateX(5px); }
.category-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 32px; padding: 0; list-style: none; }
.category-cloud li { padding: 8px 13px; color: #70695e; border: 1px solid #cfc3af; font-size: .72rem; font-weight: 700; }

.about { background: var(--paper); }
.about__grid { display: grid; grid-template-columns: 1.1fr .88fr; align-items: center; gap: clamp(60px, 9vw, 120px); }
.about__media { position: relative; min-height: 630px; }
.about__main-image { width: 85%; height: 525px; object-fit: cover; box-shadow: var(--shadow); }
.about__detail-image { position: absolute; right: 0; bottom: 0; width: 48%; height: 280px; object-fit: cover; border: 10px solid var(--paper); box-shadow: var(--shadow); }
.about__stamp { position: absolute; bottom: 30px; left: 25px; width: 132px; height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); background: var(--gold-bright); border-radius: 50%; line-height: 1.3; text-align: center; }
.about__stamp strong { font-family: Georgia, serif; font-size: 1.8rem; }
.about__stamp span { font-size: .64rem; font-weight: 750; }
.lead-copy { color: #49453f; font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.55; }
.about__content > p:not(.eyebrow):not(.lead-copy) { color: var(--muted); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 25px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 23px; font-size: .82rem; font-weight: 750; }
.check-list li::before { position: absolute; left: 0; content: "✓"; color: var(--copper); font-weight: 900; }
.about__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }

.quality-band { position: relative; padding: clamp(90px, 11vw, 155px) 0; color: var(--cream); background: #1d1c1a; isolation: isolate; }
.quality-band::after { position: absolute; z-index: -2; inset: 0; content: ""; opacity: .16; background: linear-gradient(110deg,transparent 48%,var(--copper)); }
.section-heading--light h2 { color: var(--cream); }
.quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.quality-grid article { padding: 40px 30px 44px; border-right: 1px solid rgba(255,255,255,.16); }
.quality-grid article:last-child { border-right: 0; }
.quality-grid span { color: var(--gold); font-family: Georgia, serif; }
.quality-grid h3 { margin: 30px 0 13px; color: var(--cream); font-family: Georgia, serif; font-size: 1.4rem; }
.quality-grid p { margin-bottom: 0; color: #aea79c; font-size: .82rem; }

.reviews { background: var(--cream); }
.reviews__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.reviews__head h2 { margin-bottom: 0; }
.review-summary { display: flex; align-items: center; gap: 20px; padding: 24px 30px; border: 1px solid #cfc3af; }
.review-summary > strong { font-family: Georgia, serif; font-size: 3.4rem; line-height: 1; }
.review-summary div { line-height: 1.3; }
.review-summary div > span, .stars { color: var(--gold); letter-spacing: .1em; }
.review-summary p { margin: 5px 0 0; color: var(--muted); font-size: .66rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { position: relative; min-height: 305px; display: flex; flex-direction: column; padding: 35px; background: var(--paper); border-top: 3px solid var(--gold); box-shadow: 0 12px 35px rgba(32,24,15,.06); }
.quote-mark { position: absolute; top: 20px; right: 28px; color: #e8dfd0; font-family: Georgia, serif; font-size: 4rem; line-height: 1; }
.stars { margin-bottom: 24px; font-size: .72rem; }
.review-card > p { position: relative; z-index: 1; flex: 1; color: #49453f; font-family: Georgia, serif; font-size: 1.1rem; line-height: 1.55; }
.review-card footer { padding-top: 18px; color: #827b71; border-top: 1px solid var(--line); font-size: .66rem; }
.reviews__cta { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 38px; }
.reviews__cta p { margin: 0; font-family: Georgia, serif; font-size: 1.1rem; }
.reviews__cta small { color: var(--muted); font-size: .64rem; }

.gallery-section { background: var(--paper); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 12px; }
.gallery__item { position: relative; min-width: 0; overflow: hidden; padding: 0; background: #ddd3c2; border: 0; cursor: zoom-in; }
.gallery__item::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 55%,rgba(0,0,0,.68)); transition: background .2s ease; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery__item span { position: absolute; z-index: 2; bottom: 15px; left: 17px; color: #fff; font-size: .72rem; font-weight: 800; }
.gallery__item:hover img { transform: scale(1.035); }
.gallery__item--wide { grid-column: span 2; }
.gallery__item--tall { grid-row: span 2; }
.source-note { margin: 14px 0 0; color: var(--muted); font-size: .68rem; }

.hours-section { position: relative; padding: clamp(90px, 10vw, 145px) 0; color: var(--cream); background: var(--ink); overflow: hidden; }
.hours-section::before { position: absolute; top: -20%; right: -8%; width: 520px; height: 520px; content: ""; border: 1px solid rgba(214,162,65,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(214,162,65,.035), 0 0 0 140px rgba(214,162,65,.025); }
.hours-layout { position: relative; display: grid; grid-template-columns: .85fr 1fr; align-items: center; gap: clamp(65px, 10vw, 140px); }
.hours-copy h2 { color: var(--cream); }
.hours-copy > p:not(.eyebrow):not(.no-delivery) { max-width: 520px; color: #aaa397; }
.phone-display { display: flex; flex-direction: column; margin: 35px 0 24px; line-height: 1.1; }
.phone-display small { margin-bottom: 7px; color: #9f988e; font-size: .7rem; }
.phone-display strong { color: var(--cream); font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.8rem); }
.no-delivery { display: flex; align-items: center; gap: 9px; margin: 22px 0 0; color: #9f988e; font-size: .72rem; }
.no-delivery span { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #706b64; border-radius: 50%; }
.hours-panel { position: relative; padding: 12px 42px 35px; color: var(--text); background: var(--cream); box-shadow: 0 25px 65px rgba(0,0,0,.22); }
.hours-panel::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; content: ""; background: var(--gold); }
.hours-panel__head { display: flex; align-items: center; justify-content: space-between; padding: 22px 0 19px; border-bottom: 1px solid var(--line); }
.hours-panel__head div { display: flex; flex-direction: column; }
.hours-panel__head p { margin: 0; color: var(--muted); font-size: .68rem; }
.hours-panel__head strong { color: var(--ink); font-size: .86rem; }
.status-dot--large { width: 12px; height: 12px; }
.hours-list { margin: 0; padding: 0; list-style: none; }
.hours-list > li { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 53px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.hours-list > li:last-child { border-bottom: 0; }
.hours-list span { font-size: .82rem; font-weight: 800; }
.hours-list time { color: #5f5a53; font-size: .82rem; font-variant-numeric: tabular-nums; }
.hours-list b { margin-left: 6px; padding: 3px 6px; color: #5b3c11; background: #f0d28f; font-size: .53rem; letter-spacing: .03em; text-transform: uppercase; }
.hours-list [data-today] { margin-inline: -12px; padding-inline: 12px; background: rgba(214,162,65,.1); }

.location { background: var(--cream); }
.location-card { min-height: 500px; display: grid; grid-template-columns: .7fr 1.3fr; background: var(--paper); box-shadow: var(--shadow); }
.location-info { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 5vw, 65px); color: var(--cream); background: #242321; }
.location-info__address { display: flex; gap: 18px; align-items: flex-start; }
.location-info__address > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: var(--gold-bright); border-radius: 50%; font-size: 1.25rem; }
.location-info__address div { display: flex; flex-direction: column; }
.location-info__address small { color: #aaa397; font-size: .68rem; }
.location-info__address strong { margin-top: 5px; font-family: Georgia, serif; font-size: 1.5rem; line-height: 1.4; }
.location-info ul { display: grid; gap: 10px; margin: 35px 0; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); list-style: none; }
.location-info li { display: flex; align-items: center; gap: 11px; color: #cec7bc; font-size: .78rem; }
.location-info li span { width: 24px; color: var(--gold); font-weight: 850; }
.location-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.map-shell { min-height: 500px; position: relative; display: grid; place-items: center; overflow: hidden; background-color: #ded9cd; background-image: linear-gradient(30deg,rgba(255,255,255,.35) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.35) 87.5%), linear-gradient(150deg,rgba(255,255,255,.35) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.35) 87.5%); background-size: 64px 110px; }
.map-shell iframe { width: 100%; height: 100%; min-height: 500px; border: 0; }
.map-consent { position: relative; z-index: 2; width: min(85%, 430px); padding: 35px; background: rgba(255,253,248,.95); box-shadow: var(--shadow); text-align: center; }
.map-consent .map-pin { width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto 16px; color: var(--ink); background: var(--gold-bright); border-radius: 50%; font-size: 1.5rem; }
.map-consent h3 { margin-bottom: 9px; font-family: Georgia, serif; font-size: 1.4rem; }
.map-consent p { color: var(--muted); font-size: .76rem; }
.map-consent a { display: block; margin-top: 14px; color: #5f584d; font-size: .68rem; text-decoration: underline; }

.faq { background: var(--paper); }
.faq__grid { display: grid; grid-template-columns: .62fr 1fr; gap: clamp(60px, 9vw, 130px); }
.faq__intro { position: sticky; top: 125px; align-self: start; }
.faq__intro > p:not(.eyebrow) { color: var(--muted); }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-family: Georgia, serif; font-size: 1.05rem; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { width: 29px; height: 29px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #c9bfaf; border-radius: 50%; transition: transform .2s ease, color .2s ease, background .2s ease; }
.faq details[open] summary span { color: var(--ink); background: var(--gold-bright); border-color: var(--gold-bright); transform: rotate(45deg); }
.faq details p { padding: 0 50px 25px 0; color: var(--muted); font-size: .86rem; }

.final-cta { padding: 65px 0; color: var(--cream); background: #2b2925; border-top: 1px solid rgba(255,255,255,.08); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.final-cta h2 { margin: 0 0 8px; color: var(--cream); font-size: clamp(2rem, 3vw, 3.2rem); }
.final-cta p { margin-bottom: 0; color: #aaa397; }
.final-cta .eyebrow { margin-bottom: 8px; }
.final-cta__inner > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }

.site-footer { padding: 80px 0 25px; color: #c8c0b3; background: #111; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr .75fr; gap: 55px; padding-bottom: 60px; }
.brand--footer { margin-bottom: 20px; }
.footer-brand > p { max-width: 330px; color: #8f887d; font-size: .8rem; }
.footer-grid h2 { margin-bottom: 20px; color: var(--cream); font-family: inherit; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid address, .footer-grid > div > p { margin-bottom: 15px; color: #918a7f; font-size: .78rem; }
.footer-grid > div:not(.footer-brand) > a { display: block; min-height: 33px; font-size: .78rem; }
.footer-grid > div:not(.footer-brand) > a:hover { color: var(--gold-bright); }
.footer-grid [data-open-status] { color: var(--gold-bright); font-size: .7rem; }
.footer-rating { display: flex; align-items: center; gap: 8px; }
.footer-rating > span { color: var(--gold); }
.footer-rating strong { color: var(--cream); font-size: .78rem; }
.footer-rating small { color: #8f887d; font-size: .62rem; }
.footer-bottom { min-height: 57px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #777168; font-size: .68rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; align-items: center; gap: 20px; }
.footer-bottom button { padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; }
.footer-bottom a:hover, .footer-bottom button:hover { color: var(--cream); }
.mobile-action-bar { display: none; }

.lightbox { width: min(94vw, 1080px); height: min(92vh, 820px); padding: 0; overflow: visible; background: transparent; border: 0; }
.lightbox::backdrop { background: rgba(9,9,9,.9); backdrop-filter: blur(5px); }
.lightbox figure { width: 100%; height: 100%; display: grid; grid-template-rows: 1fr auto; margin: 0; background: #111; }
.lightbox img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { padding: 10px 15px; color: var(--cream); background: #111; font-size: .78rem; text-align: center; }
.lightbox__close, .lightbox__nav { position: absolute; z-index: 3; display: grid; place-items: center; color: #fff; background: rgba(0,0,0,.58); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; cursor: pointer; }
.lightbox__close { top: -15px; right: -15px; width: 42px; height: 42px; font-size: 1.5rem; }
.lightbox__nav { top: 50%; width: 46px; height: 46px; font-size: 2rem; transform: translateY(-50%); }
.lightbox__nav--prev { left: 14px; }
.lightbox__nav--next { right: 14px; }

.cookie-banner { position: fixed; z-index: 200; right: 20px; bottom: 20px; left: 20px; max-width: 1120px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 22px 25px; background: var(--paper); border: 1px solid #d6ccbd; box-shadow: 0 22px 60px rgba(0,0,0,.25); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-family: Georgia, serif; }
.cookie-banner p { margin: 3px 0 0; color: var(--muted); font-size: .73rem; }
.cookie-banner__actions { display: flex; flex: 0 0 auto; gap: 8px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal[data-reveal-delay="1"] { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Innenseiten */
.subpage-hero { position: relative; padding: 105px 0 80px; color: var(--cream); background: var(--ink); overflow: hidden; }
.subpage-hero::after { position: absolute; inset: 0 0 0 55%; content: ""; opacity: .13; background: url("assets/images/speisekarte-1.webp") center/cover; mask-image: linear-gradient(90deg,transparent,#000); }
.subpage-hero .container { position: relative; z-index: 1; }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 35px; color: #a8a096; font-size: .7rem; }
.breadcrumbs a:hover { color: var(--gold-bright); }
.subpage-hero h1 { max-width: 820px; margin-bottom: 20px; color: var(--cream); }
.subpage-hero p:not(.eyebrow) { max-width: 690px; color: #beb6aa; }
.menu-toolbar-wrap { position: sticky; z-index: 25; top: var(--header-height); padding: 17px 0; background: rgba(245,239,228,.97); border-bottom: 1px solid #d7ccbb; backdrop-filter: blur(14px); }
.menu-toolbar { display: grid; grid-template-columns: minmax(220px, .6fr) 1.4fr; align-items: center; gap: 17px; }
.menu-search { position: relative; }
.menu-search svg { position: absolute; top: 50%; left: 16px; width: 18px; transform: translateY(-50%); }
.menu-search input { width: 100%; min-height: 50px; padding: 12px 45px; color: var(--text); background: var(--paper); border: 1px solid #cec2b1; border-radius: 3px; }
.menu-search button { position: absolute; top: 50%; right: 10px; width: 32px; height: 32px; display: none; place-items: center; background: transparent; border: 0; cursor: pointer; transform: translateY(-50%); }
.menu-search button.is-visible { display: grid; }
.menu-filters { display: flex; gap: 7px; overflow-x: auto; scrollbar-width: thin; padding-bottom: 3px; }
.filter-chip { flex: 0 0 auto; min-height: 42px; padding: 9px 15px; color: #5f584f; background: transparent; border: 1px solid #c9bdab; border-radius: 99px; cursor: pointer; font-size: .71rem; font-weight: 800; }
.filter-chip:hover, .filter-chip.is-active { color: var(--cream); background: var(--ink); border-color: var(--ink); }
.menu-page { padding: 55px 0 120px; background: var(--paper); }
.menu-meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; margin-bottom: 35px; }
.menu-meta p { margin: 0; color: var(--muted); font-size: .77rem; }
.menu-meta strong { color: var(--ink); }
.menu-notice { padding: 16px 20px; color: #493714; background: #f7e5b8; border-left: 4px solid var(--gold); font-size: .75rem; }
.menu-sections { display: grid; gap: 34px; }
.menu-section { scroll-margin-top: 170px; }
.menu-section.is-hidden, .menu-item.is-hidden { display: none; }
.menu-section__head { display: flex; align-items: center; gap: 16px; margin-bottom: 15px; }
.menu-section__head h2 { margin: 0; color: var(--ink); font-size: clamp(1.8rem, 3vw, 2.7rem); }
.menu-section__head span { flex: 1; height: 1px; background: var(--line); }
.menu-section__head small { color: var(--muted); font-size: .66rem; font-weight: 700; }
.menu-items { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.menu-item { position: relative; min-width: 0; display: grid; grid-template-columns: 44px 1fr auto; align-items: start; gap: 14px; min-height: 90px; padding: 18px; background: var(--cream); border: 1px solid transparent; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.menu-item:hover { background: #fffaf0; border-color: #d7cab5; transform: translateY(-1px); }
.menu-item__number { width: 42px; height: 42px; display: grid; place-items: center; color: #6e4c16; background: #edce89; border-radius: 50%; font-family: Georgia, serif; font-weight: 750; }
.menu-item__body { min-width: 0; }
.menu-item h3 { margin: 2px 0 5px; color: var(--ink); font-family: Georgia, serif; font-size: 1.05rem; }
.menu-item p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.4; }
.menu-item__price { color: var(--ink); font-size: .92rem; font-weight: 850; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price-stack { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.price-stack small { color: var(--muted); font-size: .58rem; font-weight: 600; }
.menu-empty { display: none; padding: 60px 25px; text-align: center; background: var(--cream); }
.menu-empty.is-visible { display: block; }
.menu-empty h2 { margin-bottom: 10px; font-size: 2rem; }
.menu-empty p { color: var(--muted); }
.menu-addendum { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 45px; }
.menu-addendum article { padding: 28px; background: #262421; color: var(--cream); }
.menu-addendum h2 { margin-bottom: 10px; color: var(--cream); font-family: Georgia, serif; font-size: 1.45rem; }
.menu-addendum p { margin-bottom: 0; color: #b8b0a3; font-size: .76rem; }
.menu-addendum .warning { background: #503a21; }
.legal-page { min-height: 55vh; padding: 90px 0 120px; background: var(--paper); }
.legal-content { max-width: 820px; }
.legal-content h1 { margin-bottom: 35px; color: var(--ink); font-size: clamp(2.8rem, 5vw, 5rem); }
.legal-content h2 { margin-top: 44px; margin-bottom: 15px; color: var(--ink); font-family: Georgia, serif; font-size: 1.55rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.placeholder-box { margin: 25px 0; padding: 24px; color: #4d3815; background: #f8e7bc; border-left: 4px solid var(--gold); font-weight: 750; }

@media (max-width: 1140px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .7rem; }
  .header-phone { display: none; }
  .quick-info__grid { grid-template-columns: repeat(3, 1fr); }
  .quick-card:nth-child(3) { border-right: 0; }
  .quick-card { border-bottom: 1px solid var(--line); }
  .quick-card:nth-child(n+4) { border-bottom: 0; }
  .hours-card { right: -18px; }
}

@media (max-width: 960px) {
  :root { --header-height: 70px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; top: calc(35px + var(--header-height)); right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 24px 22px 110px; overflow-y: auto; background: #181818; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
  .main-nav a { padding: 16px 7px; border-bottom: 1px solid rgba(255,255,255,.1); font-family: Georgia, serif; font-size: 1.25rem; }
  .main-nav a::after { display: none; }
  .header-actions { margin-left: auto; }
  .hide-tablet { display: none; }
  .hero__grid { grid-template-columns: 1fr 370px; gap: 40px; }
  .price-badge { left: -20px; }
  .dish-showcase { grid-template-columns: 1fr; }
  .dish-categories { border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .dish-feature__content { width: min(80%, 520px); }
  .about__grid { grid-template-columns: 1fr; }
  .about__media { width: min(100%, 760px); }
  .about__content { max-width: 720px; }
  .quality-grid { grid-template-columns: 1fr 1fr; }
  .quality-grid article:nth-child(2) { border-right: 0; }
  .quality-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .hours-layout { gap: 55px; }
  .location-card { grid-template-columns: .85fr 1.15fr; }
  .faq__grid { gap: 60px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  body { padding-bottom: 66px; }
  .section { padding: 78px 0; }
  .topbar__location { display: none !important; }
  .topbar__inner { justify-content: center; }
  .brand__mark { width: 39px; height: 39px; }
  .brand__text strong { font-size: .92rem; }
  .brand__text small { font-size: .55rem; }
  .header-actions .button { display: none; }
  .hero { min-height: auto; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 100px; }
  .hero__content { text-align: left; }
  .hero h1 em { display: inline; }
  .hero__visual { width: min(90%, 450px); justify-self: center; margin-top: 15px; }
  .hero__image-frame { aspect-ratio: .88; }
  .hero__image-frame img { object-position: center 35%; }
  .hours-card { right: -16px; bottom: 35px; min-width: 235px; }
  .price-badge { top: 24px; left: -25px; width: 102px; }
  .hero__scroll { display: none; }
  .quick-info { padding-bottom: 10px; }
  .quick-info__grid { grid-template-columns: 1fr 1fr; }
  .quick-card:nth-child(3) { border-right: 1px solid var(--line); }
  .quick-card:nth-child(even) { border-right: 0; }
  .quick-card:nth-child(n+4) { border-bottom: 1px solid var(--line); }
  .quick-card:nth-child(n+5) { border-bottom: 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 25px; margin-bottom: 40px; }
  .dish-feature, .dish-showcase { min-height: 550px; }
  .dish-feature__content { width: 88%; padding: 55px 0 40px 28px; }
  .dish-number { margin-bottom: 30px; }
  .dish-category { padding: 18px 20px; }
  .about__media { min-height: 490px; }
  .about__main-image { width: 92%; height: 410px; }
  .about__detail-image { height: 210px; }
  .about__stamp { bottom: 12px; left: 8px; width: 105px; height: 105px; }
  .check-list { grid-template-columns: 1fr; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .quality-grid article:last-child { border-bottom: 0; }
  .reviews__head { align-items: flex-start; flex-direction: column; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 250px; }
  .reviews__cta { align-items: flex-start; flex-direction: column; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .gallery__item--wide { grid-column: span 2; }
  .hours-layout { grid-template-columns: 1fr; }
  .hours-panel { padding-inline: 24px; }
  .location-card { grid-template-columns: 1fr; }
  .map-shell, .map-shell iframe { min-height: 450px; }
  .faq__grid { grid-template-columns: 1fr; }
  .faq__intro { position: static; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-action-bar { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; height: 66px; display: grid; grid-template-columns: repeat(3,1fr); color: var(--cream); background: #111; border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 -10px 30px rgba(0,0,0,.18); }
  .mobile-action-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; font-size: .62rem; font-weight: 800; }
  .mobile-action-bar a:nth-child(2) { color: var(--ink); background: var(--gold-bright); }
  .mobile-action-bar span { font-size: 1.05rem; line-height: 1.1; }
  .cookie-banner { bottom: 78px; align-items: stretch; flex-direction: column; gap: 15px; }
  .cookie-banner__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .subpage-hero { padding: 75px 0 65px; }
  .menu-toolbar-wrap { top: var(--header-height); }
  .menu-toolbar { grid-template-columns: 1fr; }
  .menu-items { grid-template-columns: 1fr; }
  .menu-meta { flex-direction: column; }
  .menu-addendum { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.2rem); }
  .hero__lead { font-size: 1rem; }
  .hero__trust { align-items: flex-start; flex-direction: column; gap: 8px; }
  .trust-separator { display: none; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .text-link { align-self: flex-start; }
  .quick-info__grid { transform: translateY(-18px); }
  .quick-card { align-items: flex-start; flex-direction: column; padding: 16px; }
  .quick-card small { font-size: .6rem; }
  .dish-feature, .dish-showcase { min-height: 610px; }
  .dish-category { grid-template-columns: 31px 1fr auto; }
  .dish-category p { display: none; }
  .about__media { min-height: 420px; }
  .about__main-image { height: 350px; }
  .about__detail-image { width: 54%; height: 175px; border-width: 6px; }
  .review-summary { width: 100%; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .gallery__item--wide { grid-column: auto; }
  .gallery__item--tall { grid-row: auto; }
  .hours-panel { padding-inline: 18px; }
  .hours-list b { display: none; }
  .location-info { padding: 38px 25px; }
  .map-consent { width: 90%; padding: 25px 18px; }
  .faq summary { font-size: 1rem; }
  .final-cta__inner > div:last-child, .final-cta__inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom nav { flex-wrap: wrap; }
  .lightbox__close { top: 5px; right: 5px; }
  .menu-item { grid-template-columns: 38px 1fr auto; gap: 10px; padding: 15px 12px; }
  .menu-item__number { width: 36px; height: 36px; }
  .menu-item h3 { font-size: .97rem; }
  .menu-item__price { font-size: .82rem; }
}

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