.info {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background: #fcc7bd;
}
.info__inner {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(24px, 6vw, 96px);
  padding-left: clamp(16px, 10.5vw, 150px);
  padding-right: clamp(16px, 16.7vw, 240px);
  padding-top: clamp(16px, 3.5vw, 36px);
  padding-bottom: clamp(40px, 6vw, 72px);
}
.info__content {
  color: var(--baklazan-900);
}
.info__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.08;
  margin: 0 0 42px;
  color: var(--baklazan-900);
}
.info__lead {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.2;
  margin: 0;
  color: var(--baklazan-900);
  max-width: 90%;
}
@media (max-width: 1024px) {
  .info__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.info-slab {
  margin-top: 56px;
  width: 100%;
}
.info-slab__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 56px;
  padding-left: 10%;
  padding-right: 10%;
}
.info-slab__art {
  flex: 0 0 340px;
}
.info-slab__art img {
  display: block;
  width: 100%;
  height: auto;
}
.info-slab__text {
  flex: 1 1 auto;
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1.4;
  color: var(--baklazan-900);
}
.info-slab__text p {
  margin: 0 0 24px;
}
@media (max-width: 1024px) {
  .info-slab__inner {
    flex-direction: column;
    gap: 32px;
  }
  .info-slab__art {
    flex: 0 0 220px;
  }
  .info-slab__text {
    font-size: 26px;
  }
}
.ovc-plans__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.15;
  color: var(--baklazan-900);
  margin: 90px 0 80px;
}

.ovc-plans__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ovc-card {
  background: #fff2bb;
  border-radius: 0 0 40px 40px;
  padding: 19px;
  display: flex;
  flex-direction: column;
}

.ovc-card--firmy {
  background: #fff091;
}

.ovc-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
}

.ovc-card__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.15;
  color: var(--baklazan-900);
  margin: 0;
}

.ovc-card__badge {
  background: #fff7d7;
  color: var(--baklazan-900);
  font-size: 14px;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.ovc-card__art {
  display: block;
  width: 100%;
  height: auto;
  margin: 24px 0 68px;
  margin: 24px 0 68px;
}

.ovc-card__lead {
  font-family: "Rubik", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--baklazan-900);
  font-weight: 500;
  margin: 0 0 16px;
}

.ovc-card__text {
  font-family: "Rubik", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--baklazan-900);
  margin: 0 0 24px;
}

.ovc-card__contact {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 26px;
  color: var(--baklazan-900);
  margin: 45px 0 0;
}
.ovc-card__contact a {
  color: var(--baklazan-900);
  text-decoration: underline;
}

.ovc-card__price {
  font-family: Georgia, serif;
  font-size: 26px;
  color: var(--baklazan-900);
  margin: 0 0 4px;
}

.ovc-card__meta {
  font-family: "Rubik", system-ui, sans-serif;
  font-size: 16px;
  color: var(--baklazan-900);
  margin: 0 0 48px;
}

.ovc-card__btn {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 999px;
  background: var(--baklazan-900);
  color: #fff;
  font-family: "Rubik", system-ui, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  margin-top: 32px;
    cursor: pointer;
}

@media (max-width: 1024px) {
  .ovc-plans__grid {
    grid-template-columns: 1fr;
  }
}
.ovc-card:nth-child(1) .ovc-card__art {
  position: relative;
  margin-top: 19px;
  margin-bottom: 125px;
}

.ovc-card:nth-child(2) .ovc-card__art {
  position: relative;
  margin-top: -81px;
  margin-bottom: -29px;
}

.ovc-card:nth-child(3) .ovc-card__art {
  position: relative;
  margin-top: 41px;
  margin-bottom: 37px;
}
.ovc-benefits {
  padding: 24px 0;
}

.ovc-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}

.benefit {
  border-radius: 0 0 40px 40px;
  overflow: hidden;
  background: #fff2bb;
  display: flex;
  flex-direction: column;
  min-height: 202px;
}

.benefit__top {
  background: #fcc7bd;
  padding: 39px 24px 101px;
}

.benefit__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: var(--baklazan-900);
  margin: 0;
}

.benefit__bottom {
  padding: 24px;
  background: #fff2bb;
}

.benefit__text {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.35;
  color: var(--baklazan-900);
  margin: 0;
}

.ovc-benefits__cta {
  display: flex;
  justify-content: center;
}

