:root {
  --black: #080808;
  --coal: #101010;
  --panel: #171717;
  --panel-2: #202020;
  --steel: #efeee9;
  --steel-2: #b9b8b3;
  --muted: #858585;
  --red: #e31b1b;
  --red-dark: #8f0d0d;
  --line: rgba(255, 255, 255, .14);
  --cut: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  --display: "Russo One", "Arial Black", sans-serif;
  --body: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}

* { box-sizing: border-box; }

img { max-width: 100%; }

button,
input,
select,
textarea { font: inherit; }

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--steel);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    var(--black);
  background-size: 44px 44px;
  font-family: var(--body);
}

main {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

::selection { color: #fff; background: var(--red); }

a, button { -webkit-tap-highlight-color: transparent; }

.noise { display: none; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 104px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 4.5vw;
  border-bottom: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(0,0,0,.86), rgba(0,0,0,.18));
}

.site-header::after {
  content: "";
  position: absolute;
  left: 4.5vw;
  bottom: -2px;
  width: 116px;
  height: 3px;
  background: var(--red);
  box-shadow: 118px 0 0 rgba(227,27,27,.28);
}

@media (min-width: 901px) {
  .site-header {
    position: fixed;
    background: rgba(8, 8, 8, .68);
    backdrop-filter: blur(12px);
  }

  .desktop-nav {
    position: absolute;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }
}

.brand {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.header-brand {
  width: 260px;
  min-width: 260px;
}

.header-brand img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 7px 8px rgba(0,0,0,.85));
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.8vw, 34px);
  margin: 0 auto;
}

.desktop-nav a,
.footer nav a {
  position: relative;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 800;
}

.desktop-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 2px;
  background: var(--red);
  transition: right .25s ease;
}

.desktop-nav a:hover::before { right: 0; }

.phone {
  margin-left: auto;
  min-width: 180px;
  padding: 13px 17px 12px;
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  background: rgba(0,0,0,.52);
  text-align: right;
  text-decoration: none;
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.2;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  transition: border-color .2s, background .2s;
}

.phone:hover { border-color: var(--red); background: rgba(227,27,27,.12); }

.phone span {
  display: block;
  margin-bottom: 5px;
  color: var(--steel-2);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-family: var(--body);
  font-size: 9px;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(0,0,0,.55);
}

.menu-toggle i {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 50%;
  height: 2px;
  background: #fff;
  transform-origin: center;
  transition: transform .3s ease, background .2s;
}

.menu-toggle i:first-child { transform: translateY(-5px); }
.menu-toggle i:last-child { transform: translateY(5px); }
.site-header.open .menu-toggle i:first-child { transform: rotate(45deg); background: var(--red); }
.site-header.open .menu-toggle i:last-child { transform: rotate(-45deg); background: var(--red); }

.hero {
  position: relative;
  min-height: 820px;
  height: min(940px, 100vh);
  overflow: hidden;
  isolation: isolate;
  background: #050505 url("images/hero_photo_back.avif") center 52% / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 43vw;
  height: 7px;
  background: var(--red);
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
}

.hero::after {
  content: none;
  position: absolute;
  z-index: 3;
  right: 4.5vw;
  top: 45%;
  color: rgba(255,255,255,.42);
  writing-mode: vertical-rl;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-family: var(--display);
  font-size: 9px;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(.78) contrast(1.08) brightness(1);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.74) 34%, rgba(0,0,0,.28) 66%, rgba(0,0,0,.1)),
    linear-gradient(0deg, rgba(0,0,0,.68), transparent 52%),
    linear-gradient(135deg, transparent 60%, rgba(185,0,0,.12));
}

.hero-shade::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .21;
  background: repeating-linear-gradient(112deg, transparent 0 76px, rgba(255,255,255,.06) 77px, transparent 78px 130px);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 65vw);
  padding: clamp(190px, 22vh, 235px) 0 80px 4.5vw;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: #c8c8c5;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 10px;
  font-weight: 800;
}

