:root {
  --bg: #0c0b0a;
  --bg-elevated: #15120f;
  --panel: rgba(18, 15, 12, 0.92);
  --line: rgba(214, 162, 73, 0.28);
  --line-strong: rgba(214, 162, 73, 0.6);
  --gold: #d6a249;
  --gold-soft: #f0d6a4;
  --text: #f4efe6;
  --muted: #c3b7a4;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 8px;
  --content: min(760px, calc(100vw - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  background:
    radial-gradient(circle at top, rgba(214, 162, 73, 0.08), transparent 30%),
    linear-gradient(180deg, #0c0b0a 0%, #120f0d 36%, #090807 100%);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(8, 7, 6, 0.9);
  border-bottom: 1px solid rgba(214, 162, 73, 0.14);
}

.header-inner,
.info-strip,
.menu-shell,
.footer-inner {
  width: var(--content);
  margin: 0 auto;
}

.header-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy,
.eyebrow,
.label {
  color: var(--muted);
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
}

.brand-copy {
  color: var(--gold);
  font-size: 0.75rem;
}

.brand-subcopy {
  color: #f4e6cc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-link {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 13, 11, 0.78);
  color: var(--gold-soft);
}

.contact-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.lang-switch {
  display: inline-flex;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(16, 13, 11, 0.78);
}

.lang-button {
  min-width: 46px;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}

.lang-button.active {
  background: linear-gradient(180deg, #f0c76a 0%, #c88a21 100%);
  color: #1a1208;
}

.header-phone {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(214, 162, 73, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: #1a1208;
  background: linear-gradient(180deg, #f0c76a 0%, #c88a21 100%);
  box-shadow: 0 10px 28px rgba(200, 138, 33, 0.28);
  white-space: nowrap;
}

.info-strip {
  padding: 14px 0 8px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.info-strip div {
  padding: 14px 0 0;
  border-top: 1px solid var(--line);
}

.info-strip strong {
  display: block;
  margin-top: 8px;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #f4e6cc;
}

.menu-shell {
  padding: 16px 0 32px;
}

.site-footer {
  padding: 12px 0 28px;
  border-top: 1px solid rgba(214, 162, 73, 0.14);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-copy strong {
  color: #f4e6cc;
  font-size: 1rem;
  font-weight: 600;
}

.footer-links {
  justify-content: flex-end;
}

.section-head {
  margin-bottom: 16px;
}

.section-head h1 {
  margin: 8px 0 0;
  font-size: clamp(1.8rem, 8vw, 2.5rem);
}

.menu-tools {
  position: sticky;
  top: 68px;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 18px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(12, 10, 8, 0.94);
  box-shadow: var(--shadow);
}

.field {
  display: grid;
  gap: 6px;
}

.field-label {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#menu-search,
#category-select {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  background: rgba(20, 16, 12, 0.88);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 1rem;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.menu-card {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 10px;
  padding: 16px;
}

.menu-card h3 {
  margin: 0;
  color: var(--gold);
  font-size: 1.2rem;
}

.section-note {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.dish-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.dish-item {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(214, 162, 73, 0.12);
}

.dish-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}

.dish-name {
  font-size: 0.98rem;
  line-height: 1.4;
  color: #fbf4e8;
}

.dish-price {
  color: var(--gold);
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.98rem;
}

.dish-meta,
.dish-note {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.45;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 760px) {
  :root {
    --content: min(100vw - 28px, 1000px);
  }

  .header-inner {
    min-height: auto;
    padding: 12px 0;
    align-items: start;
    flex-direction: column;
  }

  .header-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .header-phone {
    width: 100%;
  }

  .lang-switch {
    width: fit-content;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .brand-logo {
    width: 52px;
    height: 52px;
  }
}