.ovc-benefits__btn {
  width: 300px;
  text-align: center;
  border-radius: 999px;
  background: var(--baklazan-900);
  color: #fff;
  font-weight: 600;
  padding: 14px 22px;
}

@media (max-width: 1024px) {
  .ovc-benefits__grid {
    grid-template-columns: 1fr;
  }
}

.bio {
  padding: 64px 0 96px;
}
.bio__note {
  font: 400 18px/1.35 "Rubik", system-ui, sans-serif;
  color: var(--baklazan-900);
  margin: 0 0 46px;
  text-align: center;
}

.bio__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}
.bio__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.15;
  color: var(--baklazan-900);
  margin: 0 0 70px;
}
.bio__image {
  display: block;
  width: 100%;
  max-width: 472px;
  height: auto;
  border-radius: 16px;
  margin: 0 auto;
}
.bio__cta {
  display: inline-block;
  margin-top: 70px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--baklazan-900);
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
/* FAQ */
.faq {
  margin-bottom: 40px;
}
.faq__inner {
  max-width: 920px;
}

.faq__title {
  font-weight: 500;
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1.25;
  color: var(--baklazan-900);
  margin: 0 0 68px;
  padding-left: 24px;
}

.faq__list {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.faq__item {
  border-bottom: 1px solid var(--ink);
  background: transparent;
  transition: background-color 0.35s ease;
}

.faq__item.is-open {
  background: var(--neutral-300);
}

.faq__question {
  width: 100%;
  min-height: 93px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  font: 400 24px/1.35 "Rubik", system-ui, sans-serif;
  color: var(--baklazan-900);
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.faq__icon {
  width: 22px;
  height: 22px;
  position: relative;
}
.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: var(--baklazan-900);
  transform-origin: center;
  transition: transform 0.35s ease;
}
.faq__icon::before {
  transform: translateY(-50%) rotate(0deg);
}
.faq__icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq__item.is-open .faq__icon::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq__answer {
  overflow: hidden;
  max-height: 0;
  padding: 0 24px;
  transition: max-height 0.65s ease, padding 0.65s ease;
}

.faq__item.is-open .faq__answer {
  padding: 16px 24px 24px;
}

.faq__answer p {
  margin: 0;
  font: 400 20px/1.5 "Rubik", system-ui, sans-serif;
  color: var(--baklazan-900);
}

.faq__item {
  border-bottom: 1px solid var(--ink);
  background: transparent;
}
.faq__item.is-open {
  background: var(--neutral-300);
}

.faq__question {
  width: 100%;
  min-height: 93px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  font: 400 24px/1.35 "Rubik", system-ui, sans-serif;
  color: var(--baklazan-900);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.faq__chev {
  width: 22px;
  height: 22px;
  transition: transform 0.22s ease;
}
.faq__item.is-open .faq__chev {
  transform: rotate(180deg);
}

.faq__answer {
  overflow: hidden;
  max-height: 0;
  padding: 0 24px;
  transition: max-height 0.28s ease, padding 0.28s ease;
}
.faq__item.is-open .faq__answer {
  padding: 16px 24px 24px;
}

.faq__answer p {
  margin: 0;
  font: 400 20px/1.5 "Rubik", system-ui, sans-serif;
  color: var(--baklazan-900);
}
.veg-plans {
  margin-top: 128px;
}
.veg-plans__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.15;
  color: var(--baklazan-900);
  margin: 0 0 32px;
}
.veg-plans__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .veg-plans__grid {
    grid-template-columns: 1fr;
  }
}

.z-card {
  background: #fcc7bd;
  border-radius: 20px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  color: var(--baklazan-900);
}
.z-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.z-card__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.15;
  margin: 0;
}
.z-card__badge {
  background: rgba(216, 126, 126, 0.7);
  color: var(--baklazan-900);
  font: 400 12px/1 "Rubik", system-ui, sans-serif;
  padding: 8px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.z-card__image {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 400/250;
  object-fit: cover;
  border-radius: 16px;
  margin: 50px 0;
}

.z-card__meta {
  font-family: "Rubik", system-ui, sans-serif;
}
.z-card__price {
  font-family: Georgia, serif;
  font-size: 26px;
  margin: 0 0 4px;
}
.z-card__meta-line {
  font-size: 14px;
  margin: 0 0 10px;
}
.z-card__text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 16px;
}

