:root {
  --bg: #fff;
  --text: #363430;
  --muted: #898376;
  --amber-50: #f1a10e;
  --surface: #f3f2f2;
  --warm: #fbf5e9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}

body {
  font-family: "Inter Tight", sans-serif;
  background: var(--bg);
  color: var(--text);
}

img {
  display: block;
  max-width: 100%;
}

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

.page {
  max-width: 1440px;
  margin: 0 auto;
}

.header {
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  background-color: #fff;
}

.main {
  overflow: hidden;
  padding: 0 24px;
}

.relative {
  position: relative;
}

.brand {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.brand__logo {
  width: 167px;
  height: 43px;
}

.brand__logo_full .brand__logo-icon {
  fill: var(--amber-50);
}

.brand__logo_full .brand__logo-label {
  fill: #0d0d0d;
}

.brand__logo_full .brand__logo-description {
  fill: #a09b92;
}

.brand__logo_mini {
  display: none;
}

.brand__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.brand__subtitle {
  font:
    400 14px/1 "Onest",
    sans-serif;
  color: #a09b92;
}

.header__nav {
  display: none;
}

.header__cta {
  display: none;
}

.header__burger,
.menu__close {
  width: 24px;
  height: 24px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.hero {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 594px;
  border-radius: 32px;
  overflow: hidden;
  padding: 24px;
  background: url("images/background/hero-desktop-bg.webp") left center;
  background-size: cover;
}

.hero__bg,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__bg {
  object-fit: cover;
}

.hero__shade {
  background: rgba(27, 26, 24, 0.5);
}

.hero__inner {
  flex-grow: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.hero__meta {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.hero__title {
  margin: 16px 0 0;
  font-family: "Alumni Sans SC", sans-serif;
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
}

.hero__actions {
  margin-top: auto;
  display: grid;
  gap: 8px;
}

.hero__more {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.seasonal.section {
  padding-top: 88px;
  padding-bottom: 12px;
}

.seasonal .heading {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 62%;
}

.seasonal .text {
  text-align: left;
}

.seasonal__text-mobile {
  padding-right: 75px;
}

.seasonal__decor-wrapper {
  position: relative;
  z-index: 0;
}

.seasonal__decor {
  position: absolute;
  display: block;
}

.seasonal__decor_figs {
  display: none;
}

.seasonal__decor_asparagus {
  right: -156px;
  top: 50px;
  transform: rotate(-13deg);
}

.seasonal__decor_mushrooms {
  right: -8px;
  top: -56px;
  transform: rotate(50deg);
}

.button {
  border: 0;
  min-height: 58px;
  border-radius: 16px;
  padding: 20px 24px;
  font:
    600 18px/1 "Inter Tight",
    sans-serif;
  cursor: pointer;
  background: var(--amber-50);
  color: #fff;
  text-align: center;
  line-height: 100%;
  transition:
    box-shadow 0.15s ease-in-out,
    transform 0.15s ease-in-out;
}

.button:not(.button--soon):hover {
  box-shadow:
    0 4px 8px 0 rgba(241, 161, 14, 0.1),
    0 6px 24px 0 rgba(241, 161, 14, 0.2);
  transform: scale(1.05);
}

.button:not(.button--soon):active {
  box-shadow:
    0 2px 4px 0 rgba(241, 161, 14, 0.1),
    0 3px 12px 0 rgba(241, 161, 14, 0.2);
  transform: scale(0.97);
}

.button--soon {
  position: relative;
  color: rgba(255, 255, 255, 0.45);
}

.button--soon::after {
  content: "скоро";
  position: absolute;
  top: -10px;
  right: -8px;
  border-radius: 24px;
  background: #fff;
  color: var(--amber-50);
  padding: 4px 12px 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  box-shadow:
    0 8px 10px 0 rgba(0, 0, 0, 0.04),
    0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.button--small {
  min-height: 40px;
  border-radius: 24px;
  padding: 10px 16px;
  font-size: 14px;
  background: var(--amber-50);
  color: #fff;
}

.section {
  padding: 56px 0;
}

.heading {
  margin: 0;
  font-family: "Alumni Sans SC", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -1.12px;
  color: var(--text);
}

.heading_desktop {
  display: none;
}

.heading--accent {
  color: var(--amber-50);
}

.heading .heading--accent {
  color: var(--amber-50);
}

.heading--center {
  text-align: center;
}

.heading span {
  color: var(--text);
}

.heading__decor-wrapper {
  position: relative;
}

.heading__decor {
  position: absolute;
  width: 25px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.heading__decor_left {
  left: -34px;
}

.heading__decor_right {
  right: -34px;
}

.text {
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.5;
}

.text--center {
  text-align: center;
}

.catalog {
  background: var(--warm);
  border-radius: 32px;
  padding: 8px 0 32px;
}

.catalog__btn-wrapper {
  position: relative;
  margin: 12px auto 0;
  width: 204px;
}

.catalog__btn-decor {
  position: absolute;
  width: 25px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.catalog__btn-decor_left {
  left: -38px;
}

.catalog__btn-decor_right {
  right: -38px;
}

.catalog__cta {
  width: 100%;
  margin: auto;
  display: block;
}

.carousel {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.carousel__viewport {
  overflow: hidden;
  padding: 12px 0;
}

.carousel__track {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
  touch-action: pan-y;
}

.carousel-card {
  flex: 0 0 auto;
  transform: scale(1);
  transition: transform 0.25s ease-in;
}

.carousel-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 32px;
}

.carousel-card h3 {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}

.carousel-card__body {
  padding: 16px;
}

.carousel-card__body h3 {
  margin: 0;
  font-family: "Alumni Sans SC", sans-serif;
  font-size: 40px;
  line-height: 0.95;
}

.carousel-card__body p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.4;
}

.carousel-card--recipe {
  display: flex;
  align-items: flex-start;
  background: var(--surface);
  border-radius: 32px;
  box-shadow: none;
  padding: 20px;
  height: stretch;
}

.carousel-card--recipe .carousel-card__layout {
  gap: 16px;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: flex-end;
}

.carousel-card--recipe p {
  margin-bottom: 16px;
}

.carousel-card--recipe .carousel-card__body {
  padding: 0 20px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.carousel-card--recipe .carousel-card__body h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.8px;
  text-align: left;
}

.carousel-card--recipe .carousel-card__body p {
  margin-top: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.recipe-card__media {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  flex-shrink: 0;
}

.recipe-card__media img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  border-radius: 28px;
  object-fit: cover;
}

.recipe-card__ingredients {
  z-index: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  transition: gap 0.3s ease;
}

@media (hover: hover) {
  .carousel-card--recipe:hover .recipe-card__ingredients {
    gap: 8px;
  }
}

.recipe-card__ingredient {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.recipe-card__ingredient:nth-child(1) {
  z-index: 3;
}

.recipe-card__ingredient:nth-child(2) {
  z-index: 2;
  margin-top: -12px;
  transition: margin-top 0.3s ease;
}

.recipe-card__ingredient:nth-child(3) {
  z-index: 1;
  margin-top: -12px;
  transition: margin-top 0.3s ease;
}

@media (hover: hover) {
  .carousel-card--recipe:hover .recipe-card__ingredient:nth-child(2),
  .carousel-card--recipe:hover .recipe-card__ingredient:nth-child(3) {
    margin-top: 0;
  }
}

.recipe-card__ingredient-label {
  position: absolute;
  right: 64px;
  top: 50%;
  transform: translateY(-50%) translateX(75%) scale(0);
  transform-origin: center center;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  transition:
    transform 0.35s cubic-bezier(0.34, 1.2, 0.64, 1),
    opacity 0.2s ease;
}

.recipe-card__ingredient-label span {
  display: block;
  background: #363430;
  color: #f3f2f2;
  border-radius: 16px;
  padding: 8px 12px;
  font-size: 16px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.6px;
}

@media (hover: hover) {
  .recipe-card__ingredient:hover .recipe-card__ingredient-label {
    transform: translateY(-50%) translateX(0) scale(1);
    opacity: 1;
    pointer-events: auto;
  }
}

.recipe-card__ingredients.is-expanded {
  gap: 8px;
}

.recipe-card__ingredients.is-expanded .recipe-card__ingredient:nth-child(2),
.recipe-card__ingredients.is-expanded .recipe-card__ingredient:nth-child(3) {
  margin-top: 0;
}

.recipe-card__ingredients.is-expanded .recipe-card__ingredient-label {
  transform: translateY(-50%) translateX(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.recipe-card__ingredients img {
  width: 56px;
  height: 56px;
  border-radius: 24px;
  background: #fff;
  padding: 5px;
  box-shadow:
    0 8px 10px rgba(0, 0, 0, 0.04),
    0 1px 4px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}

.carousel-card--recipe .button {
  min-height: 42px;
  border-radius: 16px;
  padding: 20px 24px;
  margin-top: auto;
  width: 100%;
  font-size: 18px;
  line-height: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .carousel-card {
    transition: transform 0.25s ease-in;
  }
}

.carousel__arrow {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow:
    0 8px 10px rgba(0, 0, 0, 0.04),
    0 1px 4px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s ease-in,
    transform 0.25s ease-in,
    visibility 0.25s ease-in;
}

.carousel__arrow svg {
  width: 24px;
  height: 24px;
}

.carousel__arrow--prev {
  left: 32px;
  transform: translate(-8px, -50%) rotate(-180deg);
}

.carousel__arrow--next {
  right: 32px;
  transform: translate(8px, -50%);
}

.menu-tools {
}

@media (hover: hover) and (pointer: fine) {
  .carousel:hover .carousel__arrow {
    opacity: 1;
    visibility: visible;
  }

  .carousel:hover .carousel__arrow--prev {
    transform: translate(0, -50%) rotate(-180deg);
  }

  .carousel:hover .carousel__arrow--next {
    transform: translate(0, -50%);
  }

  .carousel__arrow--prev:hover {
    transform: translate(-4px, -50%) rotate(-180deg);
    transition: transform 0.15s ease-in-out;
  }

  .carousel__arrow--next:hover {
    transform: translate(4px, -50%);
    transition: transform 0.15s ease-in-out;
  }
}

.tabs {
  max-width: 800px;
  display: grid;
  justify-content: center;
  gap: 8px;
  margin: 56px auto 4px;
  grid-template-columns: repeat(3, 1fr);
}

.tabs__item {
  border: 0;
  border-radius: 48px;
  padding: 12px 24px;
  background: var(--warm);
  color: var(--amber-50);
  font:
    500 16px/1.5 "Inter Tight",
    sans-serif;
  cursor: pointer;
}

.tabs__item--active {
  background: var(--amber-50);
  color: #fff;
}

.seasonal .carousel {
  width: calc(100% + 48px);
  margin-left: -24px;
}

.seasonal .carousel__track {
  gap: 12px;
}

.carousel-card--recipe {
  padding: 4px;
  border-radius: 32px;
}

.recipe-card__media {
  border-radius: 30px;
}

.feature-card {
  background: var(--surface);
  border-radius: 44px;
  overflow: hidden;
  margin-top: 24px;
}

.feature-card--split {
  display: grid;
}

.assistant {
  padding-bottom: 32px;
}

.assistant .feature-card__content {
  position: relative;
  z-index: 1;
  background: var(--warm);
  border-radius: 44px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.feature-card__content {
  padding: 24px;
  display: grid;
  gap: 12px;
}

.assistant .feature-card__content p {
  margin-top: 16px;
}

.assistant .feature-card__content .button {
  margin-top: 24px;
}

.feature-card__content h3 {
  margin: 0;
  font-family: "Alumni Sans SC", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.96px;
}

.info-card h3,
.mini-card h3,
.promo-card h3,
.step-card h3,
.finance-card h3 {
  margin: 0;
  font-family: "Alumni Sans SC", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.8px;
}

.feature-card__content p,
.info-card p,
.mini-card p,
.promo-card p,
.step-card p,
.finance-card li {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.feature-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card--assistant {
  background: transparent;
  position: relative;
  overflow: visible;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}

.feature-card--assistant .feature-card__media {
  height: 343px;
  margin-bottom: -160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 0 8px;
}

.assistant-card__shot {
  pointer-events: none;
  display: block;
  transform: rotate(-8.218deg);
  border-radius: 15px;
  box-shadow:
    0 221px 62px 0 rgba(170, 167, 161, 0),
    0 141px 56px 0 rgba(170, 167, 161, 0.01),
    0 79px 48px 0 rgba(170, 167, 161, 0.05),
    0 35px 35px 0 rgba(170, 167, 161, 0.09),
    0 9px 19px 0 rgba(170, 167, 161, 0.1);
}

.feature-card--assistant .feature-card__media .assistant-card__shot {
  width: 320px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 495 / 463;
  object-fit: unset;
}

.assistant-card__badge {
  position: absolute;
  width: 142px;
  height: 142px;
  left: 18%;
  top: -10px;
  transform: rotate(21deg);
  z-index: 2;
}

.feature-card--polls,
.feature-card--menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  background: var(--surface);
  border-radius: 40px;
  padding: 4px;
  margin-top: 56px;
}

.feature-card--polls .feature-card__media,
.feature-card--menu .feature-card__media {
  position: relative;
  overflow: visible;
  height: 300px;
  width: 100%;
  border-radius: 32px;
}

.feature-card--menu .feature-card__media {
  height: 385px;
}

.feature-card--polls .feature-card__media > img,
.feature-card--menu .feature-card__media > img {
  border-radius: 40px;
}

.feature-card--polls .feature-card__content,
.feature-card--menu .feature-card__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.feature-card--polls .feature-card__content {
  padding-top: 32px;
}

.feature-card--menu .feature-card__content {
  padding-top: 20px;
}

.feature-card--polls .feature-card__content p,
.feature-card--menu .feature-card__content p {
  margin-top: 8px;
}

.feature-card--polls .feature-card__content .button,
.feature-card--menu .feature-card__content .button {
  margin-top: 16px;
}

.events {
  padding-bottom: 34px;
}

.menu-tools .heading_mob .heading__decor_left {
  left: -43px;
}

.menu-tools .heading_mob .heading__decor_right {
  right: -70px;
}

.poll-bubble {
  position: absolute;
  right: -6px;
  bottom: -45px;
  width: 285px;
}

.cards {
  display: grid;
  gap: 24px;
  margin-top: 56px;
}

.info-card {
  background: var(--surface);
  border-radius: 32px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.info-card p {
  margin-top: 8px;
}

.info-card .button {
  margin-top: 24px;
  width: 100%;
}

.mini-grid {
  display: grid;
  gap: 24px;
  margin-top: 56px;
}

.mini-card {
  display: flex;
  gap: 24px;
}

.mini-card svg {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: unset;
  border-radius: 32px;
  background: var(--warm);
}

.mini-card h3 {
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.96px;
}

.mini-card p {
  font-weight: 400;
  line-height: 150%;
}

.promo-grid {
  margin-top: 56px;
  display: grid;
  gap: 16px;
}

.heading__block-decor-wrapper {
  position: relative;
  font-size: 56px;
}

.h-decor-relative {
  position: relative;
}

.heading__block-decor-wrapper svg {
  position: absolute;
}

.heading__decor-star {
  display: none;
}

.management {
  padding-bottom: 32px;
}

.management .heading,
.management .text {
  text-align: left;
}

.management .heading__block-decor-wrapper svg.heading__decor-star--left {
  display: none;
}

.management .h-decor-relative > svg.heading__decor-star--left {
  position: absolute;
  display: block;
  top: -0.7em;
  right: auto;
  left: min(90%, 480px);
  width: 0.875em;
  height: auto;
}

.promotion {
  padding-bottom: 32px;
}

.promotion .heading {
  text-align: left;
}

.promotion .heading svg {
  display: none;
}

.promotion .text {
  text-align: left;
}

.promo-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border-radius: 36px;
  padding: 24px;
}

.promo-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 32px;
  padding: 20px;
  box-sizing: unset;
  background: #fff;
}

.promo-card h3 {
  margin: 32px 0 0;
  font-family: "Alumni Sans SC", sans-serif;
}

.promo-card p {
  margin: 4px 0 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.loyalty {
  padding-bottom: 32px;
}

.loyalty .heading {
  text-align: left;
}

.loyalty .text {
  text-align: left;
}

.loyalty .heading__block-decor-wrapper svg.heading__decor-star--left {
  display: block;
  top: -30px;
  right: auto;
  left: 5em;
  width: 0.875em;
  height: auto;
}

.steps-grid {
  margin-top: 56px;
  display: grid;
  gap: 8px;
}

.step-card {
  display: flex;
  flex-direction: column;
  gap: 13px;
  background: var(--surface);
  border-radius: 44px;
  padding: 44px 36px 36px;
  position: relative;
}

.step-card span {
  position: absolute;
  top: -22px;
  left: 36px;
  border-radius: 60px;
  background: var(--amber-50);
  color: #fff;
  letter-spacing: -0.48px;
  padding: 10px 16px;
  font:
    500 24px/1 "Alumni Sans SC",
    sans-serif;
}

.step-card .step-card__decor {
  display: none;
}

.finance .heading {
  text-align: left;
}

.finance .text {
  text-align: left;
}

.finance .heading__block-decor-wrapper svg.heading__decor-star--left {
  display: none;
}

.finance .h-decor-relative > svg.heading__decor-star--left {
  position: absolute;
  display: block;
  top: -0.7em;
  right: auto;
  left: min(90%, 430px);
  width: 0.875em;
  height: auto;
}

.finance-grid {
  margin-top: 56px;
  display: grid;
  gap: 12px;
}

.finance-card {
  background: var(--warm);
  border-radius: 32px;
  padding: 24px;
  display: grid;
  gap: 32px;
}

.finance-card svg {
  width: 40px;
  height: 40px;
  padding: 20px;
  box-sizing: unset;
  border-radius: 32px;
  background: #fff;
}

.finance-card ul {
  padding-left: 26px;
  margin-top: 16px;
  margin-bottom: 0;
  display: grid;
  gap: 8px;
}

.footer {
  padding: 14px 24px 72px;
}

.footer__main .brand__logo_full {
  fill: #a09b92;
}

.footer__main {
  border-bottom: 1px solid #e7e6e4;
  padding: 40px 0;
  display: grid;
  gap: 32px;
}

.footer__text {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.footer .brand__title {
  color: var(--muted);
}

.footer .brand__subtitle {
  color: var(--muted);
}

.footer__social {
  display: flex;
  gap: 8px;
}

.footer__social-link {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--surface);
  display: grid;
  place-items: center;
}

.footer__social-link svg {
  width: 24px;
  height: 24px;
}

.footer__links {
  margin-top: 32px;
  display: grid;
  gap: 16px;
}

.footer__links a {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.menu {
  position: fixed;
  inset: 0;
  z-index: 20;
  padding: 8px;
  background: transparent;
  visibility: hidden;
  transition: visibility 0s 0.6s;
}

.menu--open {
  visibility: visible;
  transition: visibility 0s 0s;
}

.menu__panel {
  height: 56px;
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0px);
  overflow: hidden;
  /* closing transitions */
  transition:
    height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.5s ease-in-out,
    border-radius 0.35s ease-out,
    background-color 0.2s ease-out,
    backdrop-filter 0.2s ease-out;
}

.menu--open .menu__panel {
  height: calc(100dvh - 16px);
  padding: 32px 24px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(50px);
  /* opening transitions */
  transition:
    height 0.45s cubic-bezier(0.34, 1.1, 0.64, 1),
    padding 0.35s ease-in-out,
    border-radius 0.2s ease-out,
    background-color 0.15s ease-out,
    backdrop-filter 0.15s ease-out;
}

.menu__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.menu--open .menu__head {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.25s ease 0.2s,
    transform 0.25s ease 0.2s;
}

.menu__nav {
  margin: 48px 0 auto;
  display: grid;
  gap: 32px;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.menu--open .menu__nav {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.3s ease 0.28s,
    transform 0.3s ease 0.28s;
}

.menu__link {
  font-family: "Alumni Sans SC", sans-serif;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -1.12px;
  transition: color 0.2s ease;
}

.menu__link:hover {
  color: var(--amber-50);
}

.menu__link--active {
  color: var(--amber-50);
}

.menu__button {
  width: 100%;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.menu--open .menu__button {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.25s ease 0.35s,
    transform 0.25s ease 0.35s;
}

.menu-open {
  overflow: hidden;
}

@media (max-width: 1023px) {
  .carousel__arrow {
    display: none;
  }
}

@media (min-width: 1200px) {
  @media (hover: hover) and (pointer: fine) {
    .carousel-card:hover {
      transform: scale(1.025);
      z-index: 2;
      transition: transform 0.25s ease-in;
    }

    .carousel-card:active {
      transform: scale(0.97);
      transition: transform 0.25s ease-in;
    }
  }

  .main {
    padding: 30px 24px 0;
  }

  .header {
    transform: none;
    left: auto;
    right: auto;
    top: 16px;
    padding: 16px 56px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    background-color: unset;
  }

  .header__nav {
    display: flex;
    gap: 8px;
  }

  .header__link {
    padding: 8px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    transition: color 0.2s ease;
  }

  .header__link:hover {
    color: var(--amber-50);
  }

  .header__link--active {
    color: var(--amber-50);
  }

  .header__burger {
    display: none;
  }

  .header--stuck {
    width: min(1078px, 100%);
    margin: auto;
    padding: 16px 32px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    box-shadow:
      0 6px 14px rgba(0, 0, 0, 0.02),
      0 26px 26px rgba(0, 0, 0, 0.02),
      0 58px 35px rgba(0, 0, 0, 0.01);
  }

  .header--stuck .header__cta {
    display: inline-flex;
    min-height: 44px;
    padding: 14px 16px;
    font:
      600 16px / 1 "Inter Tight",
      sans-serif;
  }

  .header--stuck .brand {
    align-items: center;
  }

  .brand__logo_full .brand__logo-icon {
    fill: #f1a10e;
  }

  .brand__logo_full .brand__logo-label {
    fill: #363430;
  }

  .brand__logo_full .brand__logo-description {
    fill: #a09b92;
  }

  .header--stuck .brand__logo {
    width: 44px;
    height: 43px;
  }

  .header--stuck .brand__logo_full {
    display: none;
  }

  .header--stuck .brand__logo_mini {
    display: block;
  }

  .hero {
    min-height: 783px;
    border-radius: 96px;
    padding: 81px 117px;
    background-position: center;
  }

  .hero__inner {
    flex-grow: 0;
    margin-top: 52px;
  }

  .hero__title {
    font-size: 96px;
    margin: 34px 0 0;
  }

  .hero__actions {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-top: 30px;
  }

  .section {
    padding: 96px 0;
  }

  .heading {
    font-size: 96px;
    letter-spacing: -1.92px;
  }

  .heading_mob {
    display: none;
  }

  .heading_desktop {
    display: block;
  }

  .heading__decor {
    top: 55%;
  }

  .heading__decor_left {
    left: -40px;
  }

  .heading__decor_right {
    right: -44px;
  }

  .section--lead .heading {
    line-height: 100%;
  }

  .section--lead .heading,
  .section--lead .text {
    text-align: right;
  }

  .section--lead .text {
    margin: 32px 0 0;
  }

  .procurement.section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .catalog {
    border-radius: 96px;
    padding: 88px 0 96px;
  }

  .carousel {
    padding: 24px 0;
  }

  .carousel-card img {
    border-radius: 48px;
  }

  .carousel__track {
    gap: 48px;
  }

  .seasonal__decor_asparagus {
    top: -204px;
    left: 165px;
    right: auto;
    transform: none;
  }

  .seasonal__decor_figs {
    display: block;
    right: 36px;
    top: -42px;
  }

  .seasonal__decor_mushrooms {
    top: 243px;
    left: 118px;
    right: auto;
    transform: none;
    width: 250px;
    height: 245px;
  }

  .section.seasonal {
    padding-top: 148px;
    padding-bottom: 28px;
  }

  .seasonal .heading {
    text-align: center;
    width: auto;
  }

  .seasonal .text {
    width: 736px;
    margin: 32px auto 0;
    text-align: center;
  }

  .seasonal__text-mobile {
    padding-right: unset;
  }

  .tabs {
    display: flex;
    max-width: unset;
    margin: 96px 0 4px;
  }

  .tabs__item {
    padding: 16px 24px;
  }

  .seasonal .carousel {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .seasonal .carousel__track {
    gap: 24px;
  }

  .seasonal .carousel-card__layout {
    display: grid;
  }

  .assistant {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
  }

  .assistant .text {
    margin-top: 32px;
  }

  .assistant .feature-card {
    position: relative;
    margin-top: 96px;
    padding-left: 117px;
    padding-right: 117px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }

  .assistant .feature-card__content {
    gap: unset;
    background: unset;
    border-radius: 0;
  }

  .assistant .feature-card__content h3 {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.96px;
    width: 280px;
  }

  .assistant .feature-card__content p {
    margin-top: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .assistant .button {
    margin-top: 24px;
    width: 162px;
  }

  .feature-card--assistant {
    background: var(--warm);
    overflow: visible;
  }

  .feature-card--assistant .feature-card__media {
    flex: 1;
    align-self: stretch;
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .feature-card--assistant .feature-card__media .assistant-card__shot {
    width: 100%;
    max-width: none;
  }

  .feature-card--assistant .feature-card__content {
    flex: 1;
    z-index: auto;
  }

  .feature-card--split {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .feature-card {
    border-radius: 64px;
  }

  .feature-card--assistant,
  .feature-card--polls,
  .feature-card--menu {
    border-radius: 96px;
  }

  .feature-card--assistant .feature-card__content,
  .feature-card--polls .feature-card__content,
  .feature-card--menu .feature-card__content {
    padding: 96px 0;
  }

  .feature-card--assistant .feature-card__media,
  .feature-card--polls .feature-card__media,
  .feature-card--menu .feature-card__media {
    padding: 56px 48px;
  }

  .feature-card--assistant .feature-card__media {
    padding: 0 48px;
  }

  .feature-card--polls .feature-card__media > img,
  .feature-card--menu .feature-card__media > img {
    border-radius: 100px;
  }

  .events {
    padding-bottom: 48px;
  }

  .events .text {
    margin-top: 32px;
  }

  .menu-tools {
    padding-bottom: 48px;
  }

  .menu-tools .text {
    width: 630px;
    margin: 32px auto 0;
  }

  .heading__block-decor-wrapper {
    font-size: 96px;
  }

  .management .heading__block-decor-wrapper svg.heading__decor-star--left {
    display: block;
    top: -0.58em;
    right: auto;
    left: -0.78em;
    width: 0.875em;
    height: auto;
  }

  .management .heading__block-decor-wrapper svg.heading__decor-star--right {
    display: block;
    bottom: -15px;
    right: -100px;
    width: 0.875em;
    height: auto;
  }

  .management .h-decor-relative > svg.heading__decor-star--left {
    display: none;
  }

  .management .feature-card,
  .menu-tools .feature-card {
    display: flex;
    width: 920px;
    margin: 96px auto 0;
    padding: 56px 48px;
    flex-direction: row;
  }

  .management .feature-card__media,
  .menu-tools .feature-card__media {
    flex-shrink: 0;
    width: 320px;
    height: 320px;
    padding: 0;
  }

  .management .feature-card__content h3,
  .menu-tools .feature-card__content h3 {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.96px;
  }

  .management .feature-card__content p,
  .menu-tools .feature-card__content p {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
  }

  .management .feature-card__content,
  .menu-tools .feature-card__content {
    display: flex;
    gap: 0;
    flex-direction: column;
    padding: 12px 24px 16px;
  }

  .menu-tools .feature-card__content .button {
    margin-top: auto;
    width: 225px;
  }

  .poll-bubble {
    right: -52px;
    bottom: -40px;
  }

  .management {
    padding-bottom: 48px;
  }

  .management .heading {
    text-align: center;
  }

  .management .text {
    width: 570px;
    margin-left: auto;
    margin-right: auto;
  }

  .management .feature-card__content .button {
    margin-top: auto;
    width: 170px;
  }

  .promotion {
    padding-bottom: 0;
  }

  .promotion .heading {
    text-align: center;
  }

  .promotion .heading svg {
    display: block;
  }

  .promotion .text {
    text-align: center;
  }

  .loyalty {
    padding-top: 74px;
    padding-bottom: 48px;
  }

  .loyalty .heading {
    text-align: center;
  }

  .loyalty .text {
    text-align: center;
  }

  .loyalty .heading__block-decor-wrapper svg.heading__decor-star--left {
    display: block;
    top: -30px;
    right: auto;
    left: -0.9em;
    width: 0.875em;
    height: auto;
  }

  .finance {
    padding-bottom: 144px;
  }

  .finance .heading {
    text-align: center;
  }

  .finance .text {
    text-align: center;
  }

  .finance .heading__block-decor-wrapper svg.heading__decor-star--left {
    display: block;
    bottom: 60px;
    right: 410px;
    width: 0.875em;
    left: auto;
    height: auto;
  }

  .finance .heading__block-decor-wrapper svg.heading__decor-star--right {
    display: block;
    bottom: -15px;
    right: -100px;
    width: 0.875em;
    height: auto;
  }

  .finance .h-decor-relative > svg.heading__decor-star--left {
    display: none;
  }

  .cards {
    margin-top: 96px;
  }

  .cards--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .info-card {
    border-radius: 96px;
    padding: 68px 72px 72px 72px;
    min-height: 433px;
  }

  .info-card h3 {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.96px;
  }

  .info-card p {
    margin-top: 8px;
  }

  .info-card .button {
    margin-top: auto;
    width: 200px;
  }

  .mini-grid {
    width: 920px;
    margin: 72px auto 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .mini-card {
    flex-direction: column;
    gap: 16px;
  }

  .mini-card h3,
  .mini-card p {
    text-align: center;
  }

  .mini-card p {
    margin-top: 16px;
  }

  .promo-grid {
    margin-top: 96px;
    padding: 0 32px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
  }

  .promo-card {
    border-radius: 64px;
    padding: 36px;
    min-height: 326px;
  }

  .promo-card p {
    margin: 12px 0 0;
  }

  .promo-card--shift {
    margin-top: 133px;
    position: relative;
  }

  .promo-card--shift::before {
    content: "";
    position: absolute;
    left: 98px;
    top: -188px;
    width: 121px;
    height: 160px;
    background: url("images/svg/arrow.svg") no-repeat center / contain;
  }

  .carousel-card--recipe {
    border-radius: 96px;
    padding: 56px 48px 56px 72px;
  }

  .carousel-card--recipe .carousel-card__layout {
    grid-template-columns: 1fr 320px;
    align-items: center;
    gap: 32px;
  }

  .recipe-card__media img {
    aspect-ratio: 1 / 1;
    border-radius: 84px;
  }

  .recipe-card__ingredients {
    right: 8px;
    top: 8px;
  }

  .recipe-card__ingredients img {
    width: 56px;
    height: 56px;
    border-radius: 24px;
  }

  .carousel-card--recipe .carousel-card__body {
    padding: 12px 0 16px;
    height: 100%;
  }

  .carousel-card--recipe .carousel-card__body h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.8px;
    text-align: left;
  }

  .carousel-card--recipe .carousel-card__body p {
    margin-top: 8px;
  }

  .carousel-card--recipe .button {
    height: 58px;
    margin-top: auto;
    width: 242px;
  }

  .steps-grid {
    align-items: flex-start;
    margin: 96px auto 0;
    width: 990px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .step-card {
    border-radius: 64px;
    padding: 56px 36px 36px;
  }

  .step-card .step-card__decor {
    display: block;
  }

  .step-card__decor svg {
    position: absolute;
  }

  .step-card__decor svg:first-child {
    bottom: -44px;
    transform: rotate(44deg);
    left: 33px;
    z-index: 0;
  }

  .step-card__decor svg:last-child {
    right: -32px;
    top: 18px;
  }

  .step-card h3 {
    line-height: 100%;
    letter-spacing: -0.96px;
  }

  .step-card span {
    position: absolute;
    top: -26px;
    left: 36px;
    padding: 10px 16px;
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.64px;
  }

  .finance-grid {
    margin-top: 96px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .finance-card {
    display: flex;
    flex-direction: column;
    border-radius: 64px;
    padding: 40px 64px;
    gap: 32px;
  }

  .finance-card svg {
    background: #f8ebd3;
  }

  .finance-card:last-child h3 {
    width: 200px;
  }

  .finance-card:last-child ul {
    width: 210px;
  }

  .finance-card h3 {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.96px;
  }

  .finance-card ul {
    margin-top: 16px;
    line-height: 150%;
    gap: 8px;
    margin-left: -26px;
  }

  .finance-card .button {
    height: 58px;
    margin-top: auto;
  }

  .feature-card__content h3,
  .info-card h3,
  .mini-card h3,
  .promo-card h3,
  .step-card h3,
  .finance-card h3,
  .carousel-card__body h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.96px;
  }

  .footer {
    padding: 0 24px 72px;
  }

  .footer__social {
    justify-content: flex-end;
  }

  .footer__main {
    border-top: none;
    grid-template-columns: auto 1fr 1fr 1fr;
    column-gap: 32px;
    align-items: flex-start;
  }

  .footer__main .brand__logo_full {
    fill: #a09b92;
  }

  .footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin-top: 30px;
  }

  .footer__links a {
    position: relative;
  }

  .footer__links a:after {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #898376;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
  }

  .footer__links a:last-child:after {
    display: none;
  }

  .text {
    margin-top: 32px;
  }
}
