/* ============================================================
   Lidbeer Bar Аскамiтны — «Налiтае»
   Тёплый · ночной · налитый.
   Amber + espresso-ink + maroon + cream · Lobster + Manrope
   ============================================================ */

/* Self-hosted fonts (CSP: font-src 'self'). See scripts/fetch-fonts.cjs */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/lobster-cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/lobster-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/lobster-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/lobster-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(../assets/fonts/manrope-cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(../assets/fonts/manrope-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(../assets/fonts/manrope-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(../assets/fonts/manrope-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* Palette (hex of the documented OKLCH ramp) */
  --amber:        #F2A01E;
  --amber-bright: #FFB838;
  --amber-deep:   #D7881A;
  --ink:          #1B1411;
  --ink-2:        #241A15;
  --maroon:       #552121;
  --maroon-deep:  #3A1717;
  --cream:        #F5EEE0;
  --cream-dim:    #C7BBA6;

  --line-on-dark:  rgba(245, 238, 224, 0.14);
  --line-on-amber: rgba(27, 20, 17, 0.20);

  /* Type */
  --font-script: 'Lobster', 'Comic Sans MS', cursive;
  --font-sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Fluid spacing */
  --space-2xs: 0.5rem;
  --space-xs:  0.75rem;
  --space-sm:  1rem;
  --space-md:  1.5rem;
  --space-lg:  2rem;
  --space-xl:  clamp(2.5rem, 5vw, 4rem);
  --space-2xl: clamp(3.5rem, 8vw, 6.5rem);

  /* Radii */
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 26px;
  --r-pill: 999px;

  /* Shadow (warm) */
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.25);
  --shadow-md: 0 18px 40px -18px rgba(0, 0, 0, 0.65);
  --shadow-amber: 0 16px 34px -16px rgba(120, 64, 0, 0.55);

  --container: min(1180px, 100% - 2.5rem);
  --header-h: 66px;

  /* z-index scale */
  --z-header: 100;
  --z-lightbox: 300;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

* { margin: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: var(--cream);
  background: var(--ink);
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
button { font: inherit; color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }

.container {
  width: var(--container);
  margin-inline: auto;
}

/* ---- Skip link ---- */
.skip-link {
  position: fixed;
  top: -120px;
  left: 16px;
  z-index: calc(var(--z-header) + 10);
  background: var(--amber);
  color: var(--ink);
  padding: 12px 22px;
  font-weight: 700;
  border-radius: var(--r-pill);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: top 0.2s var(--ease-out);
}
.skip-link:focus { top: 14px; }

/* ============================================================
   Brand wordmark
   ============================================================ */
.brand { display: inline-flex; align-items: baseline; gap: 0.5em; }
.brand__script {
  font-family: var(--font-script);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.01em;
}
.brand__sub {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: var(--z-header);
  background: var(--amber);
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  transition: box-shadow 0.25s var(--ease-out), background 0.25s var(--ease-out);
}
.site-header.is-scrolled {
  box-shadow: 0 6px 24px -12px rgba(0, 0, 0, 0.6);
  background: var(--amber-deep);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  width: var(--container);
  padding-block: 9px;
}

.site-header .brand { color: var(--ink); }
.site-header .brand__script { font-size: 1.85rem; }
.site-header .brand__sub { color: rgba(27, 20, 17, 0.72); }

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2rem);
}
.nav-links > a {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink);
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.18s var(--ease-out), opacity 0.18s var(--ease-out);
}
.nav-links > a:not(.nav-reserve):hover { border-bottom-color: var(--ink); }

.nav-reserve {
  background: var(--cream);
  color: var(--ink) !important;
  padding: 10px 24px !important;
  border-radius: var(--r-pill);
  border-bottom: none !important;
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s var(--ease-out), background 0.18s var(--ease-out);
}
.nav-reserve:hover { background: var(--ink); color: var(--cream) !important; transform: translateY(-1px); }

/* Burger */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 11px;
  background: none;
  border: none;
}
.nav-toggle span {
  display: block;
  height: 2.5px;
  width: 100%;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.25s var(--ease-out), opacity 0.2s var(--ease-out);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  min-height: 48px;
  padding: 0 28px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  border: 2px solid transparent;
  transition: transform 0.18s var(--ease-out), background 0.18s var(--ease-out), color 0.18s var(--ease-out), border-color 0.18s var(--ease-out);
  white-space: nowrap;
}
.btn--primary { background: var(--amber); color: var(--ink); box-shadow: var(--shadow-amber); }
.btn--primary:hover { background: var(--amber-bright); transform: translateY(-2px); }