.z-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 12px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 18px;
  text-align: left;
  border-radius: 999px;
  background: var(--baklazan-900);
  color: #fff;
  font: 600 16px/44px "Rubik", system-ui, sans-serif;
  text-decoration: none;
  margin-top: auto;
}
.z-card__btn-chev {
  width: 18px;
  height: 18px;
  transition: transform 0.22s ease;
}
.z-card.is-open .z-card__btn-chev {
  transform: rotate(180deg);
}

.z-panel {
  background: var(--baklazan-900);
  border-radius: 18px;
  display: grid;
  gap: 14px;
  margin-top: 8px;
  overflow: hidden;
  max-height: 0;
  padding: 0 18px;
  transition: max-height 0.28s ease, padding 0.28s ease;
}
.z-panel.is-open {
  padding: 18px;
  max-height: 600px;
}

.z-opt {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  font: 400 16px/1 "Rubik", system-ui, sans-serif;
  color: var(--baklazan-900);
}
.z-opt input {
  display: none;
}
.z-opt__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--baklazan-300);
  flex: 0 0 18px;
}
.z-opt input:checked + .z-opt__dot {
  background: var(--baklazan-900);
}

.z-panel__btn {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 999px;
  background: #fff;
  color: var(--baklazan-900);
  font: 600 16px/48px "Rubik", system-ui, sans-serif;
  text-decoration: none;
  margin-top: 6px;
    cursor: pointer;
}

.z-card__btn {
  border-radius: 14px;
  margin-top: auto;
  transition: border-radius 0.2s ease;
}

.z-card.is-open .z-card__btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.z-panel {
  border-radius: 14px;
  margin-top: 8px;
  overflow: hidden;
  max-height: 0;
  padding: 0 18px;
  transition: max-height 0.28s ease, padding 0.28s ease, margin 0.2s ease;
}

.z-panel.is-open {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
  padding: 18px;
  max-height: 600px;
}
.veg-plans__grid .z-card:first-child {
  background: rgba(216, 126, 126, 0.7);
}

.veg-plans__grid .z-card:first-child .z-card__badge {
  background: #fcc7bd;
}
.howz {
  padding: 56px 0 128px;
}

.howz__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  color: var(--baklazan-900);
  margin: 0 0 18px;
  padding-left: 24px;
}

.howz__intro {
  max-width: 780px;
  margin: 0 auto 24px;
  text-align: center;
  font-family: "Rubik", system-ui, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: var(--baklazan-900);
}

.howz__inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.howz__card {
  background: #fcc7bd;
  border-radius: 0 0 100px 100px;
  display: flex;
  align-items: flex-start;
  gap: 45px;
  padding: 18px 64px;
}

.howz__num {
  font-family: Georgia, serif;
  font-size: 20px;
  color: var(--baklazan-900);
  line-height: 1;
  padding-top: 4px;
  flex: 0 0 auto;
}

.howz__text {
  margin: 0;
  font-family: "Rubik", system-ui, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: var(--baklazan-900);
}
.bio__cta,
.z-card__btn {
  font-weight: 400 !important;
}

.howz__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  display: block;
  width: 360px;
  height: 57px;
  line-height: 44px;
  margin: 32px auto 0;
  text-align: center;
  border-radius: 999px;
  background: var(--baklazan-900);
  color: #fff;
  font-family: "Rubik", system-ui, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

@media (max-width: 640px) {
  .howz__title {
    padding-left: 16px;
  }
  .howz__inner {
    gap: 18px;
  }
  .howz__card {
    padding: 16px 20px;
  }
}
.curate__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.15;
  color: var(--baklazan-900);
  margin: 0 0 43px;
}
.curate__lead {
  font: 400 20px/1.5 "Rubik", system-ui, sans-serif;
  color: var(--baklazan-900);
  margin: 0 0 90px;
  max-width: 783px;
}
.curate__lead .curate__link {
  color: var(--baklazan-900);
  text-decoration: underline;
}

.curate__subtitle {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.25;
  color: var(--baklazan-900);
  margin: 0 0 43px;
}

.curate__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;
}

.curate__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 1fr);
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 12px;

  padding: 0 10%;
  -webkit-overflow-scrolling: touch;
}

.c-card {
  background: #fcc7bd;
  border-radius: 0 0 16px 16px;
  min-width: 320px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}