.eyebrow span {
  display: inline-block;
  width: 44px;
  height: 4px;
  background: var(--red);
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.eyebrow.dark { color: var(--steel-2); }

.hero h1,
.section h2,
.about h2,
.contact h2 {
  margin: 0;
  color: #f5f4ef;
  text-transform: uppercase;
  font-family: var(--display);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.045em;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(72px, 8.2vw, 126px);
  text-shadow: 8px 9px 0 rgba(0,0,0,.8);
}

.hero h1 em,
.section h2 em,
.about h2 em,
.contact h2 em {
  color: var(--red);
  font-style: normal;
  font-weight: inherit;
  -webkit-text-stroke: 0;
}

.hero-copy {
  max-width: 560px;
  margin: 32px 0 37px;
  padding-left: 18px;
  border-left: 2px solid var(--red);
  color: #c3c3bf;
  font-size: 17px;
  line-height: 1.65;
}

.hero-actions { display: flex; align-items: center; gap: 28px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 224px;
  gap: 34px;
  padding: 20px 24px;
  border: 1px solid transparent;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-family: var(--display);
  font-size: 10px;
  clip-path: var(--cut);
  transition: transform .2s ease, background .2s ease;
}

.button-primary { background: var(--red); }
.button-primary:hover { background: #ff2929; transform: translateY(-3px); }
.button-primary span { font-size: 17px; }

.text-link {
  white-space: nowrap;
  padding: 14px 2px 10px;
  border-bottom: 2px solid rgba(255,255,255,.45);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 8px;
  font-weight: 800;
  transition: border-color .2s, color .2s;
}

.text-link:hover { color: var(--red); border-color: var(--red); }
.text-link span { margin-left: 20px; }

.max-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  max-width: 100%;
  min-width: 0;
  padding: 8px 13px 8px 8px;
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    #181818;
  text-decoration: none;
  clip-path: var(--cut);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.max-link:hover {
  border-color: rgba(227,27,27,.8);
  background:
    linear-gradient(135deg, rgba(227,27,27,.18), rgba(255,255,255,.03)),
    #181818;
  color: #fff;
  transform: translateY(-2px);
}

.max-link img {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: block;
}

.max-link span {
  display: grid;
  gap: 2px;
  min-width: 0;
  margin: 0;
}

.max-link b {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-family: var(--display);
  font-size: 9px;
  font-weight: 400;
  line-height: 1.1;
}

.max-link small {
  color: #aeadab;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-badge {
  position: absolute;
  z-index: 3;
  right: 7vw;
  bottom: 12%;
  width: 158px;
  height: 158px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  padding: 25px;
  border: 1px solid rgba(255,255,255,.5);
  color: #fff;
  background: rgba(8,8,8,.84);
  backdrop-filter: blur(8px);
  clip-path: var(--cut);
}

.hero-badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 5px;
  background: var(--red);
}

.hero-badge strong { font-family: var(--display); font-size: 35px; }
.hero-badge span { margin-left: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; line-height: 1.5; }
.hero-badge div { grid-column: 1 / -1; margin-top: 7px; color: var(--red); letter-spacing: 3px; font-size: 11px; }

.scroll-hint {
  position: absolute;
  z-index: 3;
  left: 4.5vw;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 11px;
  font-weight: 700;
}

.scroll-hint i { width: 56px; height: 1px; background: #777; }

.ticker {
  position: relative;
  z-index: 4;
  height: 62px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  background: #ededeb;
  color: #111;
  transform: skewY(-1deg);
  transform-origin: left top;
}

.ticker-track {
  display: flex;
  min-width: max-content;
  white-space: nowrap;
  animation: ticker 28s linear infinite;
  will-change: transform;
}

.ticker span { flex: 0 0 auto; margin-right: 48px; text-transform: uppercase; letter-spacing: .14em; font-family: var(--display); font-size: 13px; }
.ticker i { margin-left: 48px; color: var(--red); font-style: normal; font-size: 15px; }

@keyframes ticker { to { transform: translateX(-25%); } }

.section {
  position: relative;
  padding: 130px 4.5vw;
}

.menu-section {
  padding-top: 155px;
  background:
    linear-gradient(135deg, rgba(227,27,27,.06), transparent 25%),
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    #0c0c0c;
  background-size: auto, 44px 44px, 44px 44px, auto;
}

.menu-section::before {
  content: "MENU";
  position: absolute;
  right: 2vw;
  top: 65px;
  color: rgba(255,255,255,.025);
  font-family: var(--display);
  font-size: 16vw;
  line-height: 1;
}

.section-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 52px;
}

.section-heading h2,
.about h2,
.contact h2 { font-size: clamp(52px, 6.5vw, 92px); }

.section-heading > p { width: 360px; margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.filters {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
  scroll-behavior: smooth;
}

.filter {
  min-width: 130px;
  min-height: 48px;
  padding: 15px 22px;
  border: 1px solid #383838;
  color: #bfbfbb;
  background: #151515;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
  transition: .2s ease;
}

.filter:hover,
.filter.active { border-color: var(--red); color: #fff; background: var(--red); }

.menu-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 18px;
}

.dish-card {
  position: relative;
  min-width: 0;
  width: 100%;
  padding: 0;
  border: 1px solid #2b2b2b;
  color: inherit;
  background: #131313;
  text-align: left;
  font: inherit;
  cursor: pointer;
  clip-path: var(--cut);
  transition: border-color .25s ease, transform .25s ease, background .25s ease;
}

.dish-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 5px;
  height: 0;
  background: var(--red);
  transition: height .3s ease;
}

.dish-card:hover { border-color: #5d5d5d; background: #181818; transform: translateY(-7px); }
.dish-card:hover::before { height: 100%; }
.dish-card:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }

.dish-image {
  position: relative;
  display: block;
  height: 350px;
  overflow: hidden;
  background: #1a1a1a;
}

.dish-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.62), transparent 42%);
  pointer-events: none;
}

