.pycha-catering-types,
.pycha-site-footer,
.pycha-footer-photo {
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}

.pycha-catering-types *,
.pycha-site-footer *,
.pycha-footer-photo * {
  box-sizing: border-box;
}

.pycha-catering-types {
  overflow: hidden;
  padding: 120px 0;
  background: #fff;
  color: #0b250c;
}

.pycha-catering-types__container,
.pycha-site-footer__container {
  width: min(100% - 120px, 1650px);
  margin: 0 auto;
}

.pycha-catering-types__container {
  position: relative;
}

.pycha-catering-types__eyebrow,
.pycha-site-footer__heading {
  color: #4a7a31;
  font-family: "Baloo 2", "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.pycha-catering-types__eyebrow {
  margin-bottom: 14px;
  font-size: 15px;
}

.pycha-catering-types__title {
  max-width: 980px;
  margin: 0 0 84px;
  color: #0b250c;
  font-family: "Baloo 2", "Rubik", sans-serif;
  font-size: clamp(40px, 4.6vw, 70px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.02;
  text-transform: uppercase;
}

.pycha-catering-types__title span {
  color: inherit;
}

.pycha-catering-types__viewport {
  overflow: hidden;
  margin-right: calc(50% - 50vw);
}

.pycha-catering-types__track {
  display: flex;
  gap: 48px;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1);
}

.pycha-catering-card {
  flex: 0 0 calc((min(100vw - 120px, 1650px) - 96px) * .333333);
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.pycha-catering-card__image-wrapper {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 34px;
  box-shadow: 0 15px 35px rgba(11, 37, 12, 0.08);
  aspect-ratio: 16 / 10.5;
  background-color: #f4f2ec;
}

.pycha-catering-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.pycha-catering-card:hover .pycha-catering-card__image {
  transform: scale(1.06);
}

.pycha-catering-card__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #518537;
  margin-bottom: 8px;
}

.pycha-catering-card__title {
  margin: 0 0 12px;
  color: #0b250c;
  font-family: "Baloo 2", "Rubik", sans-serif;
  font-size: clamp(26px, 2.2vw, 36px);
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.15;
  transition: color 0.25s ease;
}

.pycha-catering-card:hover .pycha-catering-card__title {
  color: #518537;
}

.pycha-catering-card__copy {
  margin: 0 0 20px;
  color: #4a5c47;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  flex-grow: 1;
}

.pycha-catering-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #0b250c;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: gap 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease;
}

.pycha-catering-card:hover .pycha-catering-card__link {
  gap: 14px;
  color: #518537;
}

.pycha-catering-types__controls {
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
}

.pycha-catering-types__arrow {
  display: grid;
  width: 58px;
  height: 58px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #0b250c;
  color: #fff;
  cursor: pointer;
  transition: background-color .2s ease, opacity .2s ease;
}

.pycha-catering-types__arrow:hover {
  background: #709951;
}

.pycha-catering-types__arrow:disabled {
  cursor: default;
  opacity: .35;
}

.pycha-catering-types__arrow svg {
  width: 22px;
  height: 22px;
}

.pycha-site-footer {
  clear: both;
  padding: 84px 0 36px;
  background: #fff8e6;
  color: #0b250c;
}

.pycha-site-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 70px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(74, 122, 49, .25);
}

.pycha-site-footer__brand {
  max-width: 520px;
}

.pycha-site-footer__logo {
  display: block;
  width: 180px;
  height: auto;
  margin-bottom: 22px;
}

.pycha-site-footer__description {
  margin: 0;
  color: #0b250c;
  font-size: 17px;
  line-height: 1.65;
}

.pycha-site-footer__contact {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 12px;
}

.pycha-site-footer__socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pycha-site-footer__socials a {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(74, 122, 49, .28);
  border-radius: 50%;
  background: rgba(255, 252, 237, .82);
  color: #315920;
  line-height: 1;
  box-shadow: 0 1px 0 rgba(11, 37, 12, .06);
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.pycha-site-footer__socials a:hover {
  background: #4a7a31;
  border-color: #4a7a31;
  color: #fff9e0;
  box-shadow: 0 8px 18px rgba(74, 122, 49, .18);
  transform: translateY(-1px);
}

.pycha-site-footer__social-icon {
  display: block;
  width: 18px;
  height: 18px;
}

.pycha-site-footer__social-link--facebook .pycha-site-footer__social-icon {
  width: 17px;
  height: 17px;
}

.pycha-site-footer__contact a,
.pycha-site-footer__link {
  color: #0b250c;
  text-decoration: none;
  transition: color .2s ease;
}

.pycha-site-footer__phone {
  font-family: "Baloo 2", "Rubik", sans-serif;
  font-size: clamp(27px, 2.5vw, 42px);
  font-weight: 800;
  white-space: nowrap;
}

.pycha-site-footer__email {
  font-size: 16px;
  white-space: nowrap;
}

.pycha-site-footer__contact a:hover,
.pycha-site-footer__link:hover {
  color: #709951;
}

.pycha-site-footer__main {
  display: grid;
  grid-template-columns: minmax(360px, 1.5fr) repeat(3, minmax(150px, .55fr));
  gap: 42px;
  padding: 66px 0;
}

.pycha-site-footer__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.pycha-site-footer__gallery img {
  display: block;
  width: 100%;
  height: 210px;
  border-radius: 18px;
  object-fit: cover;
  transition: transform .25s ease;
}

.pycha-site-footer__gallery a {
  overflow: hidden;
  border-radius: 18px;
}

.pycha-site-footer__gallery a:hover img {
  transform: scale(1.035);
}

.pycha-site-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.pycha-site-footer__heading {
  margin-bottom: 8px;
  font-size: 14px;
}

.pycha-site-footer__link {
  font-size: 15px;
  line-height: 1.35;
}

.pycha-site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(74, 122, 49, .25);
  color: #0b250c;
  font-size: 14px;
  line-height: 1.5;
}

