@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;600;700;800&family=UnifrakturCook:wght@700&display=swap");

:root {
  --ink: #090604;
  --coal: #120d0a;
  --smoke: #211813;
  --paper: #f4e4c7;
  --muted: #cdb88f;
  --gold: #c89b46;
  --red: #c71118;
  --wine: #4b0b12;
  --line: rgba(244, 228, 199, .18);
  --shadow: 0 24px 80px rgba(0, 0, 0, .42);
  --gothic: "UnifrakturCook", "Cormorant Garamond", serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 16% 8%, rgba(199, 17, 24, .18), transparent 28rem),
    radial-gradient(circle at 86% 16%, rgba(200, 155, 70, .13), transparent 24rem),
    linear-gradient(180deg, var(--ink), #0d0908 40%, var(--coal));
  color: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

a { color: inherit; text-decoration-color: rgba(200,155,70,.55); text-underline-offset: .18em; }
a:visited { color: #dfcfa9; }
img { display: block; max-width: 100%; }

.intro {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  background: #000;
  transition: opacity .9s ease, visibility .9s ease;
}
.intro.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.intro-mark {
  width: 70vw;
  max-width: 1117px;
  display: grid;
  place-items: center;
  animation: introLift 4.2s cubic-bezier(.2,.8,.2,1) both;
}
.intro-mark img { width: 100%; height: auto; filter: drop-shadow(0 0 42px rgba(199,17,24,.34)); }
.intro-skip {
  position: fixed;
  bottom: 28px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
}
@keyframes introLift {
  0% { opacity: 0; transform: translateY(30px) scale(.92); filter: brightness(.2); }
  30% { opacity: 1; transform: translateY(0) scale(1); filter: brightness(.75); }
  64% { filter: brightness(1.12); }
  100% { opacity: 1; transform: translateY(-8px) scale(1.03); }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header, .qr-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 52px);
  background: rgba(9, 6, 4, .72);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; flex: 0 0 auto; }
.brand.compact { min-width: 0; }
.brand-mark { width: clamp(190px, 18vw, 310px); height: auto; max-height: 74px; object-fit: contain; object-position: left center; }
.brand-name, h1 {
  font-family: var(--gothic);
  color: var(--red);
  font-weight: 700;
  line-height: .85;
  letter-spacing: 0;
}
.brand-name { font-size: 2.1rem; }
.brand-sub { display: block; color: var(--gold); font-family: var(--serif); text-transform: uppercase; font-size: .72rem; letter-spacing: .12em; }
.nav { display: flex; gap: clamp(14px, 2.5vw, 34px); font-size: .82rem; text-transform: uppercase; letter-spacing: .11em; }
.nav a { text-decoration: none; color: var(--muted); }
.nav a:hover { color: var(--paper); }
.lang { display: flex; gap: 6px; }
.lang button {
  min-width: 38px;
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(244,228,199,.04);
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}
.lang button.is-active { color: var(--ink); background: var(--gold); border-color: var(--gold); }

.hero {
  min-height: calc(82svh - 78px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  padding: clamp(88px, 14vh, 160px) clamp(20px, 6vw, 80px) clamp(42px, 8vh, 76px);
  overflow: hidden;
}
.hero-art { position: absolute; inset: 0; z-index: -2; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.1) brightness(.56); }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9,6,4,.96), rgba(9,6,4,.64) 46%, rgba(9,6,4,.18)),
    linear-gradient(0deg, var(--ink), transparent 34%);
}
.hero-inner { max-width: 900px; }
.eyebrow, .section-kicker {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 800;
}
h1 {
  margin: 14px 0 18px;
  font-size: clamp(6rem, 20vw, 17rem);
  text-shadow: 0 10px 70px rgba(199,17,24,.45);
}
.hero-logo {
  width: clamp(300px, 43vw, 760px);
  height: auto;
  margin: 18px 0 30px;
  filter: drop-shadow(0 18px 52px rgba(199,17,24,.3));
}
.hero-lede {
  max-width: 690px;
  color: #f7e7ca;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.08;
  margin: 0 0 30px;
}
.hero-actions, .social-row, .menu-cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}
.button.primary { background: var(--red); color: #fff; box-shadow: 0 16px 50px rgba(199,17,24,.32); }
.button.ghost { border: 1px solid var(--line); color: var(--paper); background: rgba(244,228,199,.06); }
.hero-panel {
  position: absolute;
  right: clamp(20px, 5vw, 70px);
  bottom: clamp(22px, 5vw, 70px);
  width: min(280px, calc(100% - 40px));
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(18,13,10,.7);
  box-shadow: var(--shadow);
}
.hero-panel span, .hero-panel a { display: block; color: var(--muted); }
.hero-panel strong { display: block; font-family: var(--serif); font-size: 1.45rem; color: var(--paper); }

.section { padding: clamp(70px, 10vw, 130px) clamp(20px, 6vw, 80px); }
.story-grid, .contact {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
}
h2 {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: .94;
  letter-spacing: 0;
}
.story-copy { color: var(--muted); font-size: 1.06rem; }
.proof-strip {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.proof-strip div { padding: 22px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { display: block; font-family: var(--serif); font-size: 1.55rem; color: var(--paper); }
.proof-strip span { color: var(--muted); }

.section-head { max-width: 760px; margin-bottom: 36px; }
.section-head p:last-child { color: var(--muted); }
.menu-tabs {
  display: grid;
  gap: 10px;
  padding: 3px 0 18px;
}
.menu-level, .qr-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.menu-tabs button, .qr-tabs button {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  background: rgba(244,228,199,.05);
  color: var(--muted);
  border-radius: 999px;
  padding: 12px 17px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  cursor: pointer;
}
.menu-tabs button.is-active, .qr-tabs button.is-active { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.menu-groups button { border-color: rgba(200,155,70,.42); color: var(--paper); }
.menu-groups { overflow-x: visible; flex-wrap: wrap; }
.menu-categories { display: flex; flex-wrap: wrap; overflow: visible; align-items: flex-start; }
.menu-categories button { width: auto; min-height: 40px; white-space: nowrap; line-height: 1; font-size: .74rem; padding: 10px 13px; }
.featured-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.dish, .qr-item {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(244,228,199,.08), rgba(244,228,199,.025));
  padding: 20px;
}
.dish-head, .qr-item-head { display: flex; gap: 16px; align-items: baseline; justify-content: space-between; }
.dish h3, .qr-item h3 { margin: 0; font-family: var(--serif); font-size: 1.42rem; line-height: 1.1; }
.price { color: var(--gold); font-weight: 900; white-space: nowrap; }
.dish p, .qr-item p { margin: 8px 0 0; color: var(--muted); font-size: .94rem; }
.menu-cta { margin-top: 24px; color: var(--muted); }

.gallery-stack {
  display: grid;
  gap: clamp(42px, 7vw, 86px);
}
.gallery-block {
  display: grid;
  grid-template-columns: minmax(180px, .32fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: start;
  padding-top: clamp(22px, 4vw, 42px);
  border-top: 1px solid var(--line);
}
.gallery-copy h3 {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  line-height: .92;
  letter-spacing: 0;
}
.food-grid, .wine-grid, .city-grid, .history-grid {
  display: grid;
  gap: 12px;
}
.food-grid {
  grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
}
.wine-grid {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.city-grid, .history-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: clamp(170px, 17vw, 250px);
}
.gallery-tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--smoke);
  min-width: 0;
}
.food-grid .gallery-tile { aspect-ratio: 9 / 14; }
.wine-grid .gallery-tile { aspect-ratio: 1 / 1; }
.gallery-tile.panorama { grid-column: span 2; }
.gallery-tile.tall { grid-row: span 2; }
.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  filter: saturate(.96) contrast(1.04);
  transition: transform .8s ease;
}
.city-grid .gallery-tile:nth-child(1) img { object-position: 50% 38%; }
.city-grid .gallery-tile:nth-child(4) img { object-position: 50% 40%; }
.history-grid .gallery-tile img { filter: saturate(.82) contrast(1.08); }
.gallery-tile:hover img { transform: scale(1.04); }
.gallery-tile figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  background: rgba(9,6,4,.74);
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  pointer-events: none;
}