.btn--ghost { background: transparent; color: var(--cream); border-color: var(--cream); }
.btn--ghost:hover { background: var(--cream); color: var(--ink); transform: translateY(-2px); }
.btn--ghost-dark { color: var(--ink); border-color: rgba(27, 20, 17, 0.55); }
.btn--ghost-dark:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  padding-top: calc(var(--header-h) + clamp(0.75rem, 2vw, 1.5rem));
  padding-inline: clamp(0.75rem, 2vw, 1.25rem);
  padding-bottom: clamp(1rem, 2vw, 1.5rem);
}
.hero__card {
  position: relative;
  max-width: 1320px;
  margin-inline: auto;
  border-radius: var(--r-lg);
  overflow: hidden;
  min-height: min(78vh, 680px);
  display: flex;
  box-shadow: var(--shadow-md);
}
.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.hero__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 50% 38%, rgba(27, 20, 17, 0.15), rgba(27, 20, 17, 0.78) 78%),
    linear-gradient(to top, rgba(27, 20, 17, 0.92), rgba(27, 20, 17, 0.1) 55%);
}
.hero__overlay {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 100%;
  max-width: 720px;
  padding: clamp(2rem, 6vw, 4rem) var(--space-md);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__kick {
  display: inline-flex;
  align-items: center;
  gap: 0.85em;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--amber);
  margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
}
.hero__kick span {
  width: clamp(24px, 6vw, 46px);
  height: 1.5px;
  background: currentColor;
  opacity: 0.7;
}
.hero__script {
  font-size: clamp(3.25rem, 12vw, 6.5rem);
  line-height: 0.92;
  color: var(--amber);
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.5);
}
.hero__restaurant {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: clamp(0.12em, 1.5vw, 0.34em);
  font-size: clamp(1.1rem, 4vw, 2rem);
  color: var(--cream);
  margin-top: 0.15em;
}
.hero__sub {
  margin-top: clamp(1rem, 3vw, 1.6rem);
  max-width: 34ch;
  color: var(--cream-dim);
  font-size: clamp(1rem, 2.4vw, 1.15rem);
  line-height: 1.6;
  text-wrap: balance;
}
.hero__actions {
  margin-top: clamp(1.5rem, 4vw, 2.25rem);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  justify-content: center;
}

/* ============================================================
   Sections (shared)
   ============================================================ */
.section { padding-block: var(--space-2xl); }
.menu-section { padding-block: clamp(2rem, 5vw, 3.5rem); }

.section-heading { max-width: 60ch; margin-bottom: var(--space-xl); }
.section-heading__eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--amber);
  margin-bottom: 0.6rem;
}
h2 {
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--cream);
  text-wrap: balance;
}
.section-text {
  color: var(--cream-dim);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 65ch;
}
.section-heading .section-text { margin-top: 0.75rem; }

/* ============================================================
   Menu shell + section toggle (the big amber entry card)
   ============================================================ */
.menu-shell {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--amber);
  box-shadow: var(--shadow-amber);
}
.menu-section--bar .menu-shell { background: var(--maroon); }

.section-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--space-md);
  text-align: left;
  background: none;
  border: none;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  color: var(--ink);
}
.menu-section--bar .section-toggle { color: var(--cream); }

.section-toggle__text-group { flex: 1; min-width: 0; }
.section-toggle__eyebrow {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0.7;
  margin-bottom: 0.4rem;
}
.section-toggle__title {
  display: block;
  font-weight: 800;
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
}
.section-toggle__text {
  display: block;
  margin-top: 0.7rem;
  font-size: clamp(0.92rem, 1.6vw, 1.02rem);
  line-height: 1.5;
  max-width: 62ch;
  opacity: 0.82;
}
.section-toggle__icon {
  flex: none;
  display: grid;
  place-items: center;
  width: clamp(48px, 8vw, 60px);
  height: clamp(48px, 8vw, 60px);
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  background: var(--ink);
  color: var(--amber);
  transition: transform 0.3s var(--ease-out);
}
.menu-section--bar .section-toggle__icon { background: var(--cream); color: var(--maroon); }
.menu-shell.is-open .section-toggle__icon { transform: rotate(45deg); }
.section-toggle:hover .section-toggle__icon { transform: scale(1.06); }
.menu-shell.is-open .section-toggle:hover .section-toggle__icon { transform: rotate(45deg) scale(1.06); }

/* Collapsible section panel (driven by .menu-shell.is-open via main.js) */
.section-panel {
  display: grid;
  grid-template-rows: 0fr;
  background: var(--ink);
  transition: grid-template-rows 0.42s var(--ease-out);
}
.menu-shell.is-open .section-panel { grid-template-rows: 1fr; }
.section-panel__inner {
  overflow: hidden;
  min-height: 0;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
.menu-shell.is-open .section-panel__inner { padding-block: clamp(0.5rem, 2vw, 1rem) clamp(1.25rem, 3vw, 2rem); }

.section-bottom-actions { display: flex; justify-content: center; padding-top: var(--space-md); }
.menu-collapse-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--line-on-dark);
  background: var(--ink-2);
  color: var(--cream);
  font-size: 1.25rem;
  transition: background 0.18s var(--ease-out), border-color 0.18s var(--ease-out), transform 0.18s var(--ease-out);
}
.menu-collapse-arrow:hover { background: var(--amber); color: var(--ink); border-color: var(--amber); transform: translateY(-2px); }

