@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
  .hero {
    height: 100svh;
    height: 100dvh;
  }
  .hero__header {
    top: 2.2rem;
    left: 2rem;
    width: calc(100% - 4rem);
  }
  .hero__logo {
    width: 10rem;
  }
  .hero__service-link {
    gap: 0.7rem;
    padding: 1rem 1.2rem;
    font-size: 1.1rem;
  }
  .hero__copy {
    top: 48%;
    width: calc(100% - 20rem);
    transform: translate(-50%, -50%) translate3d(0, var(--parallax-y), 0);
  }
  .hero__title {
    font-size: clamp(2.8rem, 8.4vw, 4rem);
    line-height: 1.45;
    letter-spacing: 0;
  }
  .hero__lead {
    margin-top: 1.2rem;
    font-size: clamp(1.7rem, 5.2vw, 2.3rem);
  }
  .hero__scroll {
    top: calc(100svh - 10rem);
    bottom: auto;
    left: 2rem;
    gap: 1rem;
  }
  .hero__scroll-line {
    height: 5rem;
  }
  .hero__scroll-text {
    font-size: 1.3rem;
  }
  .hero__object--yellow {
    top: -6rem;
    left: 38%;
    width: 40%;
  }
  .hero__object--red {
    top: 20%;
    right: -14%;
    width: 36%;
  }
  .hero__object--green {
    top: 20%;
    left: -14%;
    width: 35%;
  }
  .hero__object--brown {
    bottom: 10%;
    left: -4%;
    width: 50%;
  }
  .hero__object--blue {
    right: -15%;
    bottom: 3%;
    width: 58%;
  }
  .introduction {
    padding: 8rem 2rem 5rem;
  }
  .introduction__row {
    flex-direction: column;
  }
  .introduction__row--first {
    gap: 4rem;
  }
  .introduction__row--second {
    gap: 4rem;
    margin-top: 10rem;
  }
  .introduction__text {
    width: 100%;
    font-size: clamp(1.6rem, 4.5vw, 8rem);
    line-height: 1.9;
  }
  .introduction__visual--food {
    width: min(100%, 42rem);
  }
  .introduction__visual--landscape {
    width: min(100%, 42rem);
  }
  .introduction__visual--harvest {
    width: min(90%, 38rem);
    margin-top: 4.5rem;
  }
  .introduction__row--second .introduction__visual {
    order: 2;
  }
  .introduction__conclusion {
    margin-top: 10rem;
  }
  .introduction__text--center {
    font-size: clamp(1.5rem, 4.2vw, 3rem);
    line-height: 2;
  }
  .introduction__marquee {
    width: calc(100% + 4rem);
    margin-top: 8rem;
    margin-left: -2rem;
  }
  .introduction__marquee-track {
    animation-duration: 18s;
  }
  .introduction__marquee-track img {
    width: 110rem;
  }
  .voices {
    padding: 7rem 2rem 9rem;
    border-radius: 3rem 3rem 0 0;
  }
  .voices__question {
    font-size: clamp(2.4rem, 7vw, 3.2rem);
  }
  .voices__result {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    margin-top: 5rem;
    padding: 4rem 2.4rem;
    border-radius: 1.5rem;
  }
  .voices__people {
    gap: 0.35rem;
  }
  .voices__people img {
    width: 3rem;
  }
  .voices__result-copy {
    font-size: 1.5rem;
  }
  .voices__result-copy small {
    font-size: 0.9rem;
  }
  .voices__illustration {
    width: min(90%, 44rem);
    margin-top: 8rem;
  }
  .voices__posts {
    margin-top: 12rem;
  }
  .voices__eyebrow {
    font-size: 1.8rem;
  }
  .voices__heading {
    margin-top: 1.5rem;
    font-size: clamp(2.8rem, 8vw, 4rem);
  }
  .voices__count-label {
    margin-top: 5rem;
    font-size: 1.4rem;
  }
  .voices__count {
    margin-top: 1rem;
  }
  .voices__count strong {
    font-size: clamp(4.2rem, 13vw, 6rem);
  }
  .voices__count span {
    font-size: 1.8rem;
  }
  .voices__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 12rem;
  }
  .voices__card {
    min-height: 0;
    padding: 3rem 2.5rem;
    border-radius: 3rem;
    font-size: 1.6rem;
    line-height: 1.65;
  }
  .voices__meta {
    gap: 0.8rem;
    margin-bottom: 2.4rem;
    font-size: 1.1rem;
  }
  .voices__tag {
    padding: 0.6rem 0.8rem;
  }
  .voices__category {
    grid-column: 1/-1;
    justify-self: start;
  }
  .voices__link {
    margin-top: auto;
    padding-top: 1.6rem;
    font-size: 1rem;
  }
  .producers {
    padding-top: 0rem;
  }
  .producers__body {
    padding: 8rem 0;
  }
  .producers__inner {
    width: calc(100% - 4rem);
  }
  .producers__intro {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
  .producers__slider {
    width: 100%;
    height: 44.5rem;
  }
  .producers__slide {
    left: calc(50% - 13rem);
    width: 26rem;
    height: 35.5rem;
    border-radius: 1.8rem;
    transform-origin: center top;
    transition: filter 0.6s ease;
  }
  .producers__slide.is-entering {
    animation: producers-slide-up 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .producers__eyebrow {
    font-size: 1.8rem;
  }
  .producers__title {
    margin-top: 1.5rem;
    font-size: clamp(3.2rem, 10vw, 4.8rem);
  }
  .producers__lead {
    margin-top: 7rem;
    font-size: 1.5rem;
  }
  .producers__lead br {
    display: none;
  }
  .producers__stats {
    margin-top: 8rem;
    overflow: visible;
  }
  .producers__stats-track {
    display: block;
    width: 100%;
    animation: none;
    transform: none;
  }
  .producers__stats-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1rem;
    width: calc(100% - 2rem);
    margin: 0 auto;
    padding-right: 0;
  }
  .producers__stats-group[aria-hidden=true] {
    display: none;
  }
  .producers__stat {
    width: 100%;
    height: 13rem;
  }
  .producers__stat span {
    font-size: 1.4rem;
  }
  .producers__stat strong {
    margin-top: 1.2rem;
    font-size: clamp(1.9rem, 6vw, 2.4rem);
  }
  .producers__stories {
    margin-top: 10rem;
  }
  .producers__stories-title {
    font-size: 3rem;
  }
  .producers__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 4rem;
  }
  .producers__card {
    min-height: 0;
    padding: 3rem 2.5rem;
    border-radius: 3rem;
  }
  .producers__card-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }
  .producers__profile {
    gap: 1.2rem;
    font-size: 1.4rem;
  }
  .producers__profile img {
    width: 5.6rem;
    height: 5.6rem;
  }
  .producers__location {
    padding-left: 6.8rem;
    font-size: 1.2rem;
  }
  .producers__post {
    margin-top: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .producers__post-link {
    margin-top: 2rem;
    font-size: 1.1rem;
  }
  .links {
    padding: 9rem 2rem 10rem;
  }
  .links__title {
    font-size: clamp(2.4rem, 6.8vw, 3.2rem);
  }
  .links__title br {
    display: block;
  }
  .links__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 6rem;
  }
  .links__box {
    aspect-ratio: 1/1.05;
    border-radius: 2rem;
  }
  .links__icon {
    width: 4rem;
    height: 4rem;
  }
  .links__name {
    margin-top: 1.5rem;
    font-size: 2.4rem;
  }
  .links__button {
    margin-top: 2.5rem;
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
  }
  .closing__stage {
    height: 40rem;
  }
  .closing__message {
    top: 65%;
    width: calc(100% - 5rem);
  }
  .closing__message h2 {
    font-size: clamp(1.2rem, 3.6vw, 1.7rem);
    line-height: 1.8;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }
  .closing__message h2 br:first-child {
    display: none;
  }
  .closing__object--orange {
    top: 4%;
    left: -10%;
    width: 23%;
  }
  .closing__object--landscape {
    top: 4%;
    left: 14%;
    width: 25%;
  }
  .closing__object--arch {
    top: 4%;
    right: auto;
    left: 40%;
    width: 23%;
  }
  .closing__object--brown {
    top: 4%;
    bottom: auto;
    left: 64%;
    width: 24%;
  }
  .closing__object--blue {
    top: 4%;
    right: auto;
    bottom: auto;
    left: 89%;
    width: 25%;
  }
  .closing__people-track {
    animation-duration: 22s;
  }
  .closing__people-group img {
    width: auto;
    height: 21rem;
  }
  .closing__footer {
    padding: 6rem 2rem 5rem;
  }
  .closing__logos {
    gap: 2rem;
  }
  .closing__logos > img {
    width: 8rem;
  }
  .closing__service-logo {
    width: 4.9rem;
    height: 5.5rem;
  }
  .closing__divider {
    height: 6rem;
  }
  .closing__banner {
    margin-top: 4rem;
  }
  .closing__copyright {
    margin-top: 4rem;
    font-size: 1.1rem;
  }
}
@keyframes producers-slide-up {
  from {
    transform: translateX(var(--slide-x)) translateY(calc(var(--slide-y) + 5rem)) scale(var(--slide-scale));
  }
  to {
    transform: translate(var(--slide-x), var(--slide-y)) scale(var(--slide-scale));
  }
}