:root {
  --ink: #25100c;
  --muted: #67514b;
  --paper: #fff8ed;
  --surface: #ffffff;
  --soft: #fff1d6;
  --line: rgba(37, 16, 12, .14);
  --red: #c92121;
  --red-dark: #8f1616;
  --gold: #9b6508;
  --green: #23624a;
  --charcoal: #160e0c;
  --cream: #fffdf8;
  --shadow: 0 18px 46px rgba(77, 39, 24, .14);
  --focus: #155db7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Karla, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.wrap {
  width: min(calc(100% - 34px), 1160px);
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 248, 237, .94);
  backdrop-filter: blur(16px);
}
.topbar-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  min-width: 0;
}
.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  font-size: 1.2rem;
}
.brand-text {
  display: grid;
  line-height: 1.05;
}
.brand-text strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}
.brand-text span {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
}
.nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: var(--muted);
  font-weight: 800;
  text-decoration: none;
}
.top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lang-select {
  min-width: 56px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  color: var(--ink);
  padding: 0 8px;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  padding: 0 16px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(77,39,24,.15);
}
.btn.primary {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}
.btn.dark {
  border-color: var(--charcoal);
  background: var(--charcoal);
  color: #fff;
}
.btn.gold {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}
.btn.ghost {
  background: transparent;
  color: inherit;
}
.btn svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.hero {
  min-height: calc(100dvh - 74px);
  display: grid;
  align-items: center;
  padding: clamp(28px, 5vw, 76px) 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, .78fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
}
.hero-copy {
  display: grid;
  gap: 20px;
}
.eyebrow {
  margin: 0;
  color: var(--red-dark);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}
h1, h2, h3, p { letter-spacing: 0; }
h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 7vw, 6.6rem);
  line-height: .9;
}
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .98;
}
h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.2;
}
.lead {
  margin: 0;
  color: var(--muted);
  max-width: 680px;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-media {
  position: relative;
}
.photo-card,
.dashboard-card,
.fact-card,
.menu-card,
.contact-panel,
.variant-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.photo-card {
  overflow: hidden;
}
.photo-card img {
  width: 100%;
  min-height: 420px;
  max-height: 620px;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
}
.photo-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: var(--charcoal);
  color: #fff;
  font-weight: 900;
}
.stamp {
  position: absolute;
  right: -14px;
  bottom: 34px;
  width: min(170px, 36vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  text-align: center;
  font-weight: 900;
  box-shadow: 0 18px 34px rgba(47, 22, 8, .24);
  transform: rotate(-8deg);
}
.stamp span { display: block; font-size: 2rem; line-height: 1; }

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.stat {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.74);
  padding: 14px;
}
.stat strong {
  display: block;
  font-size: 1.32rem;
  line-height: 1.05;
}
.stat span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 700;
}

.section {
  padding: clamp(44px, 7vw, 88px) 0;
}
.section.alt { background: var(--cream); }
.section.dark {
  background: var(--charcoal);
  color: #fff;
}
.section.dark .muted,
.section.dark .lead,
.section.dark .eyebrow {
  color: rgba(255,255,255,.74);
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 24px;
}
.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 540px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.fact-card,
.menu-card {
  padding: 18px;
}
.fact-card {
  display: grid;
  gap: 10px;
}
.fact-card svg,
.menu-card svg {
  width: 26px;
  height: 26px;
  color: var(--red);
}
.muted {
  color: var(--muted);
}
.menu-card {
  display: grid;
  gap: 12px;
  min-height: 178px;
}
.menu-card .price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--red-dark);
  padding: 0 10px;
  font-weight: 900;
}
.hours-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.hours-table th,
.hours-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.hours-table tr:last-child th,
.hours-table tr:last-child td { border-bottom: 0; }
.hours-table th { width: 38%; }