/* ============================================================
   Accordion (category list) — rendered by main.js
   ============================================================ */
.accordion__categories { display: flex; flex-direction: column; }
.accordion__item { border-bottom: 1px solid var(--line-on-dark); }
.accordion__item:last-child { border-bottom: none; }

.accordion__button {
  width: 100%;
  display: grid;
  grid-template-columns: clamp(40px, 8vw, 66px) 1fr auto 40px;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  padding: clamp(1rem, 2.6vw, 1.5rem) 0;
  background: none;
  border: none;
  text-align: left;
  transition: opacity 0.18s var(--ease-out);
}
.accordion__button:hover { opacity: 0.78; }
.accordion__button:hover .accordion__title { color: var(--amber); }

.accordion__num {
  font-weight: 800;
  font-size: clamp(1.4rem, 3.4vw, 2.1rem);
  line-height: 1;
  color: var(--amber);
  font-variant-numeric: tabular-nums;
}
.accordion__title {
  font-weight: 700;
  font-size: clamp(1.1rem, 2.6vw, 1.45rem);
  line-height: 1.15;
  color: var(--cream);
  letter-spacing: -0.01em;
  transition: color 0.18s var(--ease-out);
}
.accordion__meta {
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cream-dim);
  white-space: nowrap;
}
.accordion__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--line-on-dark);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--amber);
  transition: transform 0.3s var(--ease-out), border-color 0.18s var(--ease-out);
}
.accordion__item.is-open .accordion__icon { transform: rotate(45deg); border-color: var(--amber); }

.accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.36s var(--ease-out);
}
.accordion__panel.is-open { grid-template-rows: 1fr; }
.accordion__content { overflow: hidden; min-height: 0; }
.accordion__content > .section-text { margin: 0 0 1.1rem !important; }

/* ============================================================
   Menu items (rows) — rendered by main.js
   ============================================================ */
.menu-items { list-style: none; padding: 0; display: flex; flex-direction: column; }
.menu-item {
  display: flex;
  align-items: baseline;
  gap: var(--space-md);
  padding: clamp(0.85rem, 2vw, 1.1rem) 0;
  border-top: 1px solid var(--line-on-dark);
}
.menu-item:first-child { border-top: none; }
.menu-item__head { flex: 1; min-width: 0; }
.menu-item__name {
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.3;
  color: var(--cream);
}
.menu-item__desc {
  margin-top: 0.3rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--cream-dim);
  max-width: 62ch;
}
.menu-item__price {
  flex: none;
  font-weight: 700;
  font-size: 1.0625rem;
  color: var(--amber);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  padding-left: 0.5rem;
}

/* ============================================================
   Gallery — rendered by main.js
   ============================================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(0.75rem, 2vw, 1.25rem);
}
.gallery-card {
  position: relative;
  aspect-ratio: 4 / 5;
  border: none;
  padding: 0;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--ink-2);
  box-shadow: var(--shadow-md);
}
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}
.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27, 20, 17, 0.85), transparent 55%);
  opacity: 0.85;
  transition: opacity 0.3s var(--ease-out);
}
.gallery-card:hover img { transform: scale(1.05); }
.gallery-card:hover::after { opacity: 1; }
.gallery-card__caption {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: var(--space-md);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: left;
}
.gallery-card__caption span:first-child {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--cream);
}
.gallery-card__caption span:last-child {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--amber);
}

/* ============================================================
   Contacts
   ============================================================ */
.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
}
.contact-card {
  background: var(--amber);
  color: var(--ink);
  border-radius: var(--r-lg);
  padding: clamp(1.75rem, 4vw, 3rem);
  box-shadow: var(--shadow-amber);
}
.contact-card .section-heading__eyebrow { color: var(--maroon-deep); opacity: 0.85; }
.contact-card h2 { color: var(--ink); margin-bottom: var(--space-lg); }

.contact-list { list-style: none; padding: 0; display: flex; flex-direction: column; }
.contact-list li {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: var(--space-sm) 0;
  border-top: 1px solid var(--line-on-amber);
}
.contact-list li:first-child { border-top: none; }
.contact-list__label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--maroon-deep);
}
.contact-list__value { font-size: 1.05rem; font-weight: 600; line-height: 1.4; }
.contact-list__value a { border-bottom: 1.5px solid rgba(27, 20, 17, 0.35); transition: border-color 0.18s var(--ease-out); }
.contact-list__value a:hover { border-color: var(--ink); }