.pycha-site-footer__bottom p {
  margin: 0;
}

.pycha-footer-photo {
  height: clamp(240px, 24vw, 360px);
  overflow: hidden;
  background: #0b250c;
}

.pycha-footer-photo img {
  display: block;
  width: 100%;
  height: calc(100% + 150px);
  object-fit: cover;
  transform: translate3d(0, var(--pycha-footer-parallax, -70px), 0) scale(1.06);
  transform-origin: center;
  will-change: transform;
}

@media (max-width: 1100px) {
  .pycha-site-footer__main {
    grid-template-columns: repeat(3, 1fr);
  }

  .pycha-site-footer__gallery {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .pycha-catering-types__container,
  .pycha-site-footer__container {
    width: min(100% - 48px, 1650px);
  }

  .pycha-catering-card {
    flex-basis: calc((100vw - 72px) * .5);
  }

  .pycha-catering-types__track {
    gap: 24px;
  }

  .pycha-site-footer__top {
    flex-direction: column;
    gap: 35px;
  }

  .pycha-site-footer__contact {
    flex-wrap: wrap;
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .pycha-catering-types {
    padding: 78px 0;
  }

  .pycha-catering-types__container,
  .pycha-site-footer__container {
    width: min(100% - 40px, 1650px);
  }

  .pycha-catering-types__title {
    margin-bottom: 36px;
    font-size: 36px;
  }

  .pycha-catering-types__track {
    gap: 18px;
  }

  .pycha-catering-card {
    flex-basis: 100%;
  }

  .pycha-catering-card__image {
    height: 330px;
  }

  .pycha-catering-types__controls {
    position: static;
    justify-content: flex-end;
    margin: 4px 0 28px;
  }

  .pycha-site-footer {
    padding-top: 60px;
  }

  .pycha-site-footer__top {
    padding-bottom: 45px;
  }

  .pycha-site-footer__contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .pycha-site-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
    padding: 46px 0;
  }

  .pycha-site-footer__gallery {
    grid-column: 1 / -1;
    gap: 9px;
  }

  .pycha-site-footer__gallery img {
    height: 130px;
    border-radius: 12px;
  }

  .pycha-site-footer__gallery a {
    border-radius: 12px;
  }

  .pycha-site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .pycha-footer-photo {
    height: 260px;
  }
}

/* Culini-inspired footer layout in the Pycha Catering identity. */
.pycha-site-footer {
  padding: 132px 0 38px;
  background: #fff9e0;
  color: #0b250c;
}

.pycha-site-footer__container {
  width: min(100% - 120px, 1440px);
}

.pycha-site-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 70px;
  padding-bottom: 70px;
  border-bottom: 0;
}

.pycha-site-footer__brand {
  display: grid;
  grid-template-columns: 175px minmax(240px, 390px);
  align-items: center;
  gap: 34px;
  max-width: 650px;
}

.pycha-site-footer__logo {
  width: 175px;
  margin: 0;
}

.pycha-site-footer__description {
  color: #0b250c;
  font-size: 16px;
  line-height: 1.5;
}

.pycha-site-footer__contact {
  gap: 20px;
  padding-top: 0;
}

.pycha-site-footer__contact a,
.pycha-site-footer__link {
  color: #0b250c;
}

.pycha-site-footer__phone {
  font-size: 22px;
}

.pycha-site-footer__email {
  font-size: 14px;
}

.pycha-site-footer__socials {
  gap: 8px;
  padding-left: 20px;
  border-left: 1px solid rgba(11, 37, 12, .3);
}

.pycha-site-footer__socials a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(74, 122, 49, .28);
  border-radius: 50%;
  background: rgba(255, 252, 237, .82);
  color: #315920;
}

.pycha-site-footer__social-icon {
  width: 18px;
  height: 18px;
}

.pycha-site-footer__social-link--facebook .pycha-site-footer__social-icon {
  width: 17px;
  height: 17px;
}

.pycha-site-footer__main {
  grid-template-columns: minmax(530px, 1.55fr) repeat(3, minmax(135px, .55fr));
  gap: 52px;
  padding: 0 0 62px;
}

.pycha-site-footer__gallery {
  gap: 14px;
}

.pycha-site-footer__gallery img {
  height: 210px;
  border-radius: 0;
}

.pycha-site-footer__gallery a {
  border-radius: 0;
}

.pycha-site-footer__links {
  gap: 14px;
}

.pycha-site-footer__heading {
  margin-bottom: 13px;
  color: #4a7a31;
  font-size: 13px;
}

.pycha-site-footer__link {
  font-size: 17px;
  font-weight: 500;
}

.pycha-site-footer__bottom {
  padding-top: 27px;
  border-top: 0;
  color: #0b250c;
  font-size: 13px;
}

@media (max-width: 1180px) {
  .pycha-site-footer__top {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .pycha-site-footer__main {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 0;
  }

  .pycha-site-footer__gallery {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .pycha-site-footer {
    padding-top: 72px;
  }

  .pycha-site-footer__container {
    width: min(100% - 40px, 1440px);
  }

  .pycha-site-footer__brand {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pycha-site-footer__contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .pycha-site-footer__socials {
    padding-top: 8px;
    padding-left: 0;
    border-left: 0;
  }

  .pycha-site-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
    padding-bottom: 45px;
  }

  .pycha-site-footer__gallery {
    grid-column: 1 / -1;
  }

  .pycha-site-footer__gallery img {
    height: 130px;
  }
}