.contact-panel {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}
.contact-copy {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 40px);
}
.map-box {
  min-height: 370px;
  background:
    radial-gradient(circle at 28% 30%, rgba(201,33,33,.18), transparent 26%),
    linear-gradient(135deg, #f8e7c5, #fff8ed 52%, #e4f2e8);
  position: relative;
  overflow: hidden;
}
.map-box::before,
.map-box::after {
  content: "";
  position: absolute;
  inset: auto -12% 38% -12%;
  height: 20px;
  background: rgba(35,98,74,.28);
  transform: rotate(-8deg);
}
.map-box::after {
  inset: 55% -16% auto -12%;
  height: 18px;
  background: rgba(201,33,33,.2);
  transform: rotate(12deg);
}
.pin {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(37,16,12,.22);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 110;
  transform: translateX(-50%) translateY(24px);
  opacity: 0;
  border-radius: 999px;
  background: var(--charcoal);
  color: #fff;
  padding: 12px 16px;
  font-weight: 900;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 28px 0;
  background: var(--charcoal);
  color: #fff;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.footer a { color: #fff; }

/* Premium variant */
.variant-premium {
  --paper: #15100e;
  --surface: #211715;
  --soft: #2d1d18;
  --line: rgba(255,255,255,.14);
  --ink: #fffaf2;
  --muted: rgba(255,250,242,.72);
  --red: #ee4b3d;
  --red-dark: #ffb3a6;
  --gold: #d69a2d;
  background: var(--paper);
  color: var(--ink);
}
.variant-premium .topbar {
  background: rgba(21,16,14,.92);
}
.variant-premium .brand,
.variant-premium .nav a,
.variant-premium .lang-select {
  color: var(--ink);
}
.variant-premium .photo-caption {
  background: rgba(21,16,14,.92);
}
.variant-premium .stat,
.variant-premium .fact-card,
.variant-premium .menu-card,
.variant-premium .contact-panel,
.variant-premium .hours-table {
  background: #211715;
  color: var(--ink);
}
.variant-premium .section.alt {
  background: #1b1210;
}

/* Menu-first variant */
.variant-menu .hero {
  min-height: auto;
  padding-top: 34px;
}
.variant-menu .hero-grid {
  grid-template-columns: 1fr;
}
.variant-menu h1 {
  max-width: 980px;
}
.menu-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.menu-board .menu-card {
  background: var(--charcoal);
  color: #fff;
}
.menu-board .menu-card p {
  color: rgba(255,255,255,.74);
}

/* Dashboard */
.dashboard-body {
  background:
    linear-gradient(180deg, rgba(255,248,237,.95), rgba(255,241,214,.86)),
    var(--paper);
}
.dashboard-main {
  padding: clamp(22px, 4vw, 42px) 0;
}
.dashboard-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
.dashboard-head h1 {
  font-size: clamp(2rem, 4vw, 4rem);
}
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.variant-card {
  overflow: hidden;
}
.preview-button {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
}
.shot {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}
.shot img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  transition: transform .24s ease, filter .24s ease;
}
.preview-button:hover .shot img,
.preview-button:focus-visible .shot img {
  transform: scale(1.025);
  filter: saturate(1.08);
}
.card-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(22,14,12,.74);
}
.modal.open { display: flex; }
.modal-backdrop {
  position: absolute;
  inset: 0;
}
.modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  height: min(92dvh, 890px);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: #15100e;
  color: #fff;
  box-shadow: 0 28px 90px rgba(0,0,0,.42);
}
.modal-toolbar {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px 12px 18px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.modal-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.modal-tools button,
.modal-tools a {
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 0 12px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.modal-stage {
  display: grid;
  place-items: stretch;
  overflow: auto;
  background: #080605;
  padding: 0;
}
.modal-frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}
.modal-stage.mobile {
  place-items: center;
  padding: 18px;
}
.modal-stage.mobile .modal-frame {
  width: min(390px, 100%);
  height: min(760px, 100%);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0,0,0,.45);
}

@media (max-width: 920px) {
  .nav { display: none; }
  .hero-grid,
  .contact-panel,
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .stat-row,
  .grid-3,
  .dashboard-grid,
  .menu-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .photo-card img {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 24px), 1160px); }
  .topbar-inner { min-height: 66px; }
  .brand-mark { width: 40px; height: 40px; font-size: 1rem; }
  .brand-text span { display: none; }
  .hero {
    min-height: auto;
    padding: 28px 0 40px;
  }
  h1 { font-size: clamp(2.35rem, 14vw, 4.6rem); }
  h2 { font-size: clamp(1.9rem, 10vw, 3rem); }
  .actions .btn { width: 100%; }
  .stat-row,
  .grid-3,
  .dashboard-grid,
  .menu-board {
    grid-template-columns: 1fr;
  }
  .section-head,
  .dashboard-head,
  .footer-inner {
    display: grid;
    align-items: start;
  }
  .stamp {
    right: 10px;
    bottom: 20px;
    width: 128px;
  }
  .photo-card img {
    min-height: 280px;
  }
  .contact-panel {
    border-radius: 8px;
  }
  .map-box {
    min-height: 280px;
  }
  .modal {
    padding: 8px;
  }
  .modal-panel {
    height: 94dvh;
  }
  .modal-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

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