:root {
  --navy: #0f304d;
  --navy-deep: #081d32;
  --navy-soft: #123c62;
  --aqua: #6ab7d6;
  --aqua-soft: #d8eef7;
  --sand: #fbf8f3;
  --sand-deep: #f2ece4;
  --panel: #ffffff;
  --text: #51606f;
  --heading: #1a2d44;
  --line: #d8dfe6;
  --shadow: 0 20px 50px rgba(10, 34, 52, 0.1);
  --radius: 16px;
  --container: min(1240px, calc(100vw - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f4efe8 0%, #ffffff 220px);
}

.promo-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  width: min(360px, calc(100vw - 32px));
  min-height: 176px;
  padding: 0;
  border: 1px solid rgba(15, 48, 77, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 255, 0.96));
  box-shadow: 0 18px 40px rgba(10, 34, 52, 0.16);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  perspective: 1200px;
}

.promo-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.promo-toast__inner {
  position: relative;
  min-height: 176px;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.promo-toast.is-flipped .promo-toast__inner {
  transform: rotateY(180deg);
}

.promo-toast__face {
  position: absolute;
  inset: 0;
  padding: 18px 20px 16px;
  border-radius: 18px;
  backface-visibility: hidden;
}

.promo-toast__face--front {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 252, 255, 0.92));
}

.promo-toast__face--back {
  background: linear-gradient(180deg, rgba(236, 246, 252, 0.95), rgba(255, 252, 247, 0.95));
  transform: rotateY(180deg);
}

.promo-toast__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 48, 77, 0.08);
  color: var(--navy);
  font-size: 20px;
  line-height: 1;
}

.promo-toast__kicker {
  margin: 0 36px 8px 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4f89ad;
}

.promo-toast__text {
  margin: 0;
  color: var(--heading);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.promo-toast__meta {
  margin: 10px 0 0;
  color: #587188;
  font-size: 0.9rem;
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

img,
iframe,
svg {
  display: block;
  max-width: 100%;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.topbar {
  background: var(--navy-deep);
  color: #ecf3f9;
  font-size: 14px;
}

.topbar__content {
  min-height: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 22px;
}

.topbar__location {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.topbar__map-link {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #ecf3f9;
}

.topbar__map-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.topbar__line,
.topbar__phone {
  margin: 0;
  letter-spacing: 0.02em;
}

.topbar__line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topbar__cta {
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 48, 77, 0.08);
}

.header__content {
  position: relative;
  min-height: 84px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.logo {
  width: 190px;
  height: auto;
  color: var(--navy-deep);
}

.logo--light {
  color: white;
}

.logo__script {
  fill: currentColor;
  font-family: "Caveat", cursive;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.logo__wave,
.logo__tail {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #d8dde4;
  border-radius: 12px;
  background: white;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 34px;
}

.nav__link {
  position: relative;
  padding: 8px 0;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #4d5764;
}

.nav__link.is-active::after,
.nav__link:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  background: #8da5bb;
}

.lang-switch {
  position: relative;
}

.lang-switch__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #d8dde4;
  border-radius: 999px;
  background: white;
  color: #536171;
  font-weight: 600;
}

.lang-switch__flag {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 20px;
  border-radius: 3px;
  font-size: 0;
}

.lang-switch__flag--es {
  background: linear-gradient(180deg, #c61f30 0 28%, #f6d37f 28% 72%, #c61f30 72%);
}

.lang-switch__flag--en {
  background: url("assets/flags/flag-en-uk.svg") center / cover no-repeat;
}

.lang-switch__flag--nl {
  background: linear-gradient(180deg, #b4242c 0 33%, #ffffff 33% 66%, #294f92 66%);
}

.lang-switch__flag--de {
  background: linear-gradient(180deg, #111111 0 33%, #c62c2c 33% 66%, #e0b438 66%);
}

.lang-switch__flag--fr {
  background: linear-gradient(90deg, #244ea0 0 33%, #ffffff 33% 66%, #ce2f3e 66%);
}

.lang-switch__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 180px;
  padding: 8px;
  border: 1px solid #d8dde4;
  border-radius: 16px;
  background: white;
  box-shadow: var(--shadow);
}

.lang-switch__option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--heading);
  text-align: left;
}

.lang-switch__option:hover {
  background: #f4f7fa;
}

.hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #c6ccd2;
}

.hero__slides,
.gallery__track {
  position: relative;
}

.hero__slide,
.gallery__slide,
.menu__panel {
  display: none;
}

.hero__slide.is-active,
.gallery__slide.is-active,
.menu__panel.is-active {
  display: block;
}

.hero__slide img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 56%;
  filter: saturate(0.94) contrast(0.96);
}

.hero__image--entry {
  object-position: center 46%;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.28) 25%, rgba(0, 0, 0, 0.04) 70%);
  pointer-events: none;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 72px;
  padding-left: clamp(24px, 8vw, 120px);
}