.dish-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.62) contrast(1.14);
  transition: transform .5s ease, filter .4s ease;
}

.dish-card:hover img { transform: scale(1.055); filter: saturate(.9) contrast(1.1); }

@media (hover: none) {
  .dish-image img { filter: saturate(.9) contrast(1.1); }
}

.dish-more {
  position: absolute;
  z-index: 2;
  right: 13px;
  bottom: 13px;
  padding: 10px 12px;
  color: #fff;
  background: var(--red);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-family: var(--display);
  font-size: 8px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(5px);
  transition: .25s ease;
}

.dish-card:hover .dish-more,
.dish-card:focus-visible .dish-more { opacity: 1; transform: none; }

.dish-info {
  min-height: 96px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 19px 20px 21px;
}

.dish-info > span { min-width: 0; }

.dish-info small {
  display: block;
  margin-bottom: 7px;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 800;
}

.dish-info > span > strong {
  display: block;
  color: #f2f1ec;
  text-transform: uppercase;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.dish-info > b {
  flex: 0 0 auto;
  color: #fff;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
}

.dish-info > b:empty,
.modal-price:empty { display: none; }

.dish-price-variants,
.modal-price-variants { display: grid; gap: 5px; }
.dish-price-variants > span,
.modal-price-variants > span { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.dish-price-variants small,
.modal-price-variants small { margin: 0; color: #999; font-family: var(--body); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: none; }
.dish-price-variants b,
.modal-price-variants b { color: #fff; font: inherit; white-space: nowrap; }
.dish-price-variants { min-width: 112px; }

.menu-error { grid-column: 1 / -1; padding: 30px; border: 1px solid var(--red); background: #151515; color: var(--steel-2); }

.about {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 7vw;
  overflow: hidden;
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  background:
    linear-gradient(105deg, transparent 0 52%, rgba(227,27,27,.08) 52% 100%),
    #151515;
}

.about::before {
  content: none;
  position: absolute;
  right: 4.5vw;
  top: 34px;
  color: rgba(255,255,255,.25);
  letter-spacing: .2em;
  font-family: var(--display);
  font-size: 9px;
}

.about-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  filter: drop-shadow(18px 18px 0 rgba(227,27,27,.7));
  background:
    linear-gradient(135deg, rgba(227,27,27,.12), transparent 45%),
    #0d0d0d;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0 100%);
}

.about-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.22);
  background: linear-gradient(0deg, rgba(0,0,0,.32), transparent 48%);
}

.about-photo img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(.06) saturate(.9) contrast(1.08); }

.about-photo span {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 18px 24px;
  color: #fff;
  background: var(--red);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-family: var(--display);
  font-size: 9px;
}

.about-copy { position: relative; z-index: 1; }

.about h2 { line-height: .96; }

.about-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 31px 0 48px;
  color: #adada9;
  font-size: 15px;
  line-height: 1.75;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #3a3a3a;
}

