:root {
  color-scheme: dark;
  --bg: #020202;
  --panel: rgba(3, 3, 3, 0.9);
  --gold: #f4bd00;
  --gold-soft: #d99b00;
  --red: #c91018;
  --text: #f6f6f6;
  --muted: #d8d8d8;
  --line: rgba(244, 189, 0, 0.9);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

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

.page {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 15%, rgba(190, 0, 0, 0.3), transparent 22rem),
    radial-gradient(circle at 40% 0%, rgba(244, 189, 0, 0.09), transparent 28rem),
    #020202;
}

.hero {
  position: relative;
  min-height: 670px;
  padding: 28px clamp(24px, 6vw, 70px) 0;
  isolation: isolate;
}

.hero__image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  background: #020202;
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.95) 15%, rgba(0, 0, 0, 0.5) 44%, rgba(0, 0, 0, 0.05) 78%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 60%, #020202 99%);
}

.site-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 292px 1fr auto;
  align-items: start;
  gap: 28px;
}

.brand {
  display: inline-flex;
  width: 292px;
  flex-direction: column;
  color: var(--gold);
  line-height: 0.86;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.95));
}

.brand__mark {
  width: 238px;
  height: 79px;
  margin: -10px auto -7px;
  color: var(--gold);
}

.brand__ornament {
  opacity: 0.9;
}

.brand__name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 0.9;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #f2bd00;
  text-shadow:
    0 1px 0 #fff0a6,
    0 2px 0 #7b4a00,
    0 4px 8px rgba(0, 0, 0, 0.8);
}

.brand__sub {
  align-self: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 0.96;
  letter-spacing: 0.8px;
  white-space: nowrap;
  color: #f2bd00;
  text-shadow: 0 1px 0 #fff0a6, 0 2px 0 #7b4a00;
}

.brand__place {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 205px;
  margin: 9px auto 0;
  font-family: Impact, "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 25px;
  line-height: 0.85;
  letter-spacing: 0.8px;
  white-space: nowrap;
  color: #f2bd00;
}

.brand__place::before,
.brand__place::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, currentColor);
}

.brand__place::after {
  background: linear-gradient(90deg, currentColor, transparent);
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(38px, 6vw, 78px);
  padding-top: 15px;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav a {
  padding: 0 0 10px;
  border-bottom: 2px solid transparent;
}

.nav .active {
  color: #ff1d24;
  border-color: #ff1d24;
}

.phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 9px;
  font-size: 23px;
  font-weight: 800;
  white-space: nowrap;
}

.phone--top {
  background: var(--red);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.32);
}

.phone__icon {
  font-size: 28px;
}

.hero__content {
  position: relative;
  z-index: 5;
  width: min(540px, 100%);
  margin-left: clamp(160px, 10vw, 230px);
  margin-top: 28px;
}

.script {
  margin: 0 0 -6px 135px;
  color: var(--gold);
  font-family: "Great Vibes", "Monotype Corsiva", "Segoe Script", cursive;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  transform: rotate(-3deg);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}

h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.86;
  text-shadow: 0 3px 0 rgba(255, 255, 255, 0.12);
}