.hero__logo-block {
  color: white;
}

.logo--hero {
  width: clamp(270px, 36vw, 430px);
  filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.22));
}

.hero__place {
  display: block;
  margin-top: -2px;
  padding-left: 28px;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  letter-spacing: 0.42em;
  color: white;
}

.hero__title {
  margin: 22px 0 6px;
  color: white;
  font-size: 2.35rem;
  font-weight: 700;
}

.hero__copy {
  max-width: 560px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.18rem;
  line-height: 1.5;
}

.hero__actions {
  display: flex;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: white;
}

.button--primary {
  background: rgba(15, 48, 77, 0.82);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.08);
}

.button--solid {
  width: 100%;
  border-color: var(--navy);
  background: var(--navy-deep);
}

.button--footer {
  width: 100%;
  border-color: rgba(106, 183, 214, 0.6);
  color: #9fd9ef;
}

.slider-arrow,
.gallery__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  font-size: 2.3rem;
}

.slider-arrow--left,
.gallery__arrow--left {
  left: 18px;
}

.slider-arrow--right,
.gallery__arrow--right {
  right: 18px;
}

.hero__dots,
.gallery__dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.hero__dots {
  bottom: 22px;
}

.gallery__dots {
  position: static;
  transform: none;
  justify-content: center;
  margin-top: 22px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.gallery__dots .slider-dot {
  background: #c6cfda;
}

.slider-dot.is-active {
  background: var(--navy);
}

.section {
  padding: 74px 0;
}

.intro {
  background: linear-gradient(180deg, #fffdfb 0%, #ffffff 100%);
}

.intro__content,
.menu__content {
  text-align: center;
}

.section-kicker {
  margin: 0 0 16px;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.24em;
  color: #82a9bf;
}

.section-title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 3.3vw, 3.3rem);
  letter-spacing: 0.13em;
  color: var(--navy);
}

.section-title::after {
  content: "";
  display: block;
  width: 92px;
  height: 16px;
  margin: 16px auto 0;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 20'%3E%3Cpath d='M6 11c10-5 21-4 31 0s20 5 31 0 20-5 31 0' fill='none' stroke='%236ab7d6' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");
}

.section-copy {
  max-width: 840px;
  margin: 18px auto 0;
  font-size: 1.08rem;
  line-height: 1.6;
}

.section-copy--left {
  margin-left: 0;
  text-align: left;
}

.gallery {
  position: relative;
  margin-top: 36px;
}

.gallery__viewport {
  overflow: hidden;
}

.gallery__slide.is-active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery__slide img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.gallery__image--people {
  object-position: center 66%;
}


