@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/assistant-hebrew.woff2") format("woff2");
  unicode-range:
    U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/assistant-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/montserrat-latin.woff2") format("woff2");
}

.home-page {
  color: #565750;
  background: #f5f4ef;
  font-family: "Assistant", Arial, sans-serif;
}

.home-header {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  background: var(--ink);
}

.home-nav {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: 250px 1fr 120px;
  gap: 24px;
  align-items: center;
  width: min(1120px, calc(100% - 48px));
  min-height: 100px;
  padding: 0 18px;
  border-bottom: 1px solid rgb(255 255 255 / 22%);
  transform: translateX(-50%);
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.home-nav--scrolled {
  background: rgb(23 25 22 / 76%);
  box-shadow: 0 8px 24px rgb(0 0 0 / 12%);
  backdrop-filter: blur(8px);
}

.home-logo {
  display: block;
  width: 240px;
  height: 96px;
  overflow: hidden;
}

.home-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 1px 3px rgb(0 0 0 / 28%));
  transform: scale(1.3);
}

.home-nav__links {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.home-nav a {
  color: #fff;
  text-decoration: none;
}

.home-nav__links a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  font-size: 1.08rem;
}

.home-nav__links a:hover,
.home-nav__links a[aria-current="page"] {
  color: var(--gold);
  border-color: var(--gold);
}

.home-nav__order {
  justify-self: end;
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid rgb(255 255 255 / 72%);
  border-radius: 6px;
  font-weight: 700;
  text-align: center;
}

.home-hero {
  position: relative;
  display: grid;
  min-height: 500px;
  place-items: center;
  overflow: hidden;
  background:
    var(--ink) url("assets/hero-field.jpg") center / cover no-repeat;
}

.home-intro {
  display: grid;
  grid-template-columns: 56.5% 43.5%;
  min-height: 454px;
  direction: ltr;
  background: #f5f4ef;
}

.home-intro__image {
  min-height: 454px;
  background: url("assets/jennyfer-kitchen.jpg") center 42% / cover no-repeat;
}

.home-intro__copy {
  align-self: center;
  padding: 42px clamp(48px, 7.2vw, 92px);
  color: #101010;
  direction: rtl;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: right;
}

.home-intro__copy p {
  margin: 0;
}

.home-intro h2 {
  display: block;
  padding: 0;
  margin: 0 0 16px;
  color: #8e8e8e;
  border: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
  text-align: right;
}

.home-menu-gallery {
  padding: 54px 0 72px;
  overflow: hidden;
  background: #f5f4ef;
}

.home-menu-gallery__heading {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto 34px;
  text-align: center;
}

.home-menu-gallery__heading h2 {
  display: inline-block;
  padding-bottom: 10px;
  margin: 0;
  color: #4f504b;
  border-bottom: 1px solid currentColor;
  font-size: clamp(2rem, 4vw, 3rem);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.home-menu-carousel {
  position: relative;
  width: min(1140px, calc(100% - 72px));
  margin: 0 auto;
}

.home-menu-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.home-menu-track::-webkit-scrollbar {
  display: none;
}

.home-menu-card {
  position: relative;
  flex: 0 0 calc((100% - 20px) / 3);
  min-height: 372px;
  overflow: hidden;
  color: #fff;
  scroll-snap-align: start;
  text-decoration: none;
}

.home-menu-card img {
  width: 100%;
  height: 100%;
  min-height: 372px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.home-menu-card:hover img {
  transform: scale(1.025);
}

.home-menu-card__shade {
  position: absolute;
  inset: 0;
  background: rgb(20 16 13 / 48%);
}

.home-menu-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  text-align: center;
}

.home-menu-card__content strong {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
}

.home-menu-card__content > span {
  min-width: 190px;
  padding: 10px 18px;
  border: 2px solid #fff;
  font-weight: 700;
}

.home-menu-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 52px;
  padding: 0;
  color: #fff;
  border: 0;
  background: rgb(23 25 22 / 58%);
  font-size: 2rem;
  line-height: 1;
  direction: ltr;
  place-items: center;
  transform: translateY(-50%);
}

.home-menu-carousel__arrow--previous {
  left: -21px;
}

.home-menu-carousel__arrow--next {
  right: -21px;
}

.home-services {
  padding: 40px 0 86px;
  background: #f5f4ef;
}

.home-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(1120px, calc(100% - 48px));
  min-height: 733px;
  margin: 0 auto 40px;
  direction: ltr;
}

.home-service:last-child {
  margin-bottom: 0;
}

.home-service img {
  grid-column: 1;
  width: 100%;
  height: 733px;
  object-fit: cover;
}

.home-service--reverse img {
  grid-column: 2;
}

.home-service__copy {
  grid-column: 2;
  align-self: stretch;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 52px 42px;
  color: #676862;
  direction: rtl;
  text-align: center;
}