.c-card__top {
  padding: 16px;
  padding-bottom: 128px;
}
.c-card__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.15;
  color: var(--baklazan-900);
  margin: 0;
}
.c-card__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 0 16px 16px;
  margin-top: 16px;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  max-height: 220px;
}

@media (max-width: 1024px) {
  .curate__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .curate__rail {
    grid-auto-columns: 80%;
    gap: 16px;
    padding: 0 24px 12px;
  }
}
.curate__bleed {
  width: 99vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.chef {
  margin-top: 90px;
}

.chef .chef__inner {
  max-width: 920px;
  margin: 0 auto;
}
.chef .chef__block {
  margin-bottom: 80px;
}
.chef .chef__label {
  font-family: "Rubik", system-ui, sans-serif;
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 12px;
  color: var(--ink);
}
.chef .chef__h1 {
  font-family: Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.15;
  margin: 32px 0 40px;
  color: var(--baklazan-900);
}

.chef .chef__video {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 32px;
  display: block;
}
.chef .chef__video img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 16px;
}
.chef .chef__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}
.chef .chef__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  border-left: 16px solid var(--baklazan-900);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.chef .chef__cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.chef .chef__cta {
  font-size: 16px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--rebarbora-300);
  color: var(--baklazan-900);
}
.chef .btn--dark {
  background: var(--baklazan-900);
  color: #fff;
}

.chef .chef__lead {
  font-family: "Rubik", system-ui, sans-serif;
  font-size: 32px;
  line-height: 1.25;
  margin: 120px 0 24px;
  color: var(--ink);
}
.chef .chef__h2 {
  font-family: Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 80px;
  color: var(--baklazan-900);
}
.chef .chef__sub {
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--baklazan-900);
}

@media (max-width: 768px) {
  .chef .chef__h1,
  .chef .chef__h2 {
    font-size: 38px;
  }
  .chef .chef__lead {
    font-size: 24px;
  }
  .chef .chef__label {
    font-size: 24px;
  }
  .chef .chef__video img {
    height: 300px;
  }
}

.cta-banner {
  background: #fcc7bd;
  border-radius: 0 0 60px 60px;
  padding: 24px 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}

.cta-banner__text {
  font-family: "Rubik", system-ui, sans-serif;
  font-size: 22px;
  line-height: 1.4;
  color: var(--baklazan-900);
  margin: 0;
}

.cta-banner__btn {
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--baklazan-900);
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}

@media (max-width: 640px) {
  .cta-banner {
    flex-direction: column;
    text-align: center;
    border-radius: 0 0 40px 40px;
  }
}

.veg-plans .z-card {
  transition: background-color 0.2s ease;
}
.veg-plans .z-card:hover {
  background: #ff9986;
}

.howz__btn,
.cta-banner__btn,
.bio__cta,
.ovc-benefits__btn,
.ovc-card__btn,
.z-card__btn {
  transition: background-color 0.2s ease, color 0.2s ease;
}
.howz__btn:hover,
.cta-banner__btn:hover,
.bio__cta:hover,
.ovc-benefits__btn:hover,
.ovc-card__btn:hover,
.z-card__btn:hover {
  background: var(--baklazan-600);
}

.veg-plans .z-card__btn:hover {
  background: var(--baklazan-900);
}

.curate__lead .curate__link {
  text-decoration: underline;
  transition: color 0.2s ease;
}
.curate__lead .curate__link:hover,
.curate__lead .curate__link:focus-visible {
  color: var(--baklazan-600);
}
@media (max-width: 640px) {
  .bio {
    padding: 0px 0 82px !important;
    margin-top: -10px;
  }

  .bio__inner {
    padding-left: 17px;
    padding-right: 17px;
  }

  .bio__title {
    font-size: 32px;
    margin-bottom: 32px;
    text-align: left;
  }

  .bio__image {
    margin: 0 auto 32px;
    max-width: 100%;
  }

  .bio__cta {
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    padding: 0 16px;
    max-width: 217px;
    width: 100%;
    font: 400 16px/1.3 "Rubik", sans-serif;
    text-align: center;
    white-space: normal;
  }
}