.contact-card {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(75,11,18,.38), rgba(244,228,199,.055));
  box-shadow: var(--shadow);
}
.contact-lines { display: grid; gap: 12px; margin: 28px 0; color: var(--muted); }
.contact-lines a { color: var(--paper); font-size: 1.16rem; }
.social-row a {
  border: 1px solid var(--line);
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--muted);
}
.map { min-height: 480px; border: 1px solid var(--line); overflow: hidden; box-shadow: var(--shadow); }
.map iframe { width: 100%; height: 100%; min-height: 480px; border: 0; filter: grayscale(.9) invert(.86) contrast(1.08); }
.footer, .qr-footer {
  padding: 34px clamp(20px, 6vw, 80px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.footer-logo { width: clamp(190px, 20vw, 310px); height: auto; max-width: 72vw; max-height: 185px; object-fit: contain; }

.qr-page { padding-top: 0; --qr-offset: 118px; }
.qr-header { position: fixed; left: 0; right: 0; }
.qr-tabs {
  position: sticky;
  top: var(--qr-offset);
  z-index: 8;
  background: rgba(9,6,4,.92);
  border-bottom: 1px solid var(--line);
  padding: 12px clamp(14px, 4vw, 40px);
  backdrop-filter: blur(16px);
}
.qr-menu { max-width: 760px; margin: 0 auto; padding: calc(var(--qr-offset) + 82px) 16px 50px; }
.qr-section { scroll-margin-top: calc(var(--qr-offset) + 72px); margin-bottom: 48px; }
.qr-section h2 { font-size: 2.2rem; border-bottom: 1px solid var(--line); padding-bottom: 12px; margin-bottom: 14px; }
.qr-item { margin-bottom: 12px; }

@media (max-width: 900px) {
  .site-header, .qr-header { align-items: flex-start; flex-wrap: wrap; }
  .nav { order: 3; width: 100%; overflow-x: auto; padding-bottom: 3px; }
  .hero { min-height: 660px; }
  .hero-panel { position: relative; right: auto; bottom: auto; margin-top: 30px; }
  .story-grid, .contact, .featured-menu { grid-template-columns: 1fr; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .gallery-block { grid-template-columns: 1fr; }
  .food-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .wine-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .city-grid, .history-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 220px; }
}

@media (max-width: 560px) {
  .brand-sub { display: none; }
  .brand { min-width: 0; }
  .brand-name { font-size: 1.62rem; }
  .brand-mark { width: clamp(190px, 18vw, 310px); height: auto; max-height: 74px; object-fit: contain; object-position: left center; }
  .lang button { min-width: 34px; min-height: 34px; font-size: .74rem; }
  .hero { min-height: 610px; padding-top: 84px; }
  h1 { font-size: clamp(5.1rem, 25vw, 7rem); }
  .hero-logo { width: min(82vw, 430px); margin: 14px 0 24px; }
  .hero-lede { font-size: 1.35rem; }
  .site-header, .qr-header { gap: 10px; }
  .qr-page { --qr-offset: 154px; }
  .food-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wine-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-categories { display: flex; flex-wrap: nowrap; overflow-x: auto; }
  .menu-categories button { width: auto; white-space: nowrap; min-height: 0; }
  .city-grid, .history-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-tile.panorama, .gallery-tile.tall { grid-row: auto; grid-column: auto; }
  .footer, .qr-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
  .intro { display: none; }
}




.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(9,6,4,.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox img {
  max-width: min(100%, 1180px);
  max-height: 82vh;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
}
.lightbox p { margin: 14px 0 0; color: var(--paper); font-family: var(--serif); font-size: clamp(1rem, 2vw, 1.45rem); }
.lightbox span { display: block; max-width: min(760px, 92vw); margin-top: 8px; color: var(--muted); text-align: center; font-size: clamp(.95rem, 1.4vw, 1.12rem); line-height: 1.45; }
.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(244,228,199,.08);
  color: var(--paper);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.gallery-tile { cursor: zoom-in; }
body.has-lightbox { overflow: hidden; }
