
:root {
  --bg: #030303;
  --bg-soft: #0f0f10;
  --text: #ffffff;
  --muted: #a1a1aa;
  --accent: #dc2626;
  --line: #27272a;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  line-height: 1.45;
}
h1, h2, h3, .logo { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .03em; margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
.container { width: min(1120px, 92%); margin: 0 auto; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; background: rgba(0,0,0,.9); border-bottom: 1px solid rgba(127,29,29,.35); backdrop-filter: blur(10px); }
.header-row { display: flex; align-items: center; gap: 20px; min-height: 76px; }
.logo { color: var(--accent); font-size: 28px; }
.desktop-nav { display: flex; align-items: center; gap: 16px; margin-left: 24px; }
.desktop-nav button { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.desktop-nav button:hover { color: #fff; }
.desktop-nav .accent-link { color: var(--accent); }
.birthday-link { padding: 8px 10px; border: 1px solid rgba(220,38,38,.45); }
.birthday-link span { margin-left: 8px; background: var(--accent); padding: 2px 5px; font-size: 10px; }
.header-contacts { margin-left: auto; display: grid; text-align: right; }
.header-contacts a { font-size: 14px; font-weight: 700; }
.header-contacts small { color: #737373; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.burger { display: none; width: 40px; height: 40px; margin-left: auto; }
.burger span { display: block; width: 100%; height: 2px; background: var(--accent); margin: 6px 0; }

.hero { min-height: 100svh; position: relative; display: grid; place-items: center; background: url('./main.png') center/cover no-repeat; background-position: 50% calc(50% + 35px); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.86), rgba(0,0,0,.4), rgba(0,0,0,.95)); }
.hero-content { position: relative; text-align: center; padding-top: 80px; }
.hero h1 { font-size: clamp(56px, 15vw, 152px); color: var(--accent); text-shadow: 0 0 22px rgba(220,38,38,.35); }
.hero p { margin: 16px auto 34px; max-width: 640px; font-size: clamp(16px, 2.2vw, 28px); color: #d4d4d8; text-transform: uppercase; letter-spacing: .2em; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn { padding: 14px 26px; text-transform: uppercase; font-weight: 700; letter-spacing: .14em; border: 1px solid transparent; }
.btn-primary { background: var(--accent); }
.btn-primary:hover { background: #b91c1c; }
.btn-secondary { border-color: var(--accent); }
.btn-secondary:hover { background: rgba(220,38,38,.12); }
.social-icons {
  display: flex;
  gap: 15px; /* Расстояние между иконками */
}

.social-link {
  font-size: 30px; /* Размер иконок */
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-link:hover {
  transform: scale(1.1); /* Эффект при наведении */
  opacity: 0.8;
}

/* Фирменные цвета */
.tg { color: #26A5E4; }
.vk { color: #0077FF; }

.about, .gallery, .contacts { padding: 92px 0; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: center; }
.about h2 { font-size: clamp(36px, 6vw, 74px); color: var(--accent); margin-bottom: 18px; }
.about .lead { font-size: 24px; font-weight: 700; margin-bottom: 14px; }
.about p { color: #d4d4d8; }
.about-list { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.about-list article { border-left: 2px solid var(--accent); background: rgba(255,255,255,.03); padding: 12px; }
.about-list h3 { font-size: 12px; margin-bottom: 8px; }
.about-list p { font-size: 12px; margin: 0; color: #a1a1aa; }
.about-image { margin: 0; border: 1px solid #262626; position: relative; }
.about-image img { width: 100%; height: 560px; object-fit: cover; display: block; }
.about-image figcaption { position: absolute; bottom: 16px; right: 16px; background: var(--accent); padding: 10px 14px; font-size: 26px; font-weight: 700; }

.gallery { background: var(--bg-soft); }
.gallery h2, .contacts h2 { text-align: center; margin-bottom: 28px; font-size: clamp(34px, 5vw, 58px); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-card { margin: 0; min-height: 320px; position: relative; overflow: hidden; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.gallery-card figcaption { position: absolute; inset: auto 0 0; background: linear-gradient(to top, rgba(127,29,29,.85), transparent); padding: 18px; text-transform: uppercase; font-weight: 700; }
.gallery-card:hover img { transform: scale(1.08); }

.contacts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.contact-cards article { border: 1px solid var(--line); padding: 14px; min-height: 130px; }
.contact-cards h3 { color: var(--accent); margin-bottom: 8px; font-size: 20px; }
.contact-cards p { margin: 0; color: #d4d4d8; }
.contact-note { margin-top: 16px; color: #a1a1aa; }
.map-wrap { border: 1px solid var(--line); min-height: 460px; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; min-height: 460px; }

.site-footer { border-top: 1px solid rgba(127,29,29,.35); padding: 56px 0; background: var(--bg-soft); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; }
.footer-grid h2 { color: var(--accent); margin-bottom: 10px; font-size: 40px; }
.footer-grid h3 { margin-bottom: 10px; font-size: 20px; }
.footer-grid p, .footer-grid a { display: block; margin: 0 0 8px; color: #a1a1aa; }
.footer-grid a:hover { color: var(--accent); }

.modal { position: fixed; inset: 0; z-index: 80; display: none; }
.modal.open { display: grid; place-items: center; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.86); }
.modal-content { position: relative; width: min(560px, 92%); max-height: 92svh; background: #09090b; border: 1px solid rgba(220,38,38,.5); padding: 22px; overflow: auto; z-index: 1; }
.modal-content.large { width: min(1100px, 96%); }
.modal-close { position: absolute; top: 10px; right: 12px; font-size: 30px; color: #a1a1aa; }
.modal h2 { font-size: 44px; color: var(--accent); margin-bottom: 14px; }

.menu-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.menu-tabs button { padding: 14px; text-transform: uppercase; letter-spacing: .15em; color: #737373; border-bottom: 2px solid transparent; }
.menu-tabs button.active { color: #fff; border-bottom-color: var(--accent); background: rgba(220,38,38,.1); }
.menu-panel { display: none; }
.menu-panel.active { display: block; }
.menu-group h3 { font-size: 28px; color: var(--accent); border-bottom: 1px solid #3f3f46; margin-bottom: 14px; padding-bottom: 8px; }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; margin-bottom: 26px; }
.menu-item-top { display: flex; align-items: baseline; gap: 8px; }
.item-name { font-weight: 700; text-transform: uppercase; font-size: 13px; }
.item-tags { display: inline-flex; gap: 4px; }
.badge { font-size: 9px; font-weight: 700; padding: 2px 5px; border-radius: 2px; }
.badge.new { background: var(--accent); }
.badge.hot { background: #ea580c; }
.item-dots { flex: 1; border-bottom: 1px dotted #3f3f46; }
.item-price { color: var(--accent); font-weight: 700; white-space: nowrap; }
.menu-item-bottom { display: flex; justify-content: space-between; gap: 10px; font-size: 11px; color: #71717a; text-transform: uppercase; }
.item-desc { max-width: 70%; font-style: italic; }

.booking-subtitle { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--accent); margin-bottom: 10px; }
.booking-form label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: #737373; margin-bottom: 10px; }
.booking-form input { width: 100%; background: #18181b; color: #fff; border: 1px solid #3f3f46; margin-top: 6px; padding: 11px; }
.booking-form input:focus { outline: 0; border-color: var(--accent); }
.two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.booking-success { background: rgba(220,38,38,.16); border: 1px solid rgba(220,38,38,.5); padding: 14px; margin-top: 12px; }

.drawer, .drawer-backdrop { display: none; }

@media (max-width: 980px) {
  .desktop-nav, .header-contacts { display: none; }
  .burger, .drawer, .drawer-backdrop { display: block; }
  .about-grid, .contacts-grid, .footer-grid, .two-cols { grid-template-columns: 1fr; }
  .about-list, .contact-cards { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .about-image img { height: 420px; }
  .drawer-backdrop { position: fixed; inset: 0; z-index: 55; background: rgba(0,0,0,.55); opacity: 0; pointer-events: none; transition: .2s; }
  .drawer-backdrop.open { opacity: 1; pointer-events: auto; }
  .drawer { position: fixed; right: 0; top: 0; z-index: 60; width: min(330px, 86%); height: 100svh; background: #09090b; border-left: 1px solid rgba(127,29,29,.45); padding: 22px; transform: translateX(100%); transition: transform .22s ease; }
  .drawer.open { transform: translateX(0); }
  .drawer-close { font-size: 36px; color: var(--accent); display: block; margin: 0 0 16px auto; }
  .drawer button, .drawer a { display: block; width: 100%; text-align: left; padding: 10px 0; font-size: 22px; font-weight: 700; }
  .drawer-phone { margin-top: 24px; color: var(--accent); }
}
