/* Final Figma layout corrections. Artwork keeps its intrinsic aspect ratio. */
[hidden] {
  display: none !important;
}
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #526640;
  outline-offset: 5px;
}
button {
  font: inherit;
}
button:not([aria-disabled="true"]),
a {
  cursor: pointer;
}
.hero {
  height: auto;
  min-height: 0;
  aspect-ratio: 1672/941;
}
.hero > img {
  position: absolute;
  inset: 0;
}
.hero-copy {
  top: 23%;
  left: 3.6%;
  width: 55%;
}
.hero h1 {
  font-size: clamp(36px, 3.6vw, 72px);
  line-height: 1.07;
  letter-spacing: -0.079em;
}
.hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  width: 66%;
  margin-top: clamp(18px, 1.8vw, 28px);
  font-size: clamp(15px, 1.16vw, 20px);
  line-height: 1.56;
}
.hero aside {
  top: 9.6%;
  right: 3.6%;
  width: 12%;
  font-size: clamp(14px, 1.16vw, 20px);
}
.hero aside a {
  font-size: clamp(14px, 1.025vw, 18px);
}
.showcase {
  right: 7.1%;
  bottom: 6.6%;
  display: grid;
  grid-template-columns: 1.54fr 1fr;
  align-items: stretch;
  width: 41%;
  gap: 16px;
  transform: none;
}
.showcase figure {
  width: auto;
  min-width: 0;
  aspect-ratio: 1;
}
.showcase figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.glass {
  width: auto;
  min-width: 0;
  min-height: 0;
  gap: 12px;
  padding: clamp(16px, 1.55vw, 28px);
}
.glass h2 {
  font-size: clamp(20px, 1.73vw, 30px);
}
.glass strong {
  font-size: clamp(24px, 2vw, 36px);
}
.glass p:not(.eyebrow) {
  width: auto;
  max-width: 230px;
  margin-top: 5px;
  font-size: clamp(12px, 0.9vw, 15px);
}
.pain {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: clamp(32px, 3.5vw, 56px);
  min-height: 0;
}
.copy {
  min-width: 0;
}
.copy > p + p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.5;
}
.rescue {
  min-height: 0;
}
.asset-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}
.asset-grid > div {
  aspect-ratio: 1;
  font-size: clamp(14px, 1.025vw, 18px);
}
.asset-grid .wide {
  width: 100%;
  height: auto;
  aspect-ratio: 1672/941;
  flex-shrink: 0;
}
.asset-grid figure img {
  position: absolute;
  inset: 0;
}
.technology {
  min-height: 0;
}
.tech {
  min-height: 0;
  overflow: visible;
  column-gap: 28px;
  row-gap: clamp(80px, 7.4vw, 116px);
  align-items: start;
  container-type: inline-size;
  isolation: isolate;
}
.tech {
  row-gap: 0;
}
.tech > span {
  position: relative;
  grid-column: 1/-1;
  grid-row: 2;
  top: auto;
  left: 0;
  width: 100%;
  margin-block: 24px -40px;
  color: rgba(127, 142, 113, 0.2);
  font-size: 11vw;
  font-size: 12.4cqw;
  line-height: 1.3;
  text-align: center;
  pointer-events: none;
}
.tech figure {
  position: relative;
}
.tech figure img {
  position: absolute;
  inset: 0;
}
.tech .bottom {
  grid-row: 3;
  width: 100%;
  aspect-ratio: 822/512;
}
.result {
  grid-row: 3;
  align-self: center;
  padding-bottom: 0;
}
.buy {
  flex-basis: 330px;
  min-width: 0;
}
.preview img {
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.preview .play-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 34px;
  height: 39px;
  aspect-ratio: auto;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 2px 9px #0006);
}
.footer-main > div {
  min-width: 0;
  overflow-wrap: anywhere;
}
.brands {
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
}
.brands p {
  flex-basis: 100%;
}
[data-reveal] {
  opacity: 1;
  transform: none;
}
.reveal-ready [data-reveal]:not(.visible) {
  opacity: 0;
  transform: translateY(22px);
}
@media (min-width: 901px) and (max-width: 1200px) {
  .header nav a {
    padding-inline: 10px;
  }
  .hero-copy {
    top: 17%;
  }
  .hero-copy .eyebrow {
    font-size: 10px;
    margin-bottom: 12px;
  }
  .hero-copy > p:not(.eyebrow) {
    width: 80%;
  }
  .hero-copy .button {
    margin-top: 18px;
    padding: 12px 20px;
    min-height: 48px;
  }
  .showcase {
    width: 43%;
    right: 3.6%;
    bottom: 5%;
    gap: 12px;
  }
  .showcase figure {
    align-self: end;
  }
  .glass .eyebrow {
    font-size: 9px;
  }
  .section {
    padding-block: 88px;
  }
  .section h2 {
    font-size: 38px;
  }
  .asset-grid {
    grid-template-columns: 1fr 1fr;
  }
  .asset-grid > div {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    aspect-ratio: auto;
  }
  .asset-grid .wide {
    grid-column: 2;
    grid-row: 1/3;
    margin: 0;
  }
  .tech {
    column-gap: 20px;
  }
  .intro {
    grid-column: 1/8;
  }
  .result {
    grid-column: 8/13;
  }
  .application ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .application li {
    padding: 28px;
  }
  .split {
    gap: 32px;
  }
  .protocol-grid article {
    padding: 28px;
  }
  .final {
    padding: 40px;
    gap: 32px;
  }
  .final h2 {
    font-size: 32px;
  }
  .buy {
    flex-basis: 270px;
  }
  .footer-main {
    padding-inline: 34px;
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .mobile {
    overflow: clip;
  }
  .mobile main > section {
    padding-inline: max(20px, calc((100vw - 540px) / 2));
  }
  .mobile h2 {
    font-size: 32px;
    line-height: 1.19;
  }
  .m-hero {
    min-height: 0;
    aspect-ratio: 390/693;
    max-height: 960px;
  }
  .m-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .m-hero > div {
    inset: 28px max(20px, calc((100vw - 540px) / 2)) 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .m-hero h1 {
    font-size: 31px;
    line-height: 35px;
    letter-spacing: -0.079em;
  }
  .mobile #m-produto h2 {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0;
  }
  .mobile #m-produto > .eyebrow {
    font-size: 11px;
    overflow-wrap: anywhere;
  }
  .m-glass {
    align-items: center;
    gap: 16px;
    padding: 16px 16px 16px 20px;
  }
  .m-glass > div {
    min-width: 0;
    flex: 1;
  }
  .m-glass h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .m-glass strong {
    font-size: 24px;
  }
  .m-glass img {
    flex: 0 0 102px;
    object-position: 68% center;
  }
  .mobile section > .button {
    margin-top: 24px;
  }
  .m-assets {
    background: transparent;
  }
  .m-assets > div {
    margin-inline: -20px;
    padding-inline: 20px;
  }
  .m-assets figure {
    width: 280px;
    height: 280px;
  }
  .m-assets figure img {
    width: 100%;
    height: 100%;
  }
  .m-assets img[src$="wheat-final.png"] {
    object-fit: contain;
    background: #faf8f2;
  }
  .mobile #m-tecnologia > figure:first-of-type {
    aspect-ratio: 5/6;
  }
  .mobile #m-tecnologia > figure:last-of-type {
    aspect-ratio: 350/219;
  }
  .mobile #m-aplicacao > figure {
    aspect-ratio: 3/2;
  }
  .mobile #m-tecnologia figure img,
  .mobile #m-aplicacao figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .m-final .preview img:not(.play-icon) {
    height: auto;
    aspect-ratio: 16/9;
  }
  .mobile ol p {
    font-size: 15px;
    line-height: 1.5;
  }
  .mobile ol li {
    background: rgba(220, 228, 207, 0.2);
  }
  .m-final {
    max-width: 540px;
    margin-inline: auto !important;
    width: calc(100% - 40px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-ready [data-reveal]:not(.visible) {
    opacity: 1;
    transform: none;
  }
}
