* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.eco-art-page {
  min-width: 1024px;
  margin: 0;
  overflow-x: auto;
  background: #fbf6ec;
  color: #122315;
  font-family: Arial, sans-serif;
}

body.has-open-video {
  overflow: hidden;
}

.eco-artboard {
  position: relative;
  width: 1024px;
  min-height: 1536px;
  margin: 0 auto;
  background: #fbf6ec;
}

.eco-artboard > img {
  display: block;
  width: 1024px;
  height: 1536px;
  user-select: none;
}

.hotspot {
  position: absolute;
  z-index: 5;
  display: block;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: transparent;
  cursor: pointer;
  font-size: 0;
}

.hotspot:focus-visible {
  outline: 3px solid rgba(31, 79, 24, 0.75);
  outline-offset: 2px;
}

.logo-link {
  left: 27px;
  top: 11px;
  width: 268px;
  height: 59px;
}

.nav-home {
  left: 362px;
  top: 21px;
  width: 55px;
  height: 31px;
}

.nav-about {
  left: 443px;
  top: 21px;
  width: 52px;
  height: 31px;
}

.nav-how {
  left: 516px;
  top: 21px;
  width: 82px;
  height: 31px;
}

.nav-farmers {
  left: 622px;
  top: 21px;
  width: 56px;
  height: 31px;
}

.nav-eco {
  left: 690px;
  top: 16px;
  width: 96px;
  height: 38px;
}

.nav-contact {
  left: 804px;
  top: 21px;
  width: 68px;
  height: 31px;
}

.nav-join {
  left: 898px;
  top: 18px;
  width: 98px;
  height: 36px;
}

.breadcrumb-home {
  left: 31px;
  top: 88px;
  width: 54px;
  height: 25px;
}

.hero-join {
  left: 30px;
  top: 432px;
  width: 187px;
  height: 40px;
}

.hero-learn {
  left: 233px;
  top: 432px;
  width: 126px;
  height: 40px;
}

.video-main {
  left: 33px;
  top: 519px;
  width: 382px;
  height: 240px;
}

.video-button {
  left: 435px;
  top: 722px;
  width: 142px;
  height: 37px;
}

.scroll-anchor {
  position: absolute;
  top: 798px;
  left: 0;
  width: 1px;
  height: 1px;
}

.footer-join {
  left: 724px;
  top: 1454px;
  width: 174px;
  height: 40px;
}

.footer-local {
  left: 107px;
  top: 1508px;
  width: 73px;
  height: 24px;
}

.footer-sustainable {
  left: 280px;
  top: 1508px;
  width: 92px;
  height: 24px;
}

.footer-connected {
  left: 485px;
  top: 1508px;
  width: 90px;
  height: 24px;
}

.footer-fair {
  left: 675px;
  top: 1508px;
  width: 70px;
  height: 24px;
}

.footer-grow {
  left: 830px;
  top: 1508px;
  width: 124px;
  height: 24px;
}

.video-modal[hidden] {
  display: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}

.video-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(10, 22, 12, 0.72);
  cursor: pointer;
}

.video-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100vw - 48px));
  border-radius: 10px;
  background: #101d13;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.video-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
}

.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-close {
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid #fffaf0;
  border-radius: 50%;
  background: #245a18;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1023px) {
  .eco-artboard {
    margin: 0;
  }
}
