/* Shaam Nights design refresh */
:root {
  --sn-bg: #0e1317;
  --sn-bg-deep: #090c0f;
  --sn-panel: #11171c;
  --sn-panel-soft: #151c22;
  --sn-border: rgba(185, 146, 114, 0.24);
  --sn-border-strong: rgba(185, 146, 114, 0.42);
  --sn-accent: #b99272;
  --sn-text: #ffffff;
  --sn-muted: rgba(255, 255, 255, 0.68);
  --sn-shadow: 0 20px 55px rgba(0, 0, 0, 0.34);
}

body,
.bg {
  background: var(--sn-bg-deep);
}

.wrapper {
  background:
    linear-gradient(180deg, rgba(185, 146, 114, 0.05), rgba(9, 12, 15, 0) 260px),
    var(--sn-bg-deep);
}

.section {
  position: relative;
}

.section:not(.kf-started-slider):not(.kf-started-inner):not(.kf-cta) {
  padding-top: 105px;
  padding-bottom: 105px;
}

.kf-header {
  backdrop-filter: blur(16px);
}

.kf-topline {
  border-bottom: 1px solid rgba(185, 146, 114, 0.18);
  background: rgba(9, 12, 15, 0.74);
}

.kf-navbar {
  border-bottom: 1px solid rgba(185, 146, 114, 0.12);
  background: rgba(14, 19, 23, 0.72);
}

.kf-header.fixed .kf-navbar {
  background: rgba(9, 12, 15, 0.94);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.34);
}

.kf-logo img {
  max-height: 78px;
  object-fit: contain;
}

.kf-main-menu ul li a {
  position: relative;
  padding-bottom: 8px;
}

.kf-main-menu ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--sn-accent);
  transform: translateX(-50%);
  transition: width 0.24s ease;
}

.kf-main-menu ul li.active a,
.kf-main-menu ul li a:hover {
  color: var(--sn-accent);
  text-decoration: none;
}

.kf-main-menu ul li.active a:after,
.kf-main-menu ul li a:hover:after {
  width: 24px;
}

a.kf-btn,
.kf-btn,
button,
input[type="submit"] {
  border: 1px solid rgba(185, 146, 114, 0.35);
  border-radius: 6px;
  box-shadow: 0 14px 32px rgba(185, 146, 114, 0.18) !important;
}

a.kf-btn.dark-btn,
.kf-btn.dark-btn {
  background: rgba(9, 12, 15, 0.86);
  border-color: rgba(255, 255, 255, 0.16);
}

.section.kf-started-slider .kf-started-item:after,
.section.kf-started-inner:before,
.section.kf-cta:before {
  background:
    linear-gradient(90deg, rgba(9, 12, 15, 0.82), rgba(9, 12, 15, 0.46) 48%, rgba(9, 12, 15, 0.78)),
    rgba(9, 12, 15, 0.18);
}

.section.kf-started-slider .description {
  max-width: 760px;
  padding: 34px 0;
}

.section.kf-started-slider .subtitles,
.kf-subtitle {
  color: var(--sn-accent);
  letter-spacing: 0.08em;
}

.section.kf-started-slider .name,
.section.kf-started-inner .kf-h-title {
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.58);
}

.section.kf-started-inner {
  min-height: 430px;
  border-bottom: 1px solid var(--sn-border);
}

.section.kf-started-inner .kf-parallax-bg,
.section.kf-started-slider .slide,
.section.kf-cta {
  background-position: center;
}

.section.kf-category iframe {
  width: 100%;
  min-height: 430px;
  border: 1px solid var(--sn-border) !important;
  border-radius: 8px;
  box-shadow: var(--sn-shadow);
}

.kf-titles .kf-title,
.kf-title {
  max-width: 860px;
}

.align-center .kf-title,
.kf-titles.align-center .kf-title {
  margin-left: auto;
  margin-right: auto;
}

.kf-text {
  color: var(--sn-muted);
}

.kf-text p {
  margin: 18px 0;
}