.stats div { min-height: 100px; padding: 22px 14px 10px 0; border-right: 1px solid #3a3a3a; }
.stats div + div { padding-left: 18px; }
.stats div:last-child { border-right: 0; }
.stats strong { display: block; color: var(--red); font-family: var(--display); font-size: 30px; font-weight: 400; }
.stats span { display: block; margin-top: 7px; color: #888; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; line-height: 1.45; }

.reviews {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 15%, rgba(227,27,27,.13), transparent 28%),
    #090909;
}

.reviews::before {
  content: "05";
  position: absolute;
  right: 1vw;
  top: 14px;
  color: rgba(255,255,255,.025);
  font-family: var(--display);
  font-size: 24vw;
  line-height: 1;
}

.review-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.review {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid #2d2d2d;
  background: linear-gradient(145deg, #191919, #111);
  clip-path: var(--cut);
}

.review::before {
  content: "“";
  position: absolute;
  right: 23px;
  top: 8px;
  color: rgba(227,27,27,.18);
  font-family: Georgia, serif;
  font-size: 110px;
  line-height: 1;
}

.stars { color: var(--red); letter-spacing: 4px; font-size: 11px; }

.review blockquote {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 28px 0;
  color: #ecebe6;
  font-family: var(--body);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.review footer { display: flex; align-items: center; gap: 13px; padding-top: 18px; border-top: 1px solid #333; }
.review footer > span { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--red); font-family: var(--display); font-size: 10px; clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%); }
.review footer > div { min-width: 0; }
.review footer strong, .review footer small { display: block; }
.review footer strong { color: #ddd; text-transform: uppercase; letter-spacing: .07em; font-size: 10px; overflow-wrap: anywhere; }
.review footer small { margin-top: 4px; color: #777; font-size: 9px; }

.yandex-link {
  display: table;
  white-space: nowrap;
  color: #fff;
  background: var(--red);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-family: var(--display);
  font-size: 9px;
  clip-path: var(--cut);
  transition: background .2s, transform .2s;
}

.yandex-link { position: relative; z-index: 1; margin: 40px auto 0; padding: 18px 23px; }
.yandex-link:hover { background: #ff2929; transform: translateY(-2px); }

.delivery {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1fr);
  gap: 34px;
  align-items: stretch;
  border-top: 1px solid #292929;
  background:
    radial-gradient(circle at 12% 10%, rgba(227,27,27,.14), transparent 30%),
    linear-gradient(180deg, #101010, #080808);
}

.delivery-copy {
  align-self: center;
  min-width: 0;
  max-width: 900px;
}

.delivery h2 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(48px, 5.6vw, 86px);
  font-weight: 400;
  line-height: .98;
}

.delivery h2 em {
  color: var(--red);
  font-style: normal;
}

.delivery-copy > p:not(.eyebrow) {
  width: min(560px, 100%);
  margin: 28px 0 0;
  color: var(--steel-2);
  font-size: 18px;
  line-height: 1.7;
}

.delivery-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.delivery-actions .text-link {
  font-size: 10px;
  letter-spacing: .12em;
}

.delivery-actions .max-link {
  flex: 0 1 auto;
}

.delivery-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  grid-column: 1 / -1;
  order: 3;
  border: 1px solid #303030;
  background: #303030;
}

.delivery-info article {
  min-width: 0;
  min-height: 190px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(227,27,27,.09), transparent 46%),
    #151515;
}

.delivery-info span {
  color: var(--red);
  font-family: var(--display);
  font-size: 11px;
}

.delivery-info h3 {
  margin: 28px 0 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 400;
}

.delivery-info p {
  margin: 0;
  color: var(--steel-2);
  font-size: 14px;
  line-height: 1.65;
}

.delivery-info p a {
  color: #fff;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
  transition: color .2s ease;
}

.delivery-info p a:visited {
  color: #fff;
}

.delivery-info p a:hover,
.delivery-info p a:focus-visible {
  color: var(--red);
}

.contact {
  display: block;
  border-top: 1px solid #292929;
  background: #121212;
}

.contact-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 72px 4.5vw;
  background:
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(255,255,255,.018) 19px, transparent 20px 36px),
    #121212;
}

