/* 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;
  overflow: clip;
}
.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: 50%;
  width: 100vw;
  margin-block: 8px -56px;
  margin-left: -50vw;
  color: rgba(127, 142, 113, 0.2);
  font-size: clamp(116px, 12vw, 230px);
  line-height: 1.12;
  text-align: center;
  white-space: nowrap;
  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: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid white;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 2px 9px #0006);
}
.footer-main > div {
  min-width: 0;
  overflow-wrap: anywhere;
}
.legal > div {
  gap: 8px;
  margin-top: 0;
  padding: 8px 13px;
  border-radius: 10px;
  background: #2e5736;
  color: #fff;
  font-size: 8px;
  font-weight: 500;
}
.legal > div img {
  width: 108px;
  height: 22px;
  border-radius: 0;
  background: transparent;
}
.legal > div a,
.credit a {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
}
.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__title {
    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$="ingredient-wheat-mobile.webp"] {
    object-fit: cover;
  }
  .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);
  }
  .credit {
    width: fit-content;
    max-width: 100%;
    gap: 12px;
    margin: 22px auto 0;
    padding: 13px 16px;
    border-radius: 15px;
    background: #2e5736;
    color: #fff;
    font-weight: 500;
  }
  .credit img {
    width: 148px;
    height: 30px;
    border-radius: 0;
    background: transparent;
  }
}

@media (min-width: 901px) {
  .desktop main > .section + .section {
    margin-top: 56px;
  }
  .header {
    min-height: 60px;
    height: 60px;
    padding-block: 6px;
  }
  .header .logo {
    height: 34px;
  }
  .header .logo img {
    width: 116px;
    height: 34px;
    object-fit: contain;
  }
  .header nav {
    padding: 3px;
  }
  .header nav a {
    padding: 6px 12px;
    font-size: 12px;
  }
  .header > .button {
    min-height: 40px;
    padding-inline: 16px;
    font-size: 13px;
  }
  .hero {
    height: clamp(760px, calc(100svh - 60px), 920px);
    aspect-ratio: auto;
  }
  .hero > img {
    object-position: center 58%;
  }
  .hero-copy {
    top: 11%;
    width: min(48%, 720px);
  }
  .hero-copy .eyebrow {
    margin-bottom: 12px;
  }
  .hero h1 {
    font-size: clamp(38px, 3.2vw, 56px);
    line-height: 1.04;
  }
  .hero-copy > p:not(.eyebrow) {
    width: 100%;
    max-width: 510px;
    margin-top: 16px;
    font-size: clamp(15px, 1.05vw, 18px);
    line-height: 1.5;
  }
  .hero-copy__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 34px;
  }
  .hero-copy__actions .button {
    width: 248px;
    min-height: 48px;
    justify-content: center;
    margin: 0;
  }
  .hero-copy__actions .hero-video-cta {
    margin-left: 0;
    border-color: transparent;
    background: #f7f5ee;
    color: var(--olive);
  }
  .showcase {
    right: 4.5%;
    bottom: 52px;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.7fr);
    width: min(32%, 520px);
    gap: 22px;
  }
  .glass {
    justify-content: flex-start;
    gap: 16px;
    padding: clamp(16px, 1.35vw, 22px);
  }
  .glass .eyebrow {
    margin-bottom: 7px;
  }
  .glass h2 {
    font-size: clamp(19px, 1.45vw, 25px);
  }
  .glass__pricing {
    display: grid;
    gap: 3px;
  }
  .glass__pricing strong {
    font-size: clamp(23px, 1.8vw, 31px);
    line-height: 1.05;
  }
  .glass__pricing p {
    margin: 0;
    font-size: clamp(11px, 0.8vw, 13px);
    line-height: 1.35;
  }
  .glass__shipping {
    color: #385a32;
    font-weight: 700;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-ready [data-reveal]:not(.visible) {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 901px) {
  .hero-copy {
    top: 9.5%;
  }
  .hero-copy__actions {
    margin-top: 48px;
  }
  .showcase {
    right: 8%;
    bottom: 44px;
  }
  .glass {
    border-color: rgba(255, 255, 255, 0.72);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.2));
    box-shadow: 0 18px 52px rgba(34, 45, 29, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(28px) saturate(145%);
    -webkit-backdrop-filter: blur(28px) saturate(145%);
  }
  .showcase figure {
    position: relative;
  }
  .showcase__cta {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(41, 48, 33, 0.93);
    color: #fff;
    box-shadow: 0 6px 16px rgba(18, 23, 18, 0.22);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.025em;
  }
  .showcase__cta:hover,
  .showcase__cta:focus-visible {
    background: #385f32;
    color: #fff;
  }
}

/* Final responsive density pass: preserve hierarchy without creating empty viewport space. */
@media (min-width: 901px) {
  .section,
  .rescue,
  .application,
  .testimonials,
  .protocols {
    min-height: 0;
  }
  .section {
    padding-block: clamp(48px, 5vh, 72px);
    padding-inline: clamp(24px, 2.5vw, 40px);
  }
  .application-layout .youtube-video iframe {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 900px) {
  .mobile .logo {
    height: 30px;
  }
  .mobile .logo img {
    width: 112px;
    height: 30px;
    object-fit: contain;
  }
  .mobile > header {
    height: 56px;
    padding-inline: 16px;
  }
  .menu {
    width: 40px;
    height: 40px;
  }
  .mobile nav {
    top: 52px;
    right: 16px;
  }
  .mobile main > section {
    padding-block: 44px;
    padding-inline: max(16px, calc((100vw - 540px) / 2));
  }
  .m-hero {
    height: clamp(620px, 88svh, 760px);
    min-height: 0;
    aspect-ratio: auto;
    max-height: none;
  }
  .m-hero > div {
    right: max(16px, calc((100vw - 540px) / 2));
    bottom: 24px;
    left: max(16px, calc((100vw - 540px) / 2));
    display: block;
  }
  .m-hero__actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }
  .m-hero .button {
    width: 100%;
    min-height: 50px;
    margin: 0;
  }
  .m-hero .hero-video-cta {
    border-color: transparent;
    background: #f1efe8;
    color: #2e3826;
  }
  .mobile footer .payment-methods {
    margin-bottom: 24px;
  }
  .whatsapp-float {
    bottom: 76px;
  }
}