h1 span {
  display: block;
  font-size: clamp(58px, 6.4vw, 94px);
  color: #f7f7f7;
  filter: drop-shadow(0 2px 2px #000);
}

h1 small {
  display: block;
  margin-top: 9px;
  font-size: clamp(38px, 4vw, 54px);
}

h1 em {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 385px;
  margin-top: 10px;
  color: var(--gold);
  font-size: clamp(27px, 2.5vw, 39px);
  font-style: normal;
  letter-spacing: 4px;
}

h1 em::before,
h1 em::after {
  content: "";
  flex: 1;
  height: 3px;
  background: var(--gold);
}

.lead {
  width: 390px;
  margin: 20px 0 18px;
  color: #f2f2f2;
  font-size: 19px;
  line-height: 1.32;
}

.family {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 10px 0 20px;
  color: var(--gold);
}

.family p {
  margin: 0;
  font-size: 19px;
  line-height: 1.32;
}

.family__icon {
  width: 72px;
  font-size: 29px;
  line-height: 1;
  color: var(--gold);
  overflow: hidden;
}

.actions {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 7px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.btn--red {
  background: var(--red);
}

.btn--dark {
  border: 1px solid var(--gold);
  background: rgba(0, 0, 0, 0.74);
}

.popular {
  position: relative;
  z-index: 3;
  margin-top: -30px;
  padding: 0 clamp(24px, 8vw, 150px) 10px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 2px;
}

.section-title span {
  width: 96px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.section-title h2,
.panel h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}

.dish-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.dish,
.panel {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--panel);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.dish__photo {
  height: 116px;
  background-image: url("assets/hero-food.png");
  background-size: 520%;
  background-repeat: no-repeat;
}

.dish__photo--kebab { background-position: 58% 51%; }
.dish__photo--kebab {
  background-image: url("assets/kebab-ranskalaisilla.png");
  background-size: cover;
  background-position: center 55%;
}
.dish__photo--pizza {
  background-image: url("assets/pizza-card.png");
  background-size: cover;
  background-position: center 52%;
}
.dish__photo--roll {
  background-image: url("assets/kebab-rulla-card.png");
  background-size: cover;
  background-position: center 53%;
}
.dish__photo--turkish {
  background-image: url("assets/salad-card.png");
  background-size: cover;
  background-position: center 52%;
}

.dish__body {
  min-height: 126px;
  margin-top: -1px;
  padding: 9px 20px 20px;
  text-align: center;
  background: rgba(1, 1, 1, 0.93);
}

.dish h3 {
  margin: 0 0 6px;
  color: var(--gold);
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
}

.dish p,
.panel p {
  margin: 0;
  color: #f2f2f2;
  font-size: 17px;
  line-height: 1.35;
}

.info-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.88fr 1fr 1.3fr;
  gap: 12px;
  padding: 0 clamp(24px, 3.5vw, 70px) 12px;
}

.panel {
  min-height: 242px;
  padding: 24px 24px 18px;
}

.panel--photo {
  min-height: 242px;
  padding: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url("assets/interior.webp");
  background-size: cover;
  background-position: center 42%;
  filter: saturate(0.95) contrast(1.03);
}

.panel h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.hours {
  margin: 0;
  font-size: 18px;
}

.hours div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.hours dt,
.hours dd {
  margin: 0;
}

.script--small {
  margin: 16px 0 0;
  color: var(--gold) !important;
  font-size: 38px !important;
  text-align: center;
}

.oiva-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 14px auto 0;
  padding: 8px 10px;
  border: 1px solid rgba(244, 189, 0, 0.65);
  border-radius: 6px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.oiva-logo {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #f39800;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
}

.oiva-logo span {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.oiva-logo span::before,
.oiva-logo span::after {
  content: "";
  position: absolute;
}

.oiva-logo span::before {
  left: 6px;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 9px 0 0 currentColor;
}

.oiva-logo span::after {
  left: 6px;
  top: 13px;
  width: 10px;
  height: 5px;
  border-bottom: 3px solid currentColor;
  border-radius: 0 0 999px 999px;
}

.map {
  position: relative;
  display: block;
  height: 92px;
  margin-top: 8px;
  border-radius: 4px;
  overflow: hidden;
  background: #ece8df;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.map iframe:not([src]) {
  display: none;
}

.map-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(244, 189, 0, 0.18), rgba(0, 0, 0, 0.74)),
    #111;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.is-embed-loaded .map-placeholder {
  display: none;
}

.map small {
  position: absolute;
  right: 10px;
  bottom: 8px;
  padding: 3px 7px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.86);
  color: #4a70d8;
  font-size: 11px;
  font-weight: 700;
}

.panel--social a {
  color: inherit;
}

.social-link {
  margin-top: 16px !important;
  color: var(--gold) !important;
}