.contact h2 { font-size: clamp(48px, 5.5vw, 76px); }

.contact-copy::after {
  content: none;
  position: absolute;
  left: 4.5vw;
  bottom: 28px;
  color: #555;
  letter-spacing: .2em;
  font-family: var(--display);
  font-size: 8px;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  border-top: 2px solid var(--red);
  background: #363636;
}

.contact-list > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  min-width: 0;
  padding: 18px;
  background: #121212;
}

.contact-list small { color: var(--red); text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: 8px; }
.contact-list p, .contact-list a { margin: 0; color: #d6d5d0; text-decoration: none; font-size: 13px; line-height: 1.55; overflow-wrap: anywhere; }
.contact-list a:hover { color: var(--red); }
.contact-list .max-link { color: #fff; line-height: 1; overflow-wrap: normal; }
.contact-list .max-link:hover { color: #fff; }
.contact-list .max-link b { color: #fff; }
.contact-list .max-link small {
  color: #aeadab;
  text-transform: none;
  letter-spacing: 0;
  font-size: 11px;
  font-weight: 700;
}

.delivery-map {
  position: relative;
  min-width: 0;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 25px 80px rgba(0,0,0,.28);
  background:
    linear-gradient(135deg, rgba(227,27,27,.11), transparent 46%),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(255,255,255,.035) 32px),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(255,255,255,.035) 32px),
    #171717;
}

.delivery-map__canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
}

.delivery-map__canvas--fallback {
  display: none;
}

.cafe-map-fallback {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(390px, 100%);
  padding: 30px;
  border: 1px solid rgba(255,255,255,.14);
  border-top: 3px solid var(--red);
  text-align: center;
  background: rgba(8,8,8,.88);
}

.cafe-map-fallback[hidden] {
  display: none;
}

.cafe-map-fallback strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--display);
  font-size: 18px;
}

.cafe-map-fallback p {
  margin: 12px 0 18px;
  color: var(--steel-2);
  font-size: 13px;
  line-height: 1.55;
}

.cafe-map-fallback a {
  color: #fff;
  text-decoration-color: var(--red);
  text-underline-offset: 4px;
}

.footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: start;
  gap: 35px;
  padding: 68px 4.5vw 30px;
  border-top: 1px solid #292929;
  color: #fff;
  background: #050505;
}

.footer > .brand {
  width: 260px;
  min-width: 260px;
  height: 64px;
  background: url("images/logo.png") left center / contain no-repeat;
}

