:root {
  --ink: #0d0d0b;
  --ink-soft: #151512;
  --paper: #f1eee7;
  --paper-deep: #e6e0d5;
  --copper: #d88d4d;
  --copper-light: #f2b472;
  --smoke: #aaa69d;
  --line: rgba(241, 238, 231, 0.15);
  --dark-line: rgba(13, 13, 11, 0.14);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
.i18n-pending body { visibility: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font: 400 16px/1.6 "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Bodoni MT", Didot, Georgia, serif; font-weight: 400; }
h1 em, h2 em { color: var(--copper-light); font-weight: 400; }
:focus-visible { outline: 3px solid var(--copper-light); outline-offset: 4px; }
[hidden] { display: none !important; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.kicker { margin: 0 0 14px; color: var(--copper-light); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.2em; line-height: 1.35; text-transform: uppercase; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: var(--paper); color: var(--ink); transform: translateY(-160%); transition: transform 0.2s; }
.skip-link:focus { transform: none; }
.grain { position: fixed; inset: 0; z-index: 200; pointer-events: none; opacity: 0.045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 210; width: 100%; height: 3px; background: var(--copper); box-shadow: 0 0 18px rgba(216, 141, 77, 0.75); transform: scaleX(0); transform-origin: left; pointer-events: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background 0.3s, box-shadow 0.3s; }
.site-header.scrolled { background: rgba(13, 13, 11, 0.91); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2); backdrop-filter: blur(18px); }
.demo-bar { display: flex; min-height: 30px; align-items: center; justify-content: center; padding: 5px 16px; background: var(--copper); color: #1e140d; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.075em; line-height: 1.25; text-align: center; text-transform: uppercase; }
.nav-wrap { display: flex; height: 82px; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(216, 141, 77, 0.65); border-radius: 50%; color: var(--copper-light); font: 400 1.2rem Georgia, serif; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font-size: 0.85rem; letter-spacing: 0.13em; line-height: 1.2; text-transform: uppercase; }
.brand small { margin-top: 3px; color: #9d9990; font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 28px); }
.desktop-nav a { position: relative; color: #d0cbc1; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--copper); content: ""; transform: scaleX(0); transition: transform 0.25s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.nav-order { padding: 10px 15px; border: 1px solid var(--line); border-radius: 99px; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; transition: 0.25s; }
.nav-order:hover { border-color: var(--copper); background: rgba(216, 141, 77, 0.12); }
.language-toggle { display: grid; min-width: 42px; height: 42px; place-items: center; padding: 0 9px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,0.04); color: var(--paper); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.04em; transition: 0.25s; }
.language-toggle:hover { border-color: var(--copper); background: rgba(216,141,77,0.12); color: var(--copper-light); }
.cart-trigger { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; padding: 8px 9px 8px 14px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,0.04); color: var(--paper); }
.cart-trigger span { font-size: 0.76rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.cart-trigger b { display: grid; min-width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--copper); color: #21160d; font-size: 0.72rem; }
.cart-trigger b.bump { animation: count-bump 0.45s var(--ease); }
.menu-toggle { display: none; width: 44px; height: 44px; align-content: center; justify-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle span { width: 18px; height: 1px; background: var(--paper); transition: transform 0.25s; }
.menu-toggle.open span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle.open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { display: none; padding: 20px 24px 26px; border-top: 1px solid var(--line); background: rgba(13, 13, 11, 0.98); }
.mobile-menu a:not(.button) { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font: 400 1.5rem Georgia, serif; }
.mobile-menu .button { margin-top: 20px; }

.hero { position: relative; min-height: 100svh; isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-in 1.4s var(--ease) both; }
.hero-scrim { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(13,13,11,0.96) 0%, rgba(13,13,11,0.78) 38%, rgba(13,13,11,0.16) 72%), linear-gradient(0deg, rgba(13,13,11,0.82), transparent 40%); }
.hero-layout { display: grid; min-height: 100svh; grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr); align-items: end; gap: 50px; padding-top: 170px; padding-bottom: 78px; }
.hero-copy { max-width: 780px; }
.hero h1 { max-width: 850px; margin: 0 0 28px; font-size: clamp(4.6rem, 9.5vw, 9.2rem); line-height: 0.8; letter-spacing: -0.075em; }
.hero-lead { max-width: 590px; margin-bottom: 30px; color: #d0cbc1; font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.75; }
.hero-actions, .contact-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 15px; padding: 13px 20px; border: 1px solid transparent; border-radius: 2px; font-weight: 800; letter-spacing: 0.035em; line-height: 1.2; text-align: center; transition: transform 0.25s var(--ease), background 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s; }
.button:hover { transform: translateY(-3px); }
.button-copper { background: var(--copper); color: #1f140c; box-shadow: 0 12px 30px rgba(216, 141, 77, 0.18); }
.button-copper:hover { background: var(--copper-light); box-shadow: 0 16px 38px rgba(216, 141, 77, 0.26); }
.button-ghost { border-color: rgba(255,255,255,0.25); background: rgba(255,255,255,0.045); color: var(--paper); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: var(--copper); background: rgba(216,141,77,0.12); }
.button-light { border-color: rgba(255,255,255,0.2); color: var(--paper); }
.button-light:hover { border-color: var(--copper); background: var(--copper); color: var(--ink); }
.hero-disclaimer { margin: 24px 0 0; color: #918d85; font-size: 0.78rem; }
.hero-card { align-self: end; margin-bottom: 8px; padding: 24px; border: 1px solid rgba(255,255,255,0.19); background: rgba(13,13,11,0.62); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.hero-card > div:not(.hero-card-actions) { display: flex; flex-direction: column; gap: 2px; padding: 0 0 16px; }
.hero-card > div + div:not(.hero-card-actions) { padding-top: 16px; border-top: 1px solid var(--line); }
.hero-card span { color: #918d85; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-card strong { font: 400 1.22rem Georgia, serif; }
.hero-card-actions { display: flex; gap: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.hero-card-actions a { color: var(--copper-light); font-size: 0.82rem; font-weight: 800; }
.scroll-cue { position: absolute; right: 28px; bottom: 76px; display: flex; align-items: center; gap: 12px; writing-mode: vertical-rl; color: #aaa69c; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 54px; background: linear-gradient(var(--copper), transparent); }
.marquee { overflow: hidden; border-block: 1px solid var(--line); color: #b6b1a8; }
.marquee > div { display: flex; width: max-content; align-items: center; padding: 17px 0; animation: marquee 28s linear infinite; }
.marquee span { padding: 0 25px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.marquee b { color: var(--copper); }

.section-heading { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.section-heading.compact { margin-bottom: 36px; }
.section-heading h2, .about-copy h2, .reviews-summary h2, .contact-copy h2 { margin: 0; font-size: clamp(3.3rem, 6vw, 6rem); line-height: 0.92; letter-spacing: -0.055em; }
.section-heading > p { max-width: 500px; justify-self: end; margin: 0; color: #aaa69d; }
.menu-section { background: var(--ink); }
.menu-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.menu-filters { display: flex; max-width: 100%; gap: 8px; overflow-x: auto; padding: 4px 0 8px; scrollbar-width: thin; }
.filter { flex: none; min-height: 42px; padding: 9px 17px; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: #bdb8ae; font-weight: 700; transition: 0.25s; }
.filter:hover, .filter.active { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.menu-note { flex: none; color: #817d75; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.menu-card { display: flex; min-height: 250px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: #121210; transition: transform 0.35s var(--ease), border-color 0.35s, box-shadow 0.35s; }
.menu-card:hover { border-color: rgba(216,141,77,0.58); box-shadow: 0 18px 45px rgba(0,0,0,0.18); transform: translateY(-5px); }
.menu-card.hidden { display: none; }
.menu-card.filter-pop { animation: filter-pop 0.48s var(--ease) both; }
.menu-card-image { min-height: 520px; grid-row: span 2; }
.menu-card-image img { width: 100%; height: 275px; object-fit: cover; transition: transform 0.7s var(--ease); }
.menu-card:hover img { transform: scale(1.045); }
.menu-card-body { display: flex; height: 100%; flex-direction: column; padding: 24px; }
.item-category { margin-bottom: 13px; color: var(--copper-light); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.item-title { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: start; }
.item-title h3 { margin: 0; font: 400 1.47rem/1.15 Georgia, serif; }
.item-title strong { color: var(--copper-light); white-space: nowrap; font-size: 0.9rem; }
.menu-card p { margin: 15px 0 28px; color: #969189; font-size: 0.9rem; }
.add-item { display: flex; min-height: 43px; align-items: center; justify-content: space-between; margin-top: auto; padding: 9px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: #dcd7cd; font-weight: 800; text-align: left; }
.add-item span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1rem; transition: 0.25s; }
.add-item:hover span { border-color: var(--copper); background: var(--copper); color: var(--ink); transform: rotate(90deg); }
.add-item.added span { animation: add-pop 0.48s var(--ease); }

.about-section { background: var(--paper); color: var(--ink); }
.about-layout { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.about-visual { position: relative; min-height: 680px; }
.about-main { width: 78%; height: 610px; object-fit: cover; }
.about-detail { position: absolute; right: 0; bottom: 0; width: 48%; height: 310px; border: 10px solid var(--paper); object-fit: cover; }
.about-seal { position: absolute; right: 21%; top: 10%; display: grid; width: 135px; height: 135px; place-items: center; align-content: center; border-radius: 50%; background: var(--copper); color: #1e140d; text-align: center; transform: rotate(-8deg); }
.about-seal span { font-size: 0.65rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.about-seal b { font: 400 1.15rem Georgia, serif; }
.about-copy h2 { color: var(--ink); }
.about-copy h2 em { color: #a35f2f; }
.about-copy > p:not(.kicker) { color: #5c5851; }
.about-copy .about-lead { color: #25231f; font: 400 1.32rem/1.55 Georgia, serif; }
.about-points { margin: 34px 0; border-top: 1px solid var(--dark-line); }
.about-points > div { display: grid; grid-template-columns: 145px 1fr; gap: 22px; padding: 16px 0; border-bottom: 1px solid var(--dark-line); }
.about-points strong { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; }
.about-points span { color: #68635b; }
.text-link { display: inline-flex; gap: 12px; border-bottom: 1px solid #a35f2f; color: #8c4e24; font-weight: 800; }

.gallery-section { background: #11110f; }
.gallery-grid { display: grid; grid-auto-rows: 250px; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; background: #20201c; color: white; }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,0.7), transparent 55%); content: ""; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease), filter 0.7s; }
.gallery-item:hover img { filter: saturate(1.08); transform: scale(1.055); }
.gallery-item span { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; font: 400 1.15rem Georgia, serif; text-align: left; }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }

.branches-section { background: #181813; }
.branches-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.branch-card { display: flex; min-height: 510px; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.012)); transition: border-color 0.3s, transform 0.3s var(--ease), background 0.3s; }
.branch-card:hover { border-color: rgba(216,141,77,0.7); background: rgba(216,141,77,0.055); transform: translateY(-6px); }
.branch-number { align-self: flex-end; color: rgba(242,180,114,0.32); font: italic 400 4.2rem/1 Georgia, serif; }
.demo-tag { display: inline-flex; width: fit-content; padding: 5px 8px; border: 1px solid currentColor; color: var(--copper-light); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.12em; line-height: 1; text-transform: uppercase; }
.branch-card h3 { margin: 18px 0 10px; font: 400 2.5rem/1 Georgia, serif; }
.branch-card p { color: #a6a198; }
.branch-card dl { margin: auto 0 24px; }
.branch-card dl > div { display: grid; grid-template-columns: 80px 1fr; padding: 11px 0; border-top: 1px solid var(--line); }
.branch-card dt { color: #817d75; font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; }
.branch-card dd { margin: 0; text-align: right; }
.branch-actions { display: flex; align-items: center; gap: 18px; }
.branch-actions .button { flex: 1; }
.branch-actions .icon-link { min-height: 44px; align-items: center; padding-inline: 4px; }
.icon-link { color: var(--copper-light); font-size: 0.8rem; font-weight: 800; white-space: nowrap; }

.reviews-section { background: var(--paper); color: var(--ink); }
.reviews-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: start; }
.reviews-summary { position: sticky; top: 150px; }
.reviews-summary h2 { color: var(--ink); }
.reviews-summary h2 em { color: #a35f2f; }
.rating { display: flex; align-items: center; gap: 18px; margin: 35px 0 24px; }
.rating > strong { font: 400 4.2rem/1 Georgia, serif; }
.rating > div { display: flex; flex-direction: column; }
.rating span, .stars { color: #a35f2f; letter-spacing: 0.12em; }
.rating small { color: #777169; }
.review-disclaimer { max-width: 440px; color: #68635b; font-size: 0.84rem; }
.reviews-grid { display: grid; gap: 14px; }
.review-card { padding: 28px; border: 1px solid var(--dark-line); background: #ebe6dc; transition: transform 0.3s var(--ease), background 0.3s; }
.review-card:hover { background: #e4ddd1; transform: translateX(-5px); }
.review-card .demo-tag { color: #985827; }
.review-card .stars { margin: 24px 0 14px; font-size: 0.8rem; }
.review-card blockquote { margin: 0 0 26px; font: 400 1.35rem/1.55 Georgia, serif; }
.review-card footer { display: flex; align-items: center; gap: 12px; }
.avatar { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 0.72rem; font-weight: 800; }
.review-card footer div { display: flex; flex-direction: column; }
.review-card footer small { color: #746e65; }

.contact-section { position: relative; isolation: isolate; overflow: hidden; padding-block: 130px; }
.contact-backdrop { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(13,13,11,0.96), rgba(13,13,11,0.65)), url("assets/hero.webp") center/cover no-repeat; }
.contact-backdrop::after { position: absolute; inset: 0; background: linear-gradient(0deg, #0d0d0b, transparent 40%); content: ""; }
.contact-layout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 90px; align-items: center; }
.contact-copy > p:not(.kicker) { max-width: 600px; color: #bcb7ae; }
.contact-card { padding: 30px; border: 1px solid rgba(255,255,255,0.18); background: rgba(13,13,11,0.74); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.contact-card > a:not(.directions-row), .contact-card > div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-card > .demo-tag { margin-bottom: 10px; }
.contact-card > a > span, .contact-card > div > span { color: #8f8b83; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-card strong { font-weight: 600; word-break: break-word; }
.contact-card strong small { color: #807c75; font-weight: 400; }
.directions-row { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; color: var(--copper-light); font-weight: 800; }

.site-footer { padding: 75px 0 28px; background: #0a0a09; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 0.75fr); gap: 50px; padding-bottom: 65px; }
.footer-brand p { max-width: 320px; margin: 22px 0 0; color: #858178; }
.footer-grid h3 { margin: 0 0 18px; color: var(--copper-light); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) > a { display: block; width: fit-content; margin: 7px 0; color: #b7b2a8; }
.footer-grid p { color: #b7b2a8; }
.footer-grid small { color: #747068; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid var(--line); color: #77736b; font-size: 0.75rem; }

.overlay { position: fixed; inset: 0; z-index: 120; background: rgba(0,0,0,0.66); opacity: 0; backdrop-filter: blur(5px); transition: opacity 0.3s; }
.overlay.open { opacity: 1; }
.cart { position: fixed; top: 0; right: 0; z-index: 130; display: flex; width: min(480px, 100%); height: 100%; flex-direction: column; padding: 28px; border-left: 1px solid var(--line); background: #151512; box-shadow: -30px 0 70px rgba(0,0,0,0.25); transform: translateX(102%); transition: transform 0.45s var(--ease); }
.cart.open { transform: none; }
.cart-header, .dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.cart-header h2, .dialog-header h2 { margin: 0; font-size: 2.3rem; line-height: 1; }
.close-button { display: grid; width: 44px; height: 44px; flex: none; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--paper); font-size: 1.35rem; transition: 0.25s; }
.close-button:hover { border-color: var(--copper); transform: rotate(90deg); }
.close-button.dark { border-color: var(--dark-line); color: var(--ink); }
.cart-items { flex: 1; overflow-y: auto; }
.empty-cart { padding: 80px 0; color: #87837b; text-align: center; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-item strong { font: 400 1.1rem Georgia, serif; }
.cart-item span { color: var(--copper-light); }
.cart-item button { border: 0; background: transparent; color: #8d8981; }
.cart-footer { padding-top: 22px; border-top: 1px solid var(--line); }
.cart-footer > div { display: flex; justify-content: space-between; margin-bottom: 16px; font-size: 1.1rem; }
.cart-footer .button { width: 100%; }
.cart-footer .button:disabled { opacity: 0.4; cursor: not-allowed; transform: none; }
.cart-footer small { display: block; margin-top: 12px; color: #817d75; text-align: center; }
.dialog { position: fixed; top: 50%; left: 50%; z-index: 140; width: min(620px, calc(100% - 28px)); max-height: 90vh; overflow-y: auto; padding: 30px; background: var(--paper); color: var(--ink); opacity: 0; visibility: hidden; transform: translate(-50%, -45%) scale(0.96); transition: 0.35s var(--ease); }
.dialog.open { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
.dialog-header { border-color: var(--dark-line); }
.dialog > div > p { color: #676159; }
.payment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0; }
.payment-option { padding: 16px; border: 1px solid var(--dark-line); background: transparent; color: var(--ink); text-align: left; transition: 0.25s; }
.payment-option:hover { border-color: #a35f2f; transform: translateY(-2px); }
.payment-option.active { border-color: #a35f2f; background: #e5ddd0; box-shadow: inset 0 0 0 1px #a35f2f; }
.payment-option strong, .payment-option small { display: block; }
.payment-option strong { margin-bottom: 5px; }
.payment-option small { color: #716b63; }
.dialog-submit { width: 100%; }
.success { padding: 35px 8px; text-align: center; }
.success-mark { display: grid; width: 72px; height: 72px; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: var(--copper); font-size: 2rem; animation: success-pop 0.6s var(--ease); }
.success h3 { margin-bottom: 8px; font: 400 2.2rem Georgia, serif; }
.lightbox { position: fixed; inset: 3vh 3vw; z-index: 150; display: grid; place-items: center; padding: 50px; background: #080807; opacity: 0; visibility: hidden; transform: scale(0.97); transition: 0.3s var(--ease); }
.lightbox.open { opacity: 1; visibility: visible; transform: scale(1); }
.lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; }
.lightbox .close-button { position: absolute; top: 18px; right: 18px; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 180; max-width: calc(100% - 28px); padding: 12px 18px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translate(-50%, 18px); transition: 0.3s; font-weight: 800; text-align: center; }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

[dir="rtl"] body { font-family: Tahoma, Arial, "Segoe UI", sans-serif; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] .about-lead, [dir="rtl"] .review-card blockquote { font-family: Tahoma, Arial, sans-serif; }
[dir="rtl"] .brand { direction: ltr; }
[dir="rtl"] .demo-bar, [dir="rtl"] .kicker, [dir="rtl"] .desktop-nav a, [dir="rtl"] .brand small, [dir="rtl"] .brand strong, [dir="rtl"] .item-category, [dir="rtl"] .menu-note, [dir="rtl"] .filter, [dir="rtl"] .demo-tag, [dir="rtl"] .footer-grid h3 { letter-spacing: 0; text-transform: none; }
[dir="rtl"] .hero-scrim { background: linear-gradient(270deg, rgba(13,13,11,0.96) 0%, rgba(13,13,11,0.78) 38%, rgba(13,13,11,0.16) 72%), linear-gradient(0deg, rgba(13,13,11,0.82), transparent 40%); }
[dir="rtl"] .hero h1, [dir="rtl"] .section-heading h2, [dir="rtl"] .about-copy h2, [dir="rtl"] .reviews-summary h2, [dir="rtl"] .contact-copy h2 { letter-spacing: -0.035em; }
[dir="rtl"] .gallery-item span, [dir="rtl"] .add-item, [dir="rtl"] .payment-option { text-align: right; }
[dir="rtl"] .scroll-progress { transform-origin: right; }
[dir="rtl"] .contact-backdrop { background: linear-gradient(270deg, rgba(13,13,11,0.96), rgba(13,13,11,0.65)), url("assets/hero.webp") center/cover no-repeat; }
[dir="rtl"] .cart { right: auto; left: 0; border-right: 1px solid var(--line); border-left: 0; box-shadow: 30px 0 70px rgba(0,0,0,0.25); transform: translateX(-102%); }
[dir="rtl"] .cart.open { transform: none; }
[dir="rtl"] .branch-card dd { text-align: left; }
[dir="rtl"] .review-card:hover { transform: translateX(5px); }

.reveal { opacity: 0; filter: blur(7px); transform: translateY(26px); transition: opacity 0.72s var(--ease), filter 0.72s var(--ease), transform 0.72s var(--ease); }
.reveal.in-view { opacity: 1; filter: none; transform: none; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.07); } to { opacity: 1; transform: scale(1); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes filter-pop { from { opacity: 0; transform: translateY(14px) scale(0.985); } to { opacity: 1; transform: none; } }
@keyframes add-pop { 50% { background: var(--copper); color: var(--ink); transform: rotate(90deg) scale(0.78); } }
@keyframes count-bump { 50% { background: var(--copper-light); transform: scale(1.35); } }
@keyframes success-pop { from { opacity: 0; transform: scale(0.35) rotate(-14deg); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .mobile-menu.open { display: block; }
  .hero-layout { grid-template-columns: 1fr 300px; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .branches-grid { grid-template-columns: 1fr 1fr; }
  .branch-card:last-child { grid-column: 1 / -1; min-height: 450px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 0.8fr); gap: 30px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 102px; }
  .shell { width: min(100% - 36px, 1240px); }
  .section { padding: 88px 0; }
  .nav-wrap { height: 72px; }
  .nav-order { display: none; }
  .hero { min-height: 850px; }
  .hero-scrim { background: linear-gradient(0deg, rgba(13,13,11,0.94) 5%, rgba(13,13,11,0.42) 75%, rgba(13,13,11,0.65)); }
  .hero-layout { min-height: 850px; grid-template-columns: 1fr; align-content: end; gap: 25px; padding-top: 160px; padding-bottom: 60px; }
  .hero h1 { font-size: clamp(4.7rem, 15vw, 7rem); }
  .hero-card { width: min(100%, 450px); margin: 0; }
  .scroll-cue { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { justify-self: start; }
  .about-layout, .reviews-layout, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .about-copy { order: -1; }
  .about-visual { min-height: 600px; }
  .about-main { height: 540px; }
  .reviews-summary { position: static; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-wide { grid-column: span 2; }
  .branches-grid { grid-template-columns: 1fr; }
  .branch-card:last-child { grid-column: auto; }
  .contact-section { padding-block: 100px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  body { font-size: 15.5px; }
  .shell { width: min(100% - 28px, 1240px); }
  .section { padding: 72px 0; }
  .demo-bar { min-height: 34px; font-size: 0.59rem; letter-spacing: 0.055em; }
  .nav-wrap { height: 68px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand strong { font-size: 0.73rem; }
  .brand small { display: none; }
  .cart-trigger span { display: none; }
  .cart-trigger { min-height: 40px; padding: 7px; }
  .language-toggle { min-width: 40px; height: 40px; padding-inline: 7px; }
  .menu-toggle { width: 40px; height: 40px; }
  .hero { min-height: 760px; }
  .hero-layout { min-height: 760px; padding-top: 140px; padding-bottom: 36px; }
  .hero h1 { margin-bottom: 22px; font-size: clamp(3.8rem, 19vw, 5.2rem); line-height: 0.83; }
  .hero-lead { margin-bottom: 24px; font-size: 0.96rem; line-height: 1.65; }
  .hero-actions, .contact-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .contact-actions .button { width: 100%; }
  .hero-card { display: none; }
  .hero-disclaimer { margin-top: 18px; }
  .section-heading h2, .about-copy h2, .reviews-summary h2, .contact-copy h2 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .menu-toolbar { align-items: flex-start; flex-direction: column; }
  .menu-note { display: none; }
  .menu-filters { width: calc(100% + 14px); padding-right: 14px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card, .menu-card-image { min-height: 0; grid-row: auto; }
  .menu-card-image img { height: 230px; }
  .menu-card-body { padding: 21px; }
  .item-title h3 { font-size: 1.32rem; }
  .about-visual { min-height: 480px; }
  .about-main { width: 88%; height: 430px; }
  .about-detail { width: 50%; height: 215px; border-width: 7px; }
  .about-seal { right: 5%; width: 108px; height: 108px; }
  .about-points > div { grid-template-columns: 1fr; gap: 5px; }
  .gallery-grid { grid-auto-rows: 190px; gap: 8px; }
  .gallery-item span { right: 14px; bottom: 12px; left: 14px; font-size: 0.96rem; }
  .branch-card { min-height: 470px; padding: 24px; }
  .branch-card h3 { font-size: 2.2rem; }
  .branch-actions { align-items: stretch; flex-direction: column; }
  .branch-actions .button { width: 100%; }
  .review-card { padding: 23px; }
  .review-card blockquote { font-size: 1.18rem; }
  .contact-card { padding: 22px; }
  .contact-card > a:not(.directions-row), .contact-card > div { grid-template-columns: 1fr; gap: 3px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .cart { padding: 21px; }
  .payment-options { grid-template-columns: 1fr; }
  .dialog { padding: 22px; }
  .lightbox { inset: 1vh 1vw; padding: 35px 10px; }
}

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