@media (min-width: 901px) {
  .hero-copy {
    top: 9.5%;
  }
  .showcase {
    right: 8%;
    bottom: 44px;
  }
  .glass {
    border-color: rgba(255, 255, 255, 0.92);
    background: linear-gradient(135deg, rgba(250, 250, 246, 0.78), rgba(238, 241, 229, 0.56));
    box-shadow: 0 24px 64px rgba(34, 45, 29, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.95), inset 0 -1px 0 rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(56px) saturate(155%) brightness(108%);
    -webkit-backdrop-filter: blur(56px) saturate(155%) brightness(108%);
  }
  .hero-bottom-cta {
    position: absolute;
    z-index: 5;
    bottom: clamp(54px, 7vh, 78px);
    left: 3.6%;
    min-width: 248px;
    justify-content: center;
  }
  .header > .button {
    min-height: 36px;
    padding-inline: 14px;
    font-size: 12px;
  }
  .legal {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 10px;
  }
  .legal > p,
  .legal > div {
    text-align: center;
  }
  .legal > div {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .m-hero > .m-hero__content {
    position: absolute;
    top: 28px;
    right: max(16px, calc((100vw - 540px) / 2));
    bottom: auto;
    left: max(16px, calc((100vw - 540px) / 2));
    display: block;
  }
  .m-hero > .m-hero__actions {
    position: absolute;
    top: auto;
    right: max(16px, calc((100vw - 540px) / 2));
    bottom: 32px;
    left: max(16px, calc((100vw - 540px) / 2));
    display: grid;
    grid-template-rows: repeat(2, 50px);
    align-content: end;
    gap: 10px;
    margin: 0;
  }
  .m-hero > .m-hero__actions .button {
    height: 50px;
    min-height: 50px;
    padding-block: 0;
    border-radius: 999px;
  }
  .whatsapp-widget {
    right: 16px;
    bottom: 20px;
  }
  .mobile footer small {
    text-align: center;
  }
}