.social-link a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.facebook {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #1877f2;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.insta {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 28%, #fff 0 2px, transparent 3px),
    radial-gradient(circle, transparent 0 7px, #fff 8px 10px, transparent 11px),
    linear-gradient(135deg, #7338ff, #e50f75 50%, #ffbd31);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(44px, 11vw, 260px);
  min-height: 78px;
  border-top: 3px solid #cf0009;
  background: #020202;
  color: #e8e8e8;
  font-size: 25px;
  text-transform: uppercase;
}

.footer i {
  width: 2px;
  height: 21px;
  background: var(--gold);
}

.menu-page-shell {
  position: relative;
  min-height: 100vh;
  padding: 28px clamp(20px, 4vw, 70px) 70px;
  isolation: isolate;
  overflow: hidden;
  background: #020202;
}

.menu-page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background: url("assets/hero-burger-plates.png") right top / cover no-repeat;
  filter: brightness(0.35) saturate(0.9);
}

.menu-page-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.78) 45%, rgba(0, 0, 0, 0.9)),
    radial-gradient(circle at 78% 8%, rgba(202, 16, 24, 0.22), transparent 30rem);
}

.menu-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 292px 1fr auto;
  align-items: start;
  gap: 28px;
}

.menu-hero {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 42px auto 26px;
  text-align: center;
}

.menu-hero .script {
  margin: 0 0 -8px;
  font-size: 52px;
  transform: rotate(-2deg);
}

.menu-hero h1 {
  margin: 0;
  color: #f7f7f7;
  font-size: clamp(56px, 7vw, 98px);
  line-height: 0.9;
  text-transform: uppercase;
}

.menu-hero p {
  margin: 18px 0 0;
  color: var(--gold);
  font-size: 20px;
}

.text-menu {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1500px;
  margin: 0 auto;
}

.menu-card {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.82);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.5);
  padding: 24px;
}

.menu-card--wide {
  grid-column: 1 / -1;
}

.menu-card__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
}

.menu-card h2 {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.menu-prices {
  display: flex;
  gap: 28px;
  margin-bottom: 18px;
  color: #f2f2f2;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.menu-list {
  margin: 0;
  padding-left: 24px;
  color: #fff;
  font-size: 15px;
}

.menu-list--plain {
  padding-left: 0;
  list-style: none;
}

.menu-list li {
  display: grid;
  grid-template-columns: auto minmax(18px, 1fr) auto;
  column-gap: 8px;
  align-items: baseline;
  margin: 0 0 13px;
}

.menu-list li::marker {
  color: var(--gold);
  font-weight: 900;
}

.menu-list b {
  color: #f4f4f4;
  font-size: 15px;
  text-transform: uppercase;
}

.menu-line {
  border-bottom: 1px dotted rgba(244, 189, 0, 0.65);
  transform: translateY(-3px);
}

.menu-list li > span:last-of-type {
  color: var(--gold);
  font-weight: 800;
  white-space: nowrap;
}

.menu-list small {
  grid-column: 1 / -1;
  margin-top: 2px;
  color: #dadada;
  font-size: 13px;
  line-height: 1.25;
}

.menu-note {
  margin: 26px 0 0;
  padding: 14px 18px;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.toppings {
  margin: 0;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 1.55;
}

.feedback-wrap {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
}

.feedback-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.84);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.5);
}

.feedback-form label {
  display: grid;
  gap: 8px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.feedback-form input,
.feedback-form select,
.feedback-form textarea {
  width: 100%;
  border: 1px solid rgba(244, 189, 0, 0.72);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: #101010;
  font: inherit;
  font-size: 17px;
  padding: 12px 13px;
  outline: none;
}

.feedback-form textarea {
  resize: vertical;
}

.feedback-form input:focus,
.feedback-form select:focus,
.feedback-form textarea:focus {
  border-color: #fff0a6;
  box-shadow: 0 0 0 3px rgba(244, 189, 0, 0.2);
}

.feedback-form__wide,
.feedback-submit {
  grid-column: 1 / -1;
}

.feedback-trap {
  display: none !important;
}

.feedback-submit {
  justify-self: start;
  border: 0;
  cursor: pointer;
}

.feedback-result {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 120px auto 0;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.84);
  text-align: center;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.5);
}

.feedback-result h1 {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: clamp(34px, 5vw, 58px);
  text-transform: uppercase;
}

.feedback-result p {
  margin: 0 auto 24px;
  max-width: 560px;
  color: #f2f2f2;
  font-size: 19px;
  line-height: 1.45;
}