.footer > .brand > * { display: none; }
.footer nav { justify-self: end; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 70px; }
.footer nav a:hover { color: var(--red); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: center; gap: 20px; margin-top: 36px; padding-top: 22px; border-top: 1px solid #262626; color: #555; text-align: center; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; }
.footer-attribution { color: inherit; text-decoration: none; transition: color .2s ease; }
.footer-attribution:hover { color: var(--steel-2); }

.dish-modal[hidden] { display: none; }
.dish-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 25px; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(0,0,0,.9); backdrop-filter: blur(8px); cursor: pointer; }
.modal-card { position: relative; z-index: 1; width: min(980px, 96vw); height: min(670px, calc(100dvh - 50px)); display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid #3b3b3b; color: #eee; background: #111; clip-path: var(--cut); box-shadow: 0 30px 100px rgba(0,0,0,.75); animation: modal-in .28s ease; }
.modal-card::after { content: ""; position: absolute; right: 0; bottom: 0; width: 70px; height: 1px; background: #555; }
.modal-close { position: absolute; z-index: 3; right: 18px; top: 18px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.45); color: #fff; background: rgba(0,0,0,.72); font-size: 25px; cursor: pointer; }
.modal-close:hover { border-color: var(--red); color: var(--red); }
.modal-image { min-height: 0; overflow: hidden; background: #222; }
.modal-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.12); }
.modal-content { min-height: 0; display: flex; flex-direction: column; overflow: auto; padding: clamp(38px, 7vh, 70px) 54px; }
.modal-category { margin: 0; color: var(--red); text-transform: uppercase; letter-spacing: .15em; font-size: 13px; font-weight: 800; }
.modal-content h2 { margin: 14px 0 24px; color: #fff; text-transform: uppercase; font-family: var(--display); font-size: clamp(34px, 4vw, 52px); font-weight: 400; line-height: 1; }
.modal-description { color: #aaa; font-size: 14px; line-height: 1.7; }
.modal-composition { margin: 20px 0; padding: 20px 0; border-top: 1px solid #333; border-bottom: 1px solid #333; }
.modal-composition span { color: var(--red); text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }
.modal-composition p { margin: 8px 0 0; color: #ccc; font-size: 12px; line-height: 1.65; }
.modal-price { margin-top: auto; color: #fff; font-family: var(--display); font-size: 32px; font-weight: 400; }
.modal-price-variants { width: min(280px, 100%); gap: 9px; }
.modal-price-variants small { font-size: 13px; }
.modal-content > small { margin-top: 14px; color: #666; font-size: 8px; line-height: 1.5; }
.scroll-locked { position: fixed; left: 0; right: 0; width: 100%; overflow: hidden; }

.skewer-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 12px;
  margin-left: 8px;
  vertical-align: -.12em;
  color: inherit;
  transform: rotate(22deg);
  transform-origin: center;
  transition: transform .32s cubic-bezier(.22, 1, .36, 1);
}

@media (hover: hover) and (pointer: fine) {
  a:hover .skewer-icon,
  .dish-card:hover .skewer-icon { transform: translate(2px, 2px) rotate(45deg); }
}

@keyframes modal-in { from { opacity: 0; transform: translateY(18px) scale(.98); } }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (min-width: 1600px) {
  .menu-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .dish-image { height: clamp(300px, 22vw, 410px); }
  .section { padding-left: max(4.5vw, calc((100vw - 1800px) / 2)); padding-right: max(4.5vw, calc((100vw - 1800px) / 2)); }
}

@media (max-width: 1100px) {
  .header-brand { width: 220px; min-width: 220px; }
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 13px; letter-spacing: .11em; }
  .phone { min-width: 166px; }
  .dish-image { height: 300px; }
  .about { gap: 5vw; }
  .about-photo { height: auto; }
  .dish-info { align-items: flex-start; flex-direction: column; gap: 12px; }
  .dish-info > b { align-self: flex-end; }
  .contact-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .site-header { position: fixed; height: 86px; justify-content: space-between; background: rgba(8,8,8,.82); backdrop-filter: blur(12px); }
  .site-header::after { width: 84px; }
  .header-brand { width: 210px; min-width: 210px; }
  .desktop-nav, .phone { display: none; }
  .menu-toggle { display: block; }

  .site-header.open {
    position: fixed;
    min-height: 100dvh;
    height: 100dvh;
    align-items: flex-start;
    padding-top: 17px;
    border-bottom: 7px solid var(--red);
    background:
      linear-gradient(135deg, rgba(227,27,27,.14), transparent 50%),
      #090909;
  }

  .site-header.open .desktop-nav {
    position: absolute;
    left: 4.5vw;
    top: 125px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .site-header.open .desktop-nav a { font-family: var(--display); font-size: clamp(30px, 7vw, 54px); }
  .site-header.open .phone { position: absolute; left: 4.5vw; bottom: 45px; display: block; margin-left: 0; text-align: left; }

  .hero-content { width: min(720px, 78vw); }
  .hero h1 { font-size: clamp(66px, 10vw, 92px); }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .delivery { grid-template-columns: 1fr; }
  .delivery-copy { order: 1; }
  .delivery-info { order: 2; grid-column: auto; }
  .delivery-map { order: 3; min-height: 440px; }
  .about { grid-template-columns: 1fr; }
  .about-photo { height: auto; }
  .about-copy { padding-top: 25px; }
  .review-grid { grid-template-columns: 1fr; }
  .review { min-height: 250px; }
  .footer { grid-template-columns: 1.2fr 1fr; }
  .footer nav { grid-column: 2; grid-row: 1; }
}

@media (max-width: 640px) {
  body { background-size: 30px 30px; }
  .site-header { height: 76px; padding: 0 20px; }
  .site-header::after { left: 20px; }
  .header-brand { width: 174px; min-width: 174px; }
  .menu-toggle { width: 44px; height: 44px; }

  .hero { min-height: 740px; height: max(740px, 100svh); }
  .hero::after { display: none; }
  .hero { background-position: 60% center; }
  .hero-video { object-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.35)), linear-gradient(0deg, rgba(0,0,0,.72), transparent 50%); }
  .hero-content { width: 100%; padding: 148px 20px 130px; }
  .hero h1 { font-size: clamp(57px, 17vw, 78px); line-height: .9; text-shadow: 5px 6px 0 #000; }
  .hero-copy { margin: 25px 0 29px; padding-left: 14px; font-size: 14px; line-height: 1.6; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .button { width: 100%; min-width: 0; padding: 17px 20px; }
  .text-link { font-size: 9px; }
  .hero-badge { right: 20px; bottom: 28px; width: 122px; height: 122px; padding: 18px; }
  .hero-badge strong { font-size: 27px; }
  .scroll-hint { display: none; }

  .ticker { height: 52px; }
  .ticker span { margin-right: 34px; font-size: 11px; }
  .ticker i { margin-left: 34px; font-size: 13px; }

  .section { padding: 88px 20px; }
  .menu-section { padding-top: 110px; }
  .menu-section::before { top: 48px; font-size: 24vw; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading h2, .about h2, .delivery h2, .contact h2 { font-size: clamp(43px, 12.5vw, 60px); }
  .section-heading > p { width: auto; margin-top: 22px; }
  .eyebrow { margin-bottom: 18px; font-size: 8px; }
  .eyebrow span { width: 34px; height: 3px; }

  .filters { flex-wrap: nowrap; margin-left: -20px; margin-right: -20px; padding: 0 max(20px, calc(50% - 70px)) 8px 20px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filter { flex: 0 0 140px; min-width: 140px; }
  .menu-grid { grid-template-columns: 1fr; gap: 18px; }
  .dish-image { height: 355px; }
  .dish-more { opacity: 1; transform: none; }

  .delivery { gap: 24px; }
  .delivery-copy > p:not(.eyebrow) { margin-top: 22px; font-size: 14px; line-height: 1.65; }
  .delivery-actions { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 26px; }
  .delivery-actions .text-link { line-height: 1.6; overflow-wrap: anywhere; }
  .delivery-actions .max-link { width: 100%; }
  .max-link { padding: 8px 12px 8px 8px; }
  .max-link b { font-size: 8px; }
  .max-link small { font-size: 10px; }
  .delivery-info { grid-template-columns: 1fr; }
  .delivery-info article { min-height: 0; padding: 22px; }
  .delivery-info h3 { margin-top: 18px; font-size: 18px; }
  .delivery-map { min-height: 390px; }

  .about { padding-top: 88px; gap: 45px; }
  .about-photo { height: auto; margin-right: 10px; filter: drop-shadow(10px 10px 0 rgba(227,27,27,.75)); }
  .about-copy > p:not(.eyebrow) { margin: 25px 0 35px; font-size: 14px; }
  .about h2, .delivery h2, .contact h2 { line-height: 1.08; }
  .about h2 em, .delivery h2 em, .contact h2 em { display: inline-block; margin-top: .12em; }
  .stats div { min-height: 92px; padding-left: 8px; padding-right: 8px; }
  .stats div + div { padding-left: 10px; }
  .stats strong { font-size: 24px; }

  .review { min-height: 300px; padding: 27px; }
  .review blockquote { font-size: 18px; }
  .yandex-link { display: block; text-align: center; line-height: 1.5; }

  .contact-copy { padding: 88px 20px 80px; }
  .contact h2 { font-size: clamp(43px, 12.5vw, 60px); }
  .contact-copy::after { left: 20px; }
  .contact-list { grid-template-columns: 1fr; }
  .contact-list > div { gap: 8px; padding: 16px; }

  .footer { grid-template-columns: 1fr; gap: 24px; padding: 52px 20px 26px; }
  .footer > .brand { width: 220px; min-width: 220px; height: 54px; }
  .footer nav { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 8px; }
  .footer-bottom { grid-column: 1; flex-direction: column; gap: 9px; margin-top: 18px; }

  .dish-modal { padding: 9px; }
  .modal-card { grid-template-columns: 1fr; grid-template-rows: minmax(180px, 34vh) 1fr; height: calc(100dvh - 18px); }
  .modal-content { padding: 24px 24px 28px; }
  .modal-content h2 { margin: 9px 0 13px; font-size: clamp(27px, 9vw, 38px); }
  .modal-description { font-size: 12px; line-height: 1.55; }
  .modal-composition { margin: 12px 0; padding: 12px 0; }
  .modal-price { font-size: 27px; }
  .modal-close { right: 12px; top: 12px; }
}

@media (max-width: 420px) {
  .site-header { padding-left: 16px; padding-right: 16px; }
  .site-header::after { left: 16px; }
  .header-brand { width: 158px; min-width: 158px; }
  .hero-content { padding-left: 16px; padding-right: 16px; }
  .hero h1 { font-size: clamp(52px, 16vw, 66px); }
  .hero-copy { font-size: 13px; }
  .hero-badge { right: 16px; }
  .section { padding-left: 16px; padding-right: 16px; }
  .section-heading h2, .about h2, .delivery h2, .contact h2 { font-size: clamp(38px, 11.5vw, 48px); overflow-wrap: anywhere; }
  .dish-image { height: min(96vw, 355px); }
  .stats { grid-template-columns: 1fr; }
  .stats div, .stats div + div { min-height: 0; padding: 16px 8px; border-right: 0; border-bottom: 1px solid #3a3a3a; }
  .stats div:last-child { border-bottom: 0; }
  .stats span br { display: none; }
  .delivery-info article { padding: 18px; }
  .delivery-map { min-height: 340px; }
  .contact-list > div { grid-template-columns: 1fr; gap: 6px; }
  .contact-list p br { display: none; }
  .footer { padding-left: 16px; padding-right: 16px; }
}

@media (max-height: 600px) and (orientation: landscape) {
  .site-header.open {
    overflow-y: auto;
    padding-top: 12px;
  }

  .site-header.open .desktop-nav {
    top: 88px;
    gap: 10px;
    padding-bottom: 105px;
  }

  .site-header.open .desktop-nav a {
    font-size: clamp(24px, 5vw, 34px);
  }

  .site-header.open .phone {
    bottom: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero { min-height: 520px; height: 520px; }
  .hero-content { width: min(720px, 88vw); padding-top: 100px; padding-bottom: 40px; }
  .hero-content .eyebrow { margin-bottom: 12px; }
  .hero h1 { font-size: clamp(52px, 7vw, 60px); }
  .hero-copy { max-width: 600px; margin-top: 14px; margin-bottom: 14px; font-size: 13px; line-height: 1.35; }
  .hero-actions { flex-direction: row; align-items: center; }
  .hero-actions .button { width: auto; min-width: 210px; padding-top: 15px; padding-bottom: 15px; }
  .hero-badge, .scroll-hint { display: none; }
  .modal-card { height: calc(100dvh - 18px); grid-template-columns: .85fr 1.15fr; grid-template-rows: 1fr; }
  .modal-content { padding: 24px 30px; }
  .modal-content h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video { display: none; }
  .ticker-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