.menu {
  background: linear-gradient(180deg, #ffffff 0%, var(--sand) 100%);
}

.menu__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.menu__tab {
  padding: 12px 20px;
  border: 1px solid #bfc9d3;
  background: white;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: var(--navy);
}

.menu__tab.is-active {
  background: var(--navy-deep);
  border-color: var(--navy-deep);
  color: white;
}

.menu__panel {
  margin-top: 34px;
}

.menu__panel.is-active {
  display: block;
}

.menu__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 48px;
  margin-top: 26px;
  text-align: left;
}

.dish-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding-bottom: 18px;
}

.dish-card h3 {
  margin: 0 0 4px;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--heading);
}

.dish-card p {
  margin: 0;
  font-size: 1.1rem;
}

.dish-card strong {
  font-size: 1.85rem;
  color: #6f9db3;
}

.menu__note {
  margin: 28px 0 0;
  font-style: italic;
  color: #7b8692;
}

.menu__note--center {
  max-width: 720px;
  margin: 26px auto 0;
  font-style: normal;
  font-size: 1.08rem;
}

.details {
  padding-top: 22px;
  padding-bottom: 52px;
}

.details__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #dde3e8;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  box-shadow: 0 8px 18px rgba(17, 34, 51, 0.05);
}

.info-card {
  min-height: 180px;
  padding: 28px 26px;
  text-align: center;
  border-right: 1px solid #e3e7eb;
}

.info-card:last-child {
  border-right: 0;
}

.info-card__icon,
.contact-item__icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid #97a5b5;
  border-radius: 999px;
  color: var(--navy);
  font-size: 1.6rem;
}

.info-card__icon--cutlery svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.info-card h3 {
  margin: 18px 0 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: var(--navy);
}

.info-card p {
  margin: 4px 0;
  font-size: 1rem;
}

.reservation {
  background: linear-gradient(180deg, #fbf8f3 0%, #ffffff 100%);
}

.reservation__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 36px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.step-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #eef2f5;
}

.step-card__number {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--navy-deep);
  color: white;
  font-weight: 700;
}

.step-card h3,
.contact-item h3,
.reservation-form h3,
.footer__column h3 {
  margin: 0 0 4px;
  font-family: "Oswald", sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.05em;
  color: var(--heading);
}

.step-card p,
.contact-item p,
.footer__column p,
.footer__brand p {
  margin: 0;
  line-height: 1.55;
}

.reservation__callout {
  margin-top: 28px;
  padding: 18px 0 18px 18px;
  border-left: 3px solid var(--aqua);
  color: var(--heading);
}

.reservation__callout p {
  margin: 0 0 6px;
}

.reservation__callout a {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--navy-soft);
}

.reservation__callout .reservation__mail {
  display: inline-block;
  margin-top: 2px;
  font-size: 1rem;
  font-weight: 600;
}

.reservation-form {
  padding: 32px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.reservation-form label {
  display: block;
  margin-top: 16px;
}

.reservation-form span {
  display: block;
  margin-bottom: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  color: var(--heading);
}

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dde3ea;
  background: #fff;
  color: var(--heading);
}

.reservation-form textarea {
  resize: vertical;
}

.reservation-form__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.reservation-form__hint {
  margin: 14px 0 0;
  font-size: 0.92rem;
  color: #7d8793;
  text-align: center;
}

.contact {
  background: white;
}

.contact__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 54px;
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 26px;
  margin-top: 30px;
}

.contact-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
}

.contact-item a {
  display: inline-block;
  margin-top: 8px;
  color: var(--navy-soft);
}

.contact-item__muted {
  margin-top: 4px;
  color: #77818d;
  font-style: italic;
}

.follow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  color: var(--heading);
}

.follow__links {
  display: flex;
  gap: 14px;
}

.follow__links a {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(106, 183, 214, 0.25);
  background: var(--navy-deep);
  color: white;
}

.follow__links svg {
  width: 18px;
  fill: currentColor;
}

.contact__map-wrap {
  padding-top: 86px;
}

.contact__map {
  width: 100%;
  min-height: 520px;
  border: 0;
  box-shadow: var(--shadow);
}