.contact-actions { display: flex; flex-wrap: wrap; gap: var(--space-sm); margin-top: var(--space-lg); }

.map-card {
  border-radius: var(--r-lg);
  overflow: hidden;
  min-height: 360px;
  background: var(--ink-2);
  border: 1px solid var(--line-on-dark);
  box-shadow: var(--shadow-md);
}
.map-card iframe { width: 100%; height: 100%; min-height: 360px; border: none; display: block; filter: saturate(0.9); }

/* ============================================================
   Footer
   ============================================================ */
.footer {
  background: var(--maroon-deep);
  border-top: 1px solid var(--line-on-dark);
  padding-block: var(--space-xl);
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
}
.footer__brand { display: inline-flex; align-items: center; gap: 0.75rem; }
.footer__brand img { width: 56px; height: 56px; border-radius: var(--r-sm); }
.footer__brand .brand__script { font-size: 1.6rem; color: var(--cream); }
.footer__meta { display: flex; flex-wrap: wrap; gap: var(--space-md); }
.footer__meta a { color: var(--cream-dim); font-weight: 600; transition: color 0.18s var(--ease-out); }
.footer__meta a:hover { color: var(--amber); }
.footer__copy { color: var(--cream-dim); font-size: 0.9rem; }

/* ============================================================
   Lightbox — toggled via [hidden] by main.js
   ============================================================ */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: var(--z-lightbox);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(15, 10, 8, 0.94);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s var(--ease-out), visibility 0.25s var(--ease-out);
}
.lightbox:not([hidden]) { opacity: 1; visibility: visible; pointer-events: auto; }
body.lightbox-open { overflow: hidden; }

.lightbox__figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: var(--space-sm); max-width: 92vw; }
.lightbox__image {
  max-width: 92vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
}
.lightbox__caption { color: var(--cream-dim); font-size: 0.95rem; font-weight: 600; text-align: center; }

.lightbox__close, .lightbox__prev, .lightbox__next {
  position: absolute;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  background: rgba(245, 238, 224, 0.1);
  color: var(--cream);
  font-size: 2rem;
  line-height: 1;
  transition: background 0.18s var(--ease-out), transform 0.18s var(--ease-out);
}
.lightbox__close:hover, .lightbox__prev:hover, .lightbox__next:hover { background: var(--amber); color: var(--ink); }
.lightbox__close { top: clamp(1rem, 3vw, 2rem); right: clamp(1rem, 3vw, 2rem); }
.lightbox__prev { left: clamp(0.5rem, 3vw, 2rem); top: 50%; transform: translateY(-50%); }
.lightbox__next { right: clamp(0.5rem, 3vw, 2rem); top: 50%; transform: translateY(-50%); }
.lightbox__prev:hover { transform: translateY(-50%) scale(1.06); }
.lightbox__next:hover { transform: translateY(-50%) scale(1.06); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 820px) {
  :root { --header-h: 60px; }

  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--amber);
    padding: var(--space-sm) clamp(1rem, 5vw, 2rem) var(--space-lg);
    box-shadow: 0 18px 30px -16px rgba(0, 0, 0, 0.6);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: transform 0.25s var(--ease-out), opacity 0.25s var(--ease-out), visibility 0.25s var(--ease-out);
  }
  .site-header.is-scrolled .nav-links { background: var(--amber-deep); }
  .nav-links.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; visibility: visible; }
  .nav-links > a {
    font-size: 1.25rem;
    padding: 14px 0;
    border-bottom: 1px solid var(--line-on-amber);
  }
  .nav-links > a:last-child { border-bottom: none; }
  .nav-reserve { text-align: center; margin-top: var(--space-sm); }

  .contacts-grid { grid-template-columns: 1fr; }
  .map-card { order: 2; min-height: 300px; }
  .map-card iframe { min-height: 300px; }
}

@media (max-width: 560px) {
  .hero { padding-inline: 0.6rem; }
  .hero__card { border-radius: var(--r-md); min-height: min(82vh, 600px); }
  .hero__actions { flex-direction: column; align-self: stretch; }
  .hero__actions .btn { width: 100%; }

  .accordion__button { grid-template-columns: clamp(34px, 11vw, 48px) 1fr 34px; }
  .accordion__meta { display: none; }

  .menu-item { flex-direction: column; gap: 0.35rem; align-items: stretch; }
  .menu-item__price { padding-left: 0; }

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

/* ============================================================
   Focus + motion
   ============================================================ */
:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
  border-radius: 4px;
}
.site-header :focus-visible { outline-color: var(--ink); }

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