.feedback-result .btn {
  margin: 6px;
}

.cookie-banner {
  position: fixed;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1060px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.94);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.62);
}

.cookie-banner__text strong {
  color: var(--gold);
  font-size: 18px;
  text-transform: uppercase;
}

.cookie-banner__text p {
  margin: 6px 0 0;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 1.35;
}

.cookie-banner__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.cookie-btn {
  min-height: 42px;
  border-radius: 6px;
  padding: 0 14px;
  color: #fff;
  font: inherit;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-btn--accept {
  border: 1px solid var(--red);
  background: var(--red);
}

.cookie-btn--ghost {
  border: 1px solid rgba(244, 189, 0, 0.72);
  background: rgba(0, 0, 0, 0.58);
}

.visitor-counter {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1400;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(244, 189, 0, 0.72);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.82);
  color: #f2f2f2;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.visitor-counter strong {
  color: var(--gold);
  font-size: 16px;
}

@media (max-width: 1100px) {
  .hero {
    min-height: 720px;
    padding-bottom: 44px;
  }

  .site-header {
    grid-template-columns: 230px 1fr;
  }

  .phone--top {
    grid-column: 2;
    justify-self: end;
  }

  .hero__content {
    margin-left: 0;
    margin-top: 44px;
  }

  .dish-grid,
  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .popular {
    margin-top: 0;
  }

  .menu-header {
    grid-template-columns: 230px 1fr;
  }

  .menu-header .phone--top {
    grid-column: 2;
    justify-self: end;
  }

  .text-menu,
  .menu-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: auto;
    padding: 18px 18px 0;
    padding-bottom: 38px;
  }

  .hero__shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.62)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.15), transparent 54%, #020202 99%);
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .brand {
    width: 230px;
  }

  .brand__mark {
    width: 200px;
    height: 66px;
    margin: -8px auto -6px;
  }

  .brand__name { font-size: 42px; }
  .brand__sub { font-size: 21px; }
  .brand__place { width: 170px; font-size: 21px; }

  .nav {
    justify-content: start;
    gap: 22px;
    overflow-x: auto;
    padding-top: 0;
    font-size: 16px;
  }

  .phone--top {
    grid-column: auto;
    justify-self: start;
    min-height: 48px;
    font-size: 18px;
  }

  .hero__content {
    margin-top: 30px;
  }

  .script {
    margin-left: 72px;
    font-size: 36px;
  }

  h1 em,
  .lead {
    width: 100%;
  }

  .actions {
    gap: 12px;
  }

  .btn {
    width: 100%;
  }

  .popular {
    margin-top: 0;
    padding-inline: 18px;
  }

  .section-title span {
    width: 42px;
  }

  .section-title h2,
  .panel h2 {
    font-size: 19px;
  }

  .dish-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .info-grid {
    padding-inline: 18px;
  }

  .footer {
    flex-direction: column;
    gap: 12px;
    padding: 18px;
    font-size: 18px;
  }

  .footer i {
    width: 60px;
    height: 2px;
  }

  .menu-page-shell {
    padding-inline: 18px;
  }

  .menu-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .menu-header .phone--top {
    grid-column: auto;
    justify-self: start;
  }

  .menu-hero {
    margin-top: 32px;
  }

  .menu-hero .script {
    font-size: 40px;
  }

  .menu-card {
    padding: 18px;
  }

  .feedback-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

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

  .menu-prices {
    margin-bottom: 12px;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    align-items: stretch;
    flex-direction: column;
    padding: 16px;
  }

  .cookie-banner__actions {
    flex-direction: column;
  }

  .visitor-counter {
    right: 12px;
    bottom: 12px;
    min-height: 34px;
    font-size: 12px;
  }
}

@media (max-width: 1100px) and (max-height: 560px) {
  .hero {
    min-height: auto;
    padding-bottom: 52px;
  }

  .site-header {
    gap: 14px;
  }

  .hero__content {
    margin-top: 28px;
  }

  .actions {
    margin-bottom: 12px;
  }

  .popular {
    margin-top: 0;
    padding-top: 8px;
  }
}