.home-service--reverse .home-service__copy {
  grid-column: 1;
  grid-row: 1;
}

.home-service h2 {
  display: inline-block;
  max-width: 100%;
  padding-bottom: 8px;
  margin: 0 0 28px;
  color: #555650;
  border-bottom: 1px solid currentColor;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  font-weight: 400;
  line-height: 1.08;
  text-align: center;
}

.home-service:last-child h2 {
  font-size: 1.75rem;
  white-space: nowrap;
}

.home-service__copy p {
  margin: 3px 0;
  font-size: 0.98rem;
  line-height: 1.8;
}

.home-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 46px;
  padding: 10px 22px;
  margin-top: 18px;
  color: #585954;
  border: 1px solid currentColor;
  text-decoration: none;
  font-weight: 500;
}

.home-footer {
  display: block;
  min-height: 273px;
  padding: 28px max(48px, calc((100% - 1090px) / 2)) 12px;
  color: #171916;
  background:
    linear-gradient(rgb(245 245 245 / 72%), rgb(245 245 245 / 72%)),
    url("assets/footer-background.jpg") center 47% / cover no-repeat;
}

.home-footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 170px;
  direction: ltr;
}

.home-footer__brand {
  display: block;
  width: 416px;
  height: 125px;
  overflow: hidden;
  border-radius: 8px;
  background: rgb(43 43 41 / 56%);
}

.home-footer__brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.08);
}

.home-footer nav {
  display: grid;
  justify-self: end;
  min-width: 150px;
  direction: rtl;
}

.home-footer nav strong {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 1.45rem;
}

.home-footer nav a {
  color: #171916;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.55;
}

.home-footer__legal {
  color: #555650;
  font-size: 0.76rem;
  line-height: 1.35;
  text-align: center;
}

.home-footer__legal p {
  margin: 1px 0;
}

.home-footer__legal a {
  color: inherit;
  text-decoration: underline;
}

.home-footer__legal span {
  margin: 0 4px;
}

@media (max-width: 900px) {
  .home-nav {
    grid-template-columns: 210px 1fr 110px;
  }

  .home-logo {
    width: 205px;
  }

  .home-nav__links {
    gap: 20px;
  }

  .home-menu-card {
    flex-basis: calc((100% - 10px) / 2);
  }

  .home-service {
    min-height: 620px;
  }

  .home-service img {
    height: 620px;
  }

  .home-service__copy {
    padding: 42px 26px;
  }

  .home-footer__brand {
    width: min(360px, 100%);
  }
}

@media (max-width: 680px) {
  .home-header {
    margin-bottom: 12px;
  }

  .home-nav,
  .home-nav--scrolled {
    left: 0;
    grid-template-columns: 220px 1fr;
    gap: 8px;
    width: 100%;
    min-height: 88px;
    padding: 0 14px;
    background: var(--ink);
    transform: none;
  }

  .home-logo {
    width: 220px;
    height: 80px;
  }

  .home-nav__links {
    display: none;
  }

  .home-nav__order {
    justify-self: end;
    min-height: 38px;
    padding: 8px 11px;
    font-size: 0.8rem;
  }

  .home-hero {
    min-height: 500px;
  }

  .home-intro {
    grid-template-columns: 1fr;
  }

  .home-intro__image {
    min-height: 360px;
  }

  .home-intro__copy {
    padding: 48px 24px 54px;
  }

  .home-menu-gallery {
    padding: 52px 0 58px;
  }

  .home-menu-gallery__heading {
    width: calc(100% - 36px);
    margin-bottom: 24px;
  }

  .home-menu-carousel {
    width: calc(100% - 28px);
  }

  .home-menu-card {
    flex-basis: 86%;
    min-height: 330px;
  }

  .home-menu-card img {
    min-height: 330px;
  }

  .home-menu-card__content > span {
    min-width: 170px;
  }

  .home-menu-carousel__arrow {
    display: none;
  }

  .home-services {
    padding: 28px 0 50px;
  }

  .home-service,
  .home-service--reverse {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    margin-bottom: 34px;
  }

  .home-service img,
  .home-service--reverse img {
    grid-column: 1;
    grid-row: 1;
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .home-service__copy,
  .home-service--reverse .home-service__copy {
    grid-column: 1;
    grid-row: 2;
    min-height: 430px;
    padding: 48px 22px 56px;
  }

  .home-service h2 {
    font-size: 1.75rem;
  }

  .home-service:last-child h2 {
    white-space: normal;
  }

  .home-service__copy p {
    font-size: 0.94rem;
  }

  .home-service__copy br {
    display: none;
  }

  .home-footer {
    padding: 34px 22px 20px;
  }

  .home-footer__top {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .home-footer__brand {
    width: min(100%, 360px);
    height: 112px;
    margin: 0 auto;
  }

  .home-footer nav {
    justify-self: center;
    text-align: center;
  }

  .home-footer__legal {
    margin-top: 30px;
  }
}