.kf-about-2,
.kf-choose,
.kf-menu,
.kf-gallery,
.kf-contacts-info,
.kf-contacts-form,
.kf-takeaway {
  background-color: var(--sn-bg-deep);
}

.kf-about-2:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 12, 15, 0.78);
  pointer-events: none;
}

.kf-about-2 > .container {
  position: relative;
  z-index: 2;
}

.kf-services-item-2,
.kf-menu-item-2,
.kf-contacts-item,
.takeaway-card {
  border: 1px solid var(--sn-border);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    var(--sn-panel);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.kf-services-item-2 {
  min-height: 218px;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.kf-services-item-2:hover,
.kf-contacts-item:hover,
.takeaway-card:hover {
  transform: translateY(-4px);
  border-color: var(--sn-border-strong);
  box-shadow: var(--sn-shadow);
}

.kf-services-item-2 .image {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(185, 146, 114, 0.28);
  border-radius: 8px;
  background: rgba(185, 146, 114, 0.08);
}

.kf-menu-items-2 {
  padding: 10px 0;
}

.kf-menu-item-2 {
  margin: 14px 0;
  padding: 24px 26px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.kf-menu-item-2:first-child,
.kf-menu-item-2:last-child {
  margin-top: 14px;
  margin-bottom: 14px;
}

.kf-menu-item-2:hover {
  border-color: var(--sn-border-strong);
  background: var(--sn-panel-soft);
}

.kf-menu-item-2 .name {
  margin-bottom: 8px;
}

.kf-menu-item-2 .subname {
  color: var(--sn-muted);
}

.kf-menu-item-2 .price span {
  min-width: 78px;
  border: 1px solid rgba(185, 146, 114, 0.32);
  border-radius: 6px;
  background: rgba(185, 146, 114, 0.1);
  text-align: center;
}

.kf-reservation-form,
.section.kf-contacts-form .kf-reservation-form {
  border: 1px solid var(--sn-border);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    #0f151a;
  box-shadow: var(--sn-shadow);
}

.kf-field input,
.kf-field textarea,
.kf-field select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea,
select {
  border-color: rgba(185, 146, 114, 0.28);
  background-color: rgba(255, 255, 255, 0.035);
}

.kf-field input:focus,
.kf-field textarea:focus,
.kf-field select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: var(--sn-accent);
  box-shadow: 0 0 0 3px rgba(185, 146, 114, 0.12);
}

.kf-gallery-items {
  margin-top: 22px;
}

.kf-gallery-item .image {
  border-radius: 8px;
  border: 1px solid var(--sn-border);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.kf-gallery-item .image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.kf-contacts-item {
  min-height: 280px;
  padding: 44px 30px;
}

.kf-contacts-item .image i {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(185, 146, 114, 0.28);
  border-radius: 8px;
  background: rgba(185, 146, 114, 0.08);
}

.takeaway-card {
  min-height: 260px;
  padding: 34px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.takeaway-card img {
  max-height: 86px;
  object-fit: contain;
}

.kf-cta {
  border-top: 1px solid var(--sn-border);
  border-bottom: 1px solid var(--sn-border);
}

.kf-footer {
  border-top: 1px solid var(--sn-border);
  background:
    linear-gradient(180deg, rgba(185, 146, 114, 0.05), rgba(9, 12, 15, 0)),
    #090c0f;
}

.kf-footer h5 {
  color: var(--sn-text);
}

.kf-f-hours ul li,
.kf-f-contact ul li,
.kf-copyright {
  color: var(--sn-muted);
}

.kf-f-contact a {
  color: var(--sn-muted);
}

.kf-f-contact a:hover {
  color: var(--sn-accent);
}

.kf-f-gallery ul li a {
  border: 1px solid var(--sn-border);
  border-radius: 6px;
  overflow: hidden;
}

.kf-f-gallery ul li img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .section:not(.kf-started-slider):not(.kf-started-inner):not(.kf-cta) {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .section.kf-started-inner {
    min-height: 340px;
  }

  .section.kf-category iframe {
    min-height: 340px;
    margin-bottom: 34px;
  }

  .align-right {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .kf-topline {
    display: none;
  }

  .kf-navbar {
    background: rgba(9, 12, 15, 0.95);
  }

  .section.kf-started-slider .description {
    padding: 24px 0;
  }

  .section.kf-started-inner .kf-h-title,
  .section.kf-started-slider .name {
    overflow-wrap: anywhere;
  }

  .kf-menu-item-2 {
    padding: 22px 20px;
  }

  .kf-menu-item-2 .price {
    margin-top: 12px;
  }

  .kf-reservation-form {
    padding-left: 22px;
    padding-right: 22px;
  }

  .takeaway-card {
    margin-bottom: 20px;
  }
}

/* Professional polish pass */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: var(--sn-text);
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea,
select,
.kf-btn,
.kf-subtitle,
.section.kf-started-slider .subtitles,
.kf-main-menu ul li a,
.kf-navbar-mobile .kf-main-menu ul li a,
.kf-picker-display,
.pk-header-label,
.pk-day-name,
.pk-confirm,
.pk-time-label,
.pk-ampm-btn {
  letter-spacing: 0 !important;
}

.wrapper,
.section {
  overflow: hidden;
}

.container {
  width: 100%;
}

.kf-header .row {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.kf-topline,
.kf-navbar {
  padding-left: 34px;
  padding-right: 34px;
}

.kf-navbar {
  padding-top: 14px;
  padding-bottom: 14px;
}

.kf-logo {
  width: 136px;
}

.kf-logo img {
  display: block;
}

.kf-main-menu ul {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}

.kf-main-menu ul li {
  margin-left: 0;
}

.kf-main-menu ul li a {
  font-size: 14px;
  line-height: 1.25;
  text-transform: uppercase;
}

.kf-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 100%;
  text-align: center;
  white-space: normal;
}

.kf-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.kf-btn i {
  margin-left: 0;
  flex: 0 0 auto;
}

.section.kf-started-slider .kf-started-item {
  min-height: 720px;
}

.section.kf-started-slider .description {
  max-width: 820px;
}

.section.kf-started-slider .name {
  max-width: 820px;
  font-size: 76px;
  line-height: 1.05;
}

.section.kf-started-slider .subtitles,
.kf-subtitle {
  font-size: 15px;
  line-height: 1.55;
  text-transform: uppercase;
}

.kf-title {
  font-size: 46px;
  line-height: 1.14;
}

.kf-h-title {
  max-width: 980px;
  font-size: 68px;
  line-height: 1.08;
}

.section.kf-started-inner {
  height: 500px;
  min-height: 420px;
}

.section.kf-started-inner .container {
  position: relative;
  z-index: 2;
}

.section.kf-started-inner:before {
  opacity: 1;
}

.section.kf-started-inner .kf-parallax-bg:after,
.section.kf-started-slider .kf-started-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 12, 15, 0.24), rgba(9, 12, 15, 0.74)),
    linear-gradient(90deg, rgba(9, 12, 15, 0.78), rgba(9, 12, 15, 0.2) 58%, rgba(9, 12, 15, 0.68));
  pointer-events: none;
}

.section.kf-started-slider .container {
  position: relative;
  z-index: 2;
}

.kf-category .row,
.kf-about-2 .row,
.kf-contacts-items.row,
.kf-takeaway .row,
.kf-footer .row:first-child {
  row-gap: 30px;
}

.kf-text {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.78;
}

.align-center .kf-text {
  margin-left: auto;
  margin-right: auto;
}

.kf-text p:first-child {
  margin-top: 0;
}

.kf-text p:last-child {
  margin-bottom: 0;
}

.kf-services-items-2.row {
  row-gap: 24px;
}

.kf-services-items-2 > [class*="col-"],
.kf-contacts-items > [class*="col-"],
.kf-takeaway .row > [class*="col-"] {
  display: flex;
}

.kf-services-item-2,
.kf-contacts-item,
.takeaway-card {
  width: 100%;
}

.kf-services-item-2 {
  min-height: 238px;
  padding: 34px 28px;
}

.kf-services-item-2 .name,
.kf-contacts-item .name {
  line-height: 1.25;
}

.kf-services-item-2 .subname,
.kf-contacts-item ul li,
.takeaway-card {
  line-height: 1.55;
}

.kf-menu + .kf-menu {
  padding-top: 0 !important;
}

.kf-menu .kf-titles {
  margin-bottom: 18px;
}

.kf-menu .kf-titles[style] {
  margin-top: 64px !important;
}

.kf-menu .kf-titles h4.kf-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-bottom: 2px;
  padding: 0 22px;
  border: 1px solid var(--sn-border);
  border-radius: 6px;
  background: rgba(185, 146, 114, 0.08);
  color: var(--sn-text);
  font-size: 30px;
  line-height: 1.2;
}

.kf-menu-items-2 {
  margin: 22px 0 34px;
  padding: 0;
  background: transparent;
}

.kf-menu-item-2 {
  min-height: 118px;
  display: flex;
  align-items: stretch;
  margin: 14px 0;
  padding: 0;
  border-bottom: none;
}

.kf-menu-item-2 .desc {
  width: 100%;
  min-width: 0;
  margin-left: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 18px;
  row-gap: 8px;
  align-items: start;
}

.kf-menu-item-2 .name {
  grid-column: 1;
  margin: 0;
  padding-right: 0;
  display: block;
  background: transparent;
  font-size: 20px;
  line-height: 1.28;
}

.kf-menu-item-2 .subname {
  grid-column: 1;
  max-width: 94%;
  font-size: 15px;
  line-height: 1.55;
}

.kf-menu-item-2 .price {
  position: static;
  grid-column: 2;
  grid-row: 1 / span 2;
  width: auto;
  min-width: 92px;
  font-size: 20px;
  line-height: 1;
  text-align: right;
}

.kf-menu-item-2 .price:before {
  display: none;
}

.kf-menu-item-2 .price span {
  min-height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(185, 146, 114, 0.1);
}

.kf-reservation-form,
.section.kf-contacts-form .kf-reservation-form {
  max-width: 980px;
  padding: 58px;
}

.section.kf-contacts-form .kf-reservation-form {
  max-width: 100%;
}

.kf-field input,
.kf-field textarea,
.kf-field select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea,
select {
  width: 100%;
  min-height: 58px;
  border-radius: 6px;
  color: var(--sn-text);
}

.kf-field input,
.kf-field select {
  padding-left: 18px;
  padding-right: 52px;
}

.kf-field textarea,
textarea {
  min-height: 150px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.kf-field i {
  right: 18px;
  color: var(--sn-accent);
}

.time-help {
  margin-top: -8px;
  color: var(--sn-muted) !important;
}

.alert-success {
  margin-top: 24px;
  padding: 18px 22px;
  border: 1px solid rgba(185, 146, 114, 0.32);
  border-radius: 8px;
  background: rgba(185, 146, 114, 0.09);
  color: var(--sn-text);
}

.kf-gallery-col {
  margin-bottom: 30px;
}

.kf-gallery-item,
.kf-gallery-item .image,
.kf-gallery-item .image a,
.kf-gallery-item .image img {
  height: 100%;
}

.kf-gallery-item .image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.kf-gallery-item .image img {
  width: 100%;
  transition: transform 0.45s ease;
}

.kf-gallery-item:hover .image img {
  transform: scale(1.045);
}

.kf-contacts-items {
  align-items: stretch;
}

.kf-contacts-item {
  min-height: 320px;
  padding: 38px 30px;
}

.kf-contacts-item ul li {
  overflow-wrap: anywhere;
}

.takeaway-card {
  min-height: 300px;
}

.takeaway-card img {
  width: 100%;
  max-width: 210px;
}

.kf-cta {
  padding-top: 78px;
  padding-bottom: 78px;
}

.section.kf-cta .kf-title {
  margin-bottom: 0;
}

.kf-footer {
  padding: 78px 0 28px;
}

.kf-footer .kf-logo {
  margin-bottom: 0;
}

.kf-f-hours ul li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.kf-f-hours ul li em {
  flex: 0 0 auto;
}

.kf-f-contact ul li {
  overflow-wrap: anywhere;
}

@media screen and (max-width: 1199px) {
  .kf-main-menu ul {
    gap: 16px;
  }

  .kf-btn.h-btn {
    margin-left: 20px;
  }

  .section.kf-started-slider .name {
    font-size: 64px;
  }

  .kf-title {
    font-size: 40px;
  }

  .kf-h-title {
    font-size: 58px;
  }
}

@media screen and (max-width: 1024px) {
  .kf-header {
    position: fixed;
  }

  .kf-navbar {
    padding: 12px 24px;
  }

  .kf-navbar .row {
    flex-wrap: nowrap;
  }

  .kf-navbar .col-xs-12 {
    width: auto;
  }

  .kf-navbar .col-md-3:first-child {
    flex: 1 1 auto;
  }

  .kf-logo {
    width: 118px;
  }

  .kf-mobile-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex: 0 0 auto;
    text-align: right !important;
  }

  .kf-btn.h-btn {
    margin-left: 0;
  }

  .kf-menu-btn {
    margin-left: 0;
    flex: 0 0 34px;
  }

  .kf-navbar-mobile {
    position: fixed;
    padding: 118px 28px 32px;
  }

  .kf-navbar-mobile .kf-topline {
    display: block;
  }

  .wrapper {
    padding-top: 92px;
  }

  .section.kf-started-slider .kf-started-item {
    min-height: 640px;
  }

  .kf-reservation-form,
  .section.kf-contacts-form .kf-reservation-form {
    padding: 46px 34px;
  }
}

@media screen and (max-width: 991px) {
  .section.kf-started-slider .name {
    font-size: 56px;
  }

  .kf-title {
    font-size: 36px;
  }

  .kf-h-title {
    font-size: 50px;
  }

  .section.kf-started-inner {
    height: 390px;
    min-height: 360px;
  }

  .kf-category .kf-btn,
  .kf-about-2 .kf-btn {
    margin-top: 10px;
  }

  .kf-services-items-2 {
    margin-top: 34px;
  }

  .kf-contacts-items > [class*="col-"],
  .kf-takeaway .row > [class*="col-"] {
    margin-bottom: 24px;
  }

  .kf-contacts-items > [class*="col-"]:last-child,
  .kf-takeaway .row > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section:not(.kf-started-slider):not(.kf-started-inner):not(.kf-cta) {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .kf-navbar {
    padding: 10px 18px;
  }

  .kf-logo {
    width: 102px;
  }

  .kf-mobile-actions {
    gap: 10px;
  }

  .kf-btn.h-btn {
    min-height: 42px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
  }

  .kf-menu-btn {
    height: 42px;
  }

  .wrapper {
    padding-top: 76px;
  }

  .kf-navbar-mobile {
    padding: 96px 22px 28px;
  }

  .kf-navbar-mobile .kf-main-menu ul li {
    margin-bottom: 8px;
  }

  .kf-navbar-mobile .kf-main-menu ul li a {
    font-size: 22px;
    line-height: 1.35;
  }

  .section.kf-started-slider .kf-started-item {
    min-height: 570px;
  }

  .section.kf-started-slider .description {
    padding: 18px 0;
  }

  .section.kf-started-slider .name {
    font-size: 42px;
    line-height: 1.1;
  }

  .section.kf-started-slider .subtitles,
  .kf-subtitle {
    font-size: 13px;
  }

  .kf-title {
    font-size: 31px;
    line-height: 1.18;
  }

  .kf-h-title {
    font-size: 40px;
    line-height: 1.13;
  }

  .section.kf-started-inner {
    height: 320px;
    min-height: 300px;
  }

  .kf-bts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .kf-bts .kf-btn {
    margin: 0;
  }

  .section.kf-started-slider .kf-bts {
    align-items: stretch;
    flex-direction: column;
    max-width: 280px;
  }

  .section.kf-started-slider .kf-bts .kf-btn {
    width: 100%;
  }

  .kf-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .kf-services-item-2,
  .kf-contacts-item,
  .takeaway-card {
    min-height: auto;
  }

  .kf-menu .kf-titles[style] {
    margin-top: 42px !important;
  }

  .kf-menu .kf-titles h4.kf-title {
    width: 100%;
    min-height: 50px;
    font-size: 25px;
  }

  .kf-menu-items-2 {
    margin: 16px 0 26px;
  }

  .kf-menu-item-2 {
    min-height: 0;
    padding: 20px;
  }

  .kf-menu-item-2 .desc {
    display: block;
  }

  .kf-menu-item-2 .name {
    font-size: 19px;
  }

  .kf-menu-item-2 .subname {
    max-width: none;
    margin-top: 8px;
    font-size: 14px;
  }

  .kf-menu-item-2 .price {
    margin-top: 14px;
    min-width: 0;
    text-align: left;
  }

  .kf-menu-item-2 .price span {
    min-height: 38px;
  }

  .kf-reservation-form,
  .section.kf-contacts-form .kf-reservation-form {
    padding: 32px 22px;
  }

  .kf-field input,
  .kf-field select {
    min-height: 52px;
  }

  .kf-field textarea,
  textarea {
    min-height: 132px;
  }

  .kf-field i {
    line-height: 52px;
  }

  .kf-gallery-col {
    margin-bottom: 22px;
  }

  .takeaway-card {
    padding: 28px 22px;
  }

  .kf-cta {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .section.kf-cta .align-right {
    margin-top: 18px;
  }

  .kf-footer {
    padding-top: 58px;
  }
}

@media screen and (max-width: 420px) {
  .kf-mobile-book span i {
    display: none;
  }

  .kf-btn.h-btn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section.kf-started-slider .name {
    font-size: 36px;
  }

  .kf-h-title {
    font-size: 34px;
  }

  .kf-title {
    font-size: 28px;
  }

  .kf-menu-item-2,
  .kf-services-item-2,
  .kf-contacts-item,
  .takeaway-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .kf-f-hours ul li {
    display: block;
  }

  .kf-f-hours ul li em {
    display: block;
    margin-top: 4px;
  }
}

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

/* Rebuilt menu page */
.wrapper {
  overflow: visible;
}

.section.sn-menu-page {
  overflow: visible;
  padding-top: 92px !important;
  padding-bottom: 104px !important;
  background:
    linear-gradient(180deg, rgba(185, 146, 114, 0.07), rgba(9, 12, 15, 0) 260px),
    var(--sn-bg-deep);
}

.sn-menu-intro {
  max-width: 840px;
  margin: 0 auto 34px;
}

.sn-menu-intro .kf-title {
  margin-bottom: 18px;
}

.sn-menu-intro p {
  margin: 0 auto;
  max-width: 720px;
  color: var(--sn-muted);
  font-size: 17px;
  line-height: 1.7;
}

.sn-menu-nav {
  position: sticky;
  top: 86px;
  z-index: 30;
  max-width: 1160px;
  margin: 0 auto 72px;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--sn-border);
  border-radius: 8px;
  background: rgba(9, 12, 15, 0.86);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.sn-menu-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.sn-menu-nav a:hover,
.sn-menu-nav a:focus {
  border-color: rgba(185, 146, 114, 0.35);
  background: rgba(185, 146, 114, 0.1);
  color: var(--sn-accent);
  text-decoration: none;
}

.sn-menu-stack {
  display: grid;
  gap: 86px;
}

.sn-menu-section {
  scroll-margin-top: 152px;
}

.sn-menu-section-head {
  margin-bottom: 34px;
  padding-bottom: 28px;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  column-gap: 34px;
  row-gap: 10px;
  align-items: start;
  border-bottom: 1px solid var(--sn-border);
}

.sn-menu-section-head span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(185, 146, 114, 0.34);
  border-radius: 6px;
  color: var(--sn-accent);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.sn-menu-section-head h2 {
  grid-column: 2;
  margin: 0;
  color: var(--sn-text);
  font-family: "Merienda", cursive;
  font-size: 44px;
  line-height: 1.18;
}

.sn-menu-section-head p {
  grid-column: 2;
  max-width: 760px;
  margin: 0;
  color: var(--sn-muted);
  font-size: 16px;
  line-height: 1.65;
}

.sn-menu-group + .sn-menu-group {
  margin-top: 54px;
}

.sn-menu-group-head {
  margin-bottom: 18px;
  padding-bottom: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(185, 146, 114, 0.18);
}

.sn-menu-group-head h3 {
  margin: 0;
  color: var(--sn-text);
  font-family: "Merienda", cursive;
  font-size: 28px;
  line-height: 1.25;
}

.sn-menu-group-head p {
  margin: 0;
  color: var(--sn-accent);
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
}

.sn-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.sn-menu-dish {
  min-height: 132px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--sn-border);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    var(--sn-panel);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.sn-menu-dish:hover {
  transform: translateY(-3px);
  border-color: var(--sn-border-strong);
  background:
    linear-gradient(180deg, rgba(185, 146, 114, 0.08), rgba(255, 255, 255, 0)),
    var(--sn-panel-soft);
  box-shadow: var(--sn-shadow);
}

.sn-menu-dish-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.sn-menu-dish h4 {
  margin: 0;
  color: var(--sn-text);
  font-size: 20px;
  line-height: 1.28;
}

.sn-menu-dish p {
  margin: 9px 0 0;
  color: var(--sn-muted);
  font-size: 15px;
  line-height: 1.58;
}

.sn-menu-tag {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(185, 146, 114, 0.32);
  border-radius: 999px;
  color: var(--sn-accent);
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.sn-menu-price {
  min-height: 44px;
  min-width: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid rgba(185, 146, 114, 0.34);
  border-radius: 6px;
  background: rgba(185, 146, 114, 0.1);
  color: var(--sn-accent);
  font-family: "Merienda", cursive;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
  .sn-menu-section-head h2 {
    font-size: 38px;
  }

  .sn-menu-dish {
    padding: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .sn-menu-nav {
    top: 78px;
  }
}

@media screen and (max-width: 991px) {
  .section.sn-menu-page {
    padding-top: 72px !important;
    padding-bottom: 82px !important;
  }

  .sn-menu-nav {
    margin-bottom: 58px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .sn-menu-nav a {
    flex: 0 0 auto;
  }

  .sn-menu-section-head {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .sn-menu-section-head h2,
  .sn-menu-section-head p {
    grid-column: 1;
  }

  .sn-menu-section-head span {
    justify-self: start;
    padding: 0 14px;
  }

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

@media screen and (max-width: 767px) {
  .section.sn-menu-page {
    padding-top: 56px !important;
    padding-bottom: 66px !important;
  }

  .sn-menu-intro {
    margin-bottom: 26px;
  }

  .sn-menu-intro p {
    font-size: 16px;
  }

  .sn-menu-nav {
    top: 68px;
    margin-left: -22px;
    margin-right: -22px;
    margin-bottom: 46px;
    padding: 10px 22px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .sn-menu-stack {
    gap: 62px;
  }

  .sn-menu-section {
    scroll-margin-top: 122px;
  }

  .sn-menu-section-head {
    margin-bottom: 26px;
    padding-bottom: 22px;
  }

  .sn-menu-section-head h2 {
    font-size: 31px;
  }

  .sn-menu-group + .sn-menu-group {
    margin-top: 38px;
  }

  .sn-menu-group-head {
    display: block;
  }

  .sn-menu-group-head h3 {
    font-size: 24px;
  }

  .sn-menu-group-head p {
    margin-top: 6px;
    text-align: left;
  }

  .sn-menu-dish {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

  .sn-menu-dish h4 {
    font-size: 19px;
  }

  .sn-menu-price {
    justify-self: start;
    min-height: 40px;
  }
}

@media screen and (max-width: 420px) {
  .sn-menu-nav a {
    min-height: 38px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 13px;
  }

  .sn-menu-section-head h2 {
    font-size: 28px;
  }

  .sn-menu-dish {
    padding: 18px;
  }
}