@media (min-width: 641px) and (max-width: 940px) {
  .bio {
    padding: 64px 0 80px;
  }

  .bio__inner {
    padding-left: 32px;
    padding-right: 32px;
    text-align: center;
  }

  .bio__title {
    font-size: 38px;
    margin-bottom: 40px;
  }

  .bio__image {
    margin: 0 auto 40px;
    max-width: 420px;
  }

  .bio__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    padding: 0 20px;
    max-width: 300px;
    width: 100%;
    font: 400 16px/1.3 "Rubik", sans-serif;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .faq {
    margin-bottom: 120px;
    padding: 0 17px;
  }
  .faq__inner {
    padding-left: 17px;
    padding-right: 17px;
  }

  .faq__title {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 40px -17px;
    padding-left: 0;
    max-width: 205px;
  }

  .faq__list {
    margin: 0 -17px;
  }
  .faq__item {
    border-bottom-width: 1px;
  }

  .faq__question {
    min-height: 72px;
    padding: 0 17px;
    font: 400 16px/1.35 "Rubik", system-ui, sans-serif;
    gap: 12px;
  }

  .faq__chev {
    width: 18px;
    height: 18px;
  }

  .faq__answer {
    padding: 0 17px;
  }
  .faq__item.is-open .faq__answer {
    padding: 12px 17px 16px;
  }
  .faq__answer p,
  .faq__answer {
    font: 400 14px/1.5 "Rubik", system-ui, sans-serif;
  }
}

@media (max-width: 1024px) {
  .info__inner {
    padding: 24px 17px 202px;
    min-height: auto;
    gap: 24px;
  }
  .info__title {
    font-size: 48px;
    line-height: 1.15;
    margin: 0 0 32px;
  }
  .info__lead {
    font-size: 18px;
    line-height: 1.4;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .info-slab {
    margin-top: 0;
  }
  .info-slab__inner {
    padding: 25px 50px 0 50px;
    flex-direction: column;
    gap: 16px;
    position: relative;
  }
  .info-slab__art {
    margin-top: -100px;
  }
  .info-slab__art img {
    height: 170px;
    width: auto;
    display: block;
  }
  .info-slab__text {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.45;
  }
  .info-slab__text p {
    margin: 0 0 24px;
  }
  .info-slab__art {
    margin-top: -220px;
    margin-left: -62px;
  }
}

@media (max-width: 640px) {
  .info-slab__art {
    margin-top: -220px;
    margin-left: -59px;
  }
  .info__title {
    max-width: 320px;
  }
} /* ===== veg-plans — mobile ===== */
@media (min-width: 551px) and (max-width: 1025px) {
  .z-card__btn,
  .z-card__image,
  .z-panel {
    max-width: 400px;
    min-width: 400px;
    margin: 0px auto;
  }
  .z-card__image {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 550px) {
  .veg-plans {
    margin-top: 56px;
  }
  .z-card__btn,
  .z-card__image,
  .z-panel {
    max-width: 300px;
    min-width: 300px;
    margin: 0px auto;
  }

  .veg-plans .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .veg-plans__title {
    font: 400 32px/1.15 Georgia, serif;
    margin: 0 0 32px;
  }

  .veg-plans__grid {
    gap: 20px;
  }

  .z-card {
    width: 100%;
    padding: 19px;
    max-width: 100%;
    overflow: hidden;
  }

  .z-card__head {
    align-items: center;
    gap: 10px;
  }
  .z-card__title {
    font: 400 32px/1.15 Georgia, serif;
    margin: 0 0 32px;

    width: 100%;
  }

  .z-card__image {
    display: block;
    margin: 24px auto;
  }

  .z-card__price {
    font: 400 26px/1.2 Georgia, serif;
    margin: 32px 0 4px;
  }
  .z-card__meta-line,
  .z-card__text {
    font-size: 14px;
    line-height: 1.5;
  }

  .z-card__btn {
    width: 100%;
    max-width: 300px;
    height: 57px;
    line-height: 57px;
    margin: 24px auto 0;
    justify-content: center;
    gap: 8px;
    font: 400 16px/57px "Rubik", system-ui, sans-serif;
    text-align: center;
  }
  .z-card__btn-chev {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 550px) {
  .howz .container {
    padding-left: 17px;
    padding-right: 17px;
  }

  .howz__title {
    font: 400 32px/1.2 Georgia, serif;
    margin: 0 0 32px;
    padding-left: 0;
    text-align: center;
  }
  .howz__intro {
    font: 400 16px/1.45 "Rubik", system-ui, sans-serif;
    margin: 0 auto 30px;
    text-align: center;
    max-width: 230px;
  }

  .howz__inner {
    gap: 30px;
  }
  .howz__card {
    padding: 16px 20px;
    gap: 12px;
    border-radius: 0 0 60px 60px;
    flex-direction: column;
  }
  .howz__num {
    font: 400 20px/1 Georgia, serif;
    padding-top: 0;
    display: block;
  }
  .howz__text {
    font: 400 16px/1.45 "Rubik", system-ui, sans-serif;
    margin: 0;
    margin-bottom: 20px;
  }

  @media (max-width: 550px) {
    .howz__btn {
      width: 270px;
      height: 62px;
      margin: 30px auto 0;
      display: flex;
      align-items: center;
      justify-content: center;

      white-space: normal;
      text-align: center;
      line-height: 1.3;

      font: 400 16px/1.3 "Rubik", system-ui, sans-serif;
      padding: 0 16px;
      border-radius: 999px;
    }
  }

  .howz {
    padding-top: 80px;
  }
}

@media (max-width: 640px) {
  .curate .container {
    padding: 0 17px;
  }
  .curate {
    margin-top: -40px;
  }

  .curate__title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 32px;
  }

  .curate__lead {
    font: 400 16px/1.5 "Rubik", system-ui, sans-serif;
    margin-bottom: 32px;
    max-width: none;
  }

  .curate__subtitle {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 32px;
  }

  .curate__inner {
    padding-left: 0px;
    padding-right: 0px;
  }

  .curate__bleed {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .curate__rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 17px 12px;
  }

  .c-card {
    min-width: 0;
    scroll-snap-align: start;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }

  .c-card__top {
    padding: 11px;
    padding-bottom: 0;
  }

  .c-card__title {
    font-size: 26px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 60px;
  }

  .c-card__img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 11px;
    border-radius: 0 0 16px 16px;
    aspect-ratio: 3/2;
    object-fit: cover;
    max-height: none;
  }
}
@media (max-width: 769px) {
  .chef .container {
    padding: 0 17px;
  }

  .chef {
    margin-top: 72px;
  }

  .chef .chef__label {
    font-size: 16px;
    margin: 0 0 15px;
  }

  .chef .chef__h1 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 15px;
  }

  .chef .chef__video {
    margin: 0 0 15px;
  }
  .chef .chef__video img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }

  .cta-banner {
    padding: 16px;
    gap: 12px;
    border-radius: 0 0 40px 40px;
    text-align: center;
    justify-content: center;
  }
  .cta-banner__text {
    font-size: 14px;
    margin: 0;
  }
  .cta-banner__btn {
    height: 57px;
    line-height: 1.2;
    font-size: 16px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 241px;
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .chef .chef__block > .cta-banner + .chef__block,
  .chef .chef__lead {
    margin-top: 80px;
  }
  .chef .chef__block {
    margin-bottom: 0px;
  }

  .chef .chef__h2 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 24px;
  }

  .chef .chef__sub {
    font-size: 20px;
    margin: 0 0 12px;
  }
}

