html {
  overflow-x: hidden;
  scroll-padding-top: 96px;
}

body {
  min-width: 0;
  overflow-x: hidden;
  touch-action: pan-y pinch-zoom;
}

section[id] {
  scroll-margin-top: 96px;
}

.benefits h2 {
  font-size: clamp(44px, 4.7vw, 74px);
  overflow-wrap: anywhere;
}

footer {
  grid-template-columns: 1.5fr 0.65fr 0.65fr;
}

a,
button,
summary,
input,
select {
  touch-action: manipulation;
}

.formFeedback {
  color: #246a45;
  background: #e2f3e8;
  border: 1px solid #b9dfc7;
  border-radius: 10px;
  margin: 14px 0 0;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.45;
}

.availabilityCatalog {
  margin: 64px 0 0;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(28, 38, 75, 0.12);
  border-radius: 28px;
  background: #f8f6ef;
}

.availabilityHeading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 18px 48px;
  align-items: end;
  margin-bottom: 30px;
}

.availabilityHeading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -8px;
}

.availabilityHeading h3 {
  margin: 0;
  color: #17204f;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}

.availabilityHeading p:last-child {
  margin: 0;
  color: #4c5061;
  line-height: 1.6;
}

.sizeGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sizeCard {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(31, 38, 78, 0.07);
}

.sizeCardTop {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(28, 38, 75, 0.12);
}

.sizeValue {
  color: #17204f;
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 800;
  line-height: 1;
}

.casePack {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f4df55;
  color: #17204f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sizeCard h4 {
  margin: 22px 0 16px;
  color: #17204f;
  font-size: 20px;
}

.flavorList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flavorList li {
  position: relative;
  padding-left: 18px;
  color: #454958;
  font-size: 14px;
  line-height: 1.4;
}

.flavorList li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2c448f;
}

.availabilityNote {
  margin: 24px 0 18px;
  color: #626576;
  font-size: 13px;
  line-height: 1.5;
}

.productCard.blue,
.productCard.vanilla {
  position: relative;
}

.productCard.blue::after,
.productCard.vanilla::after {
  content: "Próximamente";
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f4df55;
  color: #17204f;
  box-shadow: 0 8px 20px rgba(31, 38, 78, 0.12);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .availabilityCatalog {
    margin-top: 42px;
    border-radius: 22px;
  }

  .availabilityHeading,
  .sizeGrid {
    grid-template-columns: 1fr;
  }

  .availabilityHeading {
    gap: 14px;
  }
}

@media (max-width: 520px) {
  .flavorList {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  html {
    scroll-behavior: auto;
    scroll-padding-top: 82px;
  }

  section[id] {
    scroll-margin-top: 82px;
  }

  .siteHeader {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: rgba(255, 253, 248, 0.98);
  }

  .productCard {
    transform: none !important;
  }

  .productInfo a,
  .button,
  .navCta,
  summary {
    min-height: 48px;
  }
}

@media (hover: none) {
  .productCard:hover {
    box-shadow: none;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