.footer {
  background: linear-gradient(180deg, #0d2441 0%, #102d55 100%);
  color: #d8e6f3;
}

.footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(180px, 0.8fr) minmax(240px, 0.92fr) minmax(240px, 0.98fr);
  gap: 48px;
  padding: 54px 0 42px;
}

.footer__logo {
  width: 180px;
  margin-bottom: 20px;
}

.footer__brand p {
  max-width: 330px;
  font-size: 1.08rem;
}

.follow__links--footer {
  margin-top: 20px;
}

.footer__column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer__column h3 {
  color: #73caee;
}

.footer__column a {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

.footer__column--cta {
  gap: 18px;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.footer-contact-item__icon {
  color: #73caee;
  font-size: 1.1rem;
  line-height: 1.4;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(216, 230, 243, 0.8);
}

@media (max-width: 1180px) {
  .nav {
    gap: 22px;
  }

  .reservation__layout,
  .contact__layout,
  .footer__main {
    grid-template-columns: 1fr;
  }

  .contact__map-wrap {
    padding-top: 0;
  }

  .details__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .info-card:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 920px) {
  .promo-toast {
    right: 16px;
    bottom: 16px;
    min-height: 188px;
  }

  .promo-toast__inner {
    min-height: 188px;
  }

  .promo-toast__face {
    padding: 16px 18px 14px;
  }

  .topbar__content {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    padding: 10px 0;
  }

  .topbar__location {
    justify-content: center;
  }

  .header__content {
    grid-template-columns: 1fr auto auto;
  }

  .nav-toggle {
    display: inline-block;
    justify-self: end;
  }

  .nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: min(420px, calc(100vw - 28px));
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border: 1px solid #d8dde4;
    border-radius: 18px;
    background: white;
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .nav__link {
    padding: 14px 10px;
    text-align: center;
  }

  .nav__link.is-active::after,
  .nav__link:hover::after {
    bottom: 5px;
  }

  .menu__grid {
    grid-template-columns: 1fr;
  }

  .gallery__slide.is-active {
    grid-template-columns: repeat(2, 1fr);
  }

  .dish-card h3,
  .dish-card strong {
    font-size: 1.55rem;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(100vw - 28px, 100%);
  }

  .header__content {
    min-height: 76px;
    gap: 12px;
    grid-template-columns: 1fr auto auto;
  }

  .logo {
    width: 150px;
  }

  .lang-switch__button {
    padding: 9px 12px;
  }

  .hero {
    min-height: 640px;
  }

  .hero__slide img {
    height: 640px;
  }

  .hero__overlay {
    align-items: center;
    text-align: center;
    padding-top: 96px;
  }

  .hero__place {
    padding-left: 0;
    letter-spacing: 0.3em;
  }

  .hero__title {
    font-size: 1.9rem;
  }

  .logo--hero {
    width: min(320px, 82vw);
  }

  .hero__actions {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
  }

  .button {
    width: 100%;
  }

  .slider-arrow,
  .gallery__arrow {
    width: 40px;
    height: 40px;
  }

  .gallery__slide.is-active {
    grid-template-columns: 1fr;
  }

  .gallery__slide img {
    height: 220px;
  }

  .menu__tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }

  .menu__tab {
    flex: 0 0 auto;
  }

  .details__grid,
  .reservation-form__split,
  .footer__bottom {
    grid-template-columns: 1fr;
    display: grid;
  }

  .info-card {
    border-right: 0;
    border-bottom: 1px solid #e3e7eb;
  }

  .info-card:last-child {
    border-bottom: 0;
  }

  .reservation-form {
    padding: 24px 18px;
  }

  .contact-item {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .contact__map {
    min-height: 360px;
  }

  .footer__main {
    gap: 30px;
  }

  .footer__bottom {
    justify-content: start;
    gap: 10px;
  }
}
