:root {
  --wine: #5b0f18;
  --wine-dark: #33070d;
  --cream: #f7f0e4;
  --paper: #fffaf1;
  --ink: #251b18;
  --muted: #75645e;
  --gold: #b88a4a;
  --line: rgba(91, 15, 24, .18);
  --shadow: 0 22px 65px rgba(35, 12, 8, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 152px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.home { min-height: 100vh; overflow-x: hidden; }
.welcome { position: relative; min-height: 100vh; display: grid; place-items: center; padding: 28px 18px; isolation: isolate; }
.welcome-photo { position: absolute; inset: 0; z-index: -3; background: url('/assets/images/storefront-wide.jpg') center 36% / cover no-repeat; transform: scale(1.02); }
.welcome-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(30,5,8,.46), rgba(31,7,7,.83)); }
.welcome-card { width: min(580px, 100%); padding: 34px 26px 30px; border: 1px solid rgba(255,255,255,.55); border-radius: 4px; background: rgba(255,250,241,.94); box-shadow: var(--shadow); text-align: center; backdrop-filter: blur(10px); }
.welcome-logo { width: 190px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; margin: 0 auto 18px; mix-blend-mode: multiply; }
.eyebrow { margin: 0; color: var(--wine); font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", "Noto Serif Georgian", serif; }
.welcome h1 { margin: 10px 0 4px; color: var(--wine-dark); font-size: clamp(2rem, 7vw, 3.3rem); line-height: 1.05; font-weight: 500; }
.welcome-copy { margin: 10px 0 22px; color: var(--muted); }
.language-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.language-grid a { min-height: 66px; padding: 12px; display: flex; align-items: center; gap: 12px; text-decoration: none; border: 1px solid var(--line); background: #fffdf8; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.language-grid a:hover, .language-grid a:focus-visible { transform: translateY(-2px); border-color: var(--wine); background: white; }
.language-grid span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--wine); color: white; font-size: .75rem; font-weight: 800; }
.language-grid strong { font-size: 1rem; }
.home-socials { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.social-button { min-height: 48px; padding: 10px 14px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, filter .2s ease; }
.social-button:hover, .social-button:focus-visible, .floating-whatsapp:hover, .floating-whatsapp:focus-visible { transform: translateY(-2px); filter: brightness(1.04); }
.social-button span, .floating-whatsapp span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.2); font-size: .68rem; font-weight: 900; letter-spacing: .02em; }
.social-button.instagram { color: white; background: linear-gradient(120deg, #6823a4, #d42d68 58%, #f3a23a); }
.social-button.whatsapp { color: white; background: #168c55; }
.maps-button { margin: 14px auto 0; min-height: 48px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--wine); border-radius: 999px; color: var(--wine); background: transparent; font-weight: 800; text-decoration: none; }
.maps-button:hover, .maps-button:focus-visible { background: var(--wine); color: white; }
.restaurant-section { padding: 78px max(20px, calc((100vw - 1120px) / 2)); background: var(--paper); }
.restaurant-intro { max-width: 650px; margin-bottom: 30px; }
.restaurant-intro h2, .map-copy h2 { margin: 8px 0 10px; color: var(--wine-dark); font-size: clamp(2.2rem, 6vw, 4.2rem); line-height: 1; font-weight: 500; }
.restaurant-intro > p:last-child, .map-copy p { color: var(--muted); }
.restaurant-gallery { display: grid; grid-template-columns: 1.55fr .75fr .75fr; gap: 12px; height: 520px; }
.restaurant-gallery figure { margin: 0; min-width: 0; overflow: hidden; background: #ddd; }
.restaurant-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.restaurant-gallery figure:hover img { transform: scale(1.025); }
.map-section { display: grid; grid-template-columns: minmax(300px,.7fr) minmax(400px,1.3fr); min-height: 450px; background: #e8ded0; }
.map-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 56px max(24px, calc((100vw - 1120px) / 2)); padding-right: 38px; }
.map-copy .maps-button { margin: 14px 0 0; }
.maps-button.dark { color: white; background: var(--wine); }
.maps-button.dark:hover, .maps-button.dark:focus-visible { background: var(--wine-dark); }
.map-visual { position: relative; min-height: 450px; overflow: hidden; }
.map-section iframe { width: 100%; height: 100%; min-height: 450px; border: 0; pointer-events: none; }
.map-overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: center; padding: 26px; text-decoration: none; cursor: pointer; }
.map-overlay span { padding: 12px 19px; border-radius: 999px; color: white; background: var(--wine); box-shadow: 0 10px 28px rgba(51,7,13,.26); font-weight: 850; }
.map-overlay:hover span, .map-overlay:focus-visible span { background: var(--wine-dark); transform: translateY(-2px); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,240,228,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.topbar { max-width: 1120px; margin: auto; min-height: 76px; padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; }
.brand strong { display: block; color: var(--wine-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; line-height: 1.05; letter-spacing: .02em; }
.brand small { color: var(--muted); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.lang-switch { display: flex; gap: 5px; flex-wrap: wrap; justify-content: flex-end; }
.lang-switch a { min-width: 37px; padding: 8px 9px; border: 1px solid var(--line); text-decoration: none; font-size: .74rem; font-weight: 800; text-align: center; }
.lang-switch a[aria-current="page"] { background: var(--wine); color: white; border-color: var(--wine); }
.category-bar { overflow-x: auto; scrollbar-width: none; border-top: 1px solid rgba(91,15,24,.08); }
.category-bar::-webkit-scrollbar { display: none; }
.category-nav { width: max-content; min-width: 100%; max-width: 1120px; margin: auto; padding: 10px 20px; display: flex; justify-content: center; gap: 8px; }
.category-nav a { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.62); color: var(--wine-dark); text-decoration: none; white-space: nowrap; font-size: .78rem; font-weight: 750; }
.category-nav a:hover, .category-nav a:focus-visible { background: var(--wine); color: white; }
.menu-hero { position: relative; min-height: 430px; display: grid; align-items: end; overflow: hidden; background: var(--wine-dark); }
.menu-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31,5,8,.9) 0%, rgba(31,5,8,.5) 52%, rgba(31,5,8,.1) 100%), url('/assets/images/menu-hero-interior.webp') center 55% / cover no-repeat; }
.hero-inner { position: relative; width: min(1120px, 100%); margin: auto; padding: 84px 24px 55px; color: white; }
.hero-kicker { margin: 0 0 10px; color: #ecd2ab; font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.menu-hero h1 { max-width: 720px; margin: 0; font-size: clamp(2.8rem, 8vw, 6rem); font-weight: 500; line-height: .96; }
.hero-copy { max-width: 610px; margin: 16px 0 0; color: rgba(255,255,255,.84); font-size: 1.05rem; }
.menu-shell { width: min(920px, calc(100% - 32px)); margin: 0 auto; padding: 54px 0 76px; }
.section { padding: 34px 0 22px; border-bottom: 1px solid var(--line); }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.section h2 { margin: 0; color: var(--wine); font-size: clamp(2rem, 6vw, 3.2rem); font-weight: 500; line-height: 1; }
.section-note { color: var(--muted); font-size: .82rem; }
.menu-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 38px; }
.menu-item { padding: 20px 0; border-bottom: 1px dashed rgba(91,15,24,.16); }
.menu-item-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
.menu-item h3 { margin: 0; font-size: 1.2rem; line-height: 1.24; font-weight: 700; }
.price { flex: 0 0 auto; color: var(--wine); font-weight: 850; white-space: nowrap; }
.menu-item p { margin: 8px 0 0; color: var(--muted); font-size: .94rem; line-height: 1.55; }
.group-label { grid-column: 1/-1; margin: 28px 0 3px; padding: 10px 0; color: var(--wine); border-bottom: 2px solid var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; }
.food-feature { margin: 48px 0 12px; display: grid; grid-template-columns: 1.1fr .9fr; min-height: 390px; overflow: hidden; background: var(--wine-dark); color: white; box-shadow: var(--shadow); }
.food-feature.reverse { grid-template-columns: .9fr 1.1fr; }
.food-feature.reverse .food-photo { order: 2; }
.food-photo { min-height: 360px; width: 100%; height: 100%; object-fit: cover; }
.food-copy { display: flex; flex-direction: column; justify-content: center; padding: 36px; }
.food-copy small { color: #e8c797; font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.food-copy h2 { margin: 8px 0 12px; font-size: clamp(2rem,5vw,3.5rem); line-height: 1; font-weight: 500; }
.food-copy p { margin: 0; color: rgba(255,255,255,.76); }
.site-footer { padding: 42px 24px 48px; background: var(--wine-dark); color: white; text-align: center; }
.site-footer img { width: 112px; height: 112px; margin: 0 auto 16px; border-radius: 50%; object-fit: cover; }
.site-footer p { margin: 6px 0; color: rgba(255,255,255,.78); }
.site-footer a { color: white; }
.footer-socials { width: min(560px, 100%); margin: 22px auto 4px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.footer-map { margin-top: 12px; color: white; border-color: rgba(255,255,255,.5); }
.back-top { display: inline-block; margin-top: 16px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.45); text-decoration: none; }
.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 80; min-height: 54px; padding: 9px 17px 9px 10px; display: flex; align-items: center; gap: 8px; border-radius: 999px; color: white; background: #168c55; box-shadow: 0 12px 34px rgba(11,70,43,.36); text-decoration: none; transition: transform .2s ease, filter .2s ease; }
.floating-whatsapp span { width: 36px; height: 36px; }
.floating-whatsapp strong { font-size: .88rem; }
body:not(.home) {
  background:
    linear-gradient(rgba(247,240,228,.93), rgba(247,240,228,.93)),
    repeating-conic-gradient(from 45deg, rgba(130,17,27,.22) 0 25%, transparent 0 50%) 0 / 34px 34px;
}
.welcome-card { position: relative; overflow: hidden; border-radius: 18px; }
.welcome-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 12px;
  background: repeating-conic-gradient(from 45deg, #9f1c25 0 25%, #fff7e9 0 50%) 0 / 24px 24px;
}
.language-grid a { border-radius: 12px; }
.restaurant-gallery figure { border-radius: 16px; box-shadow: 0 12px 30px rgba(35,12,8,.12); }
.taste-section {
  position: relative;
  padding: 76px max(20px, calc((100vw - 1120px) / 2));
  background:
    linear-gradient(rgba(91,15,24,.9), rgba(51,7,13,.94)),
    repeating-conic-gradient(from 45deg, rgba(255,255,255,.2) 0 25%, transparent 0 50%) 0 / 42px 42px;
  color: white;
}
.taste-intro { max-width: 680px; margin-bottom: 30px; }
.taste-intro .eyebrow { color: #f4d8ae; }
.taste-intro h2 { margin: 8px 0 12px; font-size: clamp(2.2rem, 6vw, 4.2rem); line-height: 1; font-weight: 500; }
.taste-intro p:last-child { margin: 0; color: rgba(255,255,255,.78); }
.taste-gallery { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.taste-gallery figure { position: relative; margin: 0; overflow: hidden; aspect-ratio: 3 / 4; border: 3px solid rgba(255,255,255,.78); border-radius: 16px; box-shadow: 0 20px 40px rgba(20,0,4,.3); }
.taste-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.taste-gallery figure:hover img { transform: scale(1.035); }
.taste-gallery figcaption { position: absolute; inset: auto 10px 10px; padding: 8px 11px; border-radius: 999px; background: rgba(51,7,13,.86); font-family: Georgia, "Times New Roman", serif; font-size: 1rem; text-align: center; backdrop-filter: blur(8px); }
.menu-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 16px;
  background: repeating-conic-gradient(from 45deg, #a21d27 0 25%, #fff7e9 0 50%) 0 / 32px 32px;
}
.menu-shell {
  position: relative;
  margin: -28px auto 48px;
  padding: 54px 38px 76px;
  border: 1px solid rgba(91,15,24,.16);
  border-radius: 20px;
  background: rgba(255,250,241,.98);
  box-shadow: 0 24px 70px rgba(49,12,12,.14);
}
.menu-list { gap: 18px; align-items: start; }
.menu-item.has-photo {
  min-height: 214px;
  padding: 10px;
  display: grid;
  grid-template-columns: minmax(0, 134px) minmax(0, 1fr);
  gap: 16px;
  border: 1px solid rgba(91,15,24,.14);
  border-radius: 14px;
  background: #fffdf8;
  box-shadow: 0 12px 28px rgba(51,7,13,.08);
}
.menu-item-photo { position: relative; margin: 0; padding: 0; overflow: hidden; aspect-ratio: 3 / 4; border: 0; border-radius: 10px; background: #eadfd2; cursor: zoom-in; }
.menu-item-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.menu-item-photo::after { content: "＋"; position: absolute; right: 8px; bottom: 8px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: white; background: rgba(51,7,13,.82); box-shadow: 0 5px 16px rgba(0,0,0,.2); font-size: 1.15rem; }
.menu-item-photo:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.menu-item.has-photo:hover .menu-item-photo img { transform: scale(1.03); }
.menu-item-content { min-width: 0; }
.menu-item.has-photo .menu-item-content { padding: 8px 6px 8px 0; }
.menu-item.has-photo .menu-item-head { display: block; }
.menu-item.has-photo .price { display: inline-block; margin-top: 8px; }
.menu-item.has-photo p { font-size: .88rem; line-height: 1.45; }
.food-feature { border-radius: 18px; }
.food-photo { object-position: center 58%; }
.dish-lightbox { width: min(760px, calc(100% - 28px)); max-width: none; max-height: 92vh; padding: 0; overflow: visible; border: 0; border-radius: 18px; background: transparent; box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.dish-lightbox::backdrop { background: rgba(20,5,7,.86); backdrop-filter: blur(8px); }
.dish-lightbox img { width: 100%; max-height: 88vh; object-fit: contain; border: 4px solid #fff8ec; border-radius: 18px; background: #fff8ec; }
.lightbox-close { position: absolute; z-index: 2; top: -15px; right: -12px; width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid white; border-radius: 50%; color: white; background: var(--wine); box-shadow: 0 8px 24px rgba(0,0,0,.3); cursor: pointer; font-size: 1.8rem; line-height: 1; }
.lightbox-close:hover, .lightbox-close:focus-visible { background: var(--wine-dark); }
@media (max-width: 760px) {
  html { scroll-padding-top: 142px; }
  .welcome { align-items: end; padding-bottom: 18px; }
  .welcome-photo { background-image: url('/assets/images/storefront-tall.jpg'); }
  .welcome-card { padding: 25px 18px 22px; }
  .welcome-logo { width: 132px; margin-bottom: 12px; }
  .topbar { min-height: 68px; padding: 8px 12px; }
  .brand img { width: 45px; height: 45px; }
  .brand small { display: none; }
  .brand strong { font-size: .92rem; }
  .lang-switch { gap: 3px; }
  .lang-switch a { min-width: 33px; padding: 7px 6px; }
  .category-nav { justify-content: flex-start; padding: 8px 12px 10px; }
  .menu-hero { min-height: 350px; }
  .hero-inner { padding: 70px 20px 38px; }
  .menu-shell { width: min(100% - 16px, 920px); margin: -18px auto 28px; padding: 24px 12px 48px; border-radius: 14px; }
  .section { padding-top: 26px; }
  .menu-list { grid-template-columns: 1fr; }
  .menu-item { padding: 17px 0; }
  .food-feature, .food-feature.reverse { grid-template-columns: 1fr; margin: 34px -14px 8px; }
  .food-feature.reverse .food-photo { order: 0; }
  .food-photo { height: 300px; min-height: 0; }
  .food-copy { padding: 26px 22px 30px; }
  .footer-socials { grid-template-columns: 1fr; }
  .restaurant-section { padding: 54px 14px; }
  .restaurant-gallery { grid-template-columns: 1.4fr .8fr; grid-template-rows: repeat(2, 245px); height: auto; gap: 8px; }
  .restaurant-gallery .gallery-main { grid-row: 1 / span 2; }
  .taste-section { padding: 54px 14px; }
  .taste-gallery { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
  .map-section { grid-template-columns: 1fr; }
  .map-copy { padding: 48px 20px; }
  .map-visual, .map-section iframe { min-height: 360px; }
}
@media (max-width: 390px) {
  .language-grid { grid-template-columns: 1fr; }
  .home-socials { grid-template-columns: 1fr; }
  .language-grid a { min-height: 56px; }
  .brand strong { max-width: 98px; }
  .menu-item-head { gap: 10px; }
  .menu-item.has-photo { grid-template-columns: 108px minmax(0,1fr); gap: 12px; min-height: 170px; }
  .menu-item.has-photo .menu-item-content { padding: 4px 2px 4px 0; }
  .menu-item.has-photo h3 { font-size: 1.08rem; }
  .menu-item.has-photo p { font-size: .84rem; line-height: 1.38; }
  .floating-whatsapp { right: 12px; bottom: 12px; padding-right: 12px; }
  .floating-whatsapp strong { display: none; }
  .restaurant-gallery { grid-template-columns: 1fr; grid-template-rows: 300px 220px 220px; }
  .restaurant-gallery .gallery-main { grid-row: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