@media (max-width: 550px) {
  .ovc-benefits .container {
    padding: 0;
  }
  .bio__note {
    text-align: left;
  }
  .ovc-benefits {
    margin-top: 82px;
    margin-bottom: 40px;
  }
  .ovc-benefits__grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 17px 12px 17px;
    scroll-snap-type: x mandatory;
  }
  .benefit {
    flex: 0 0 calc(100% - 34px);
    min-width: calc(100% - 34px);
    border-radius: 0 0 40px 40px;
    scroll-snap-align: start;
    min-height: 280px;
  }

  .benefit__top {
    padding: 24px 22px 0px 16px;
  }
  .benefit__title {
    font: 400 26px/1.2 Georgia, serif;
    color: var(--baklazan-900);
    margin: 0 0 80px;
  }

  .benefit__bottom {
    padding: 16px 22px 20px 16px;
  }
  .benefit__text {
    font: 400 18px/1.35 Georgia, serif;
    color: var(--baklazan-900);
    margin: 0;
  }

  .ovc-benefits__cta {
    padding: 0 17px;
  }
  .ovc-benefits__grid {
    margin-bottom: 33px;
  }
  .ovc-benefits__btn {
    width: 100%;
    max-width: 300px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--baklazan-900);
    color: #fff;
    text-decoration: none;
    font: 400 16px/1.2 "Rubik", system-ui, sans-serif;
    margin: 8px auto 60px;
  }
}

.info {
  overflow: hidden;
}
.info-slab {
  overflow: hidden;
}

.curate {
  overflow: hidden;
}
