@media (max-width: 620px) {
  .container {
    width: calc(100% - 24px);
  }

  .hero {
    min-height: auto;
    padding-bottom: 12px;
  }

  .hero-grid {
    min-height: 0;
  }

  .product-stage {
    width: 100%;
    max-width: 380px;
    height: 238px;
    transform: none;
    margin: 8px auto 0;
  }

  .product-stage > .drop {
    left: 34%;
    top: 5px;
    width: 128px;
    height: 190px;
  }

  .product-stage > .drop .drop-core {
    width: 86px;
    height: 86px;
    right: 17px;
    bottom: 18px;
  }

  .product-stage > .drop .cell {
    width: 16px;
    height: 16px;
    border-width: 3px;
  }

  .product-stage > .drop .cell::after {
    inset: 3px;
  }

  .lab-lines {
    right: -25px;
    bottom: 2px;
    width: 105px;
    height: 188px;
  }

  .packaging-photo-wrap {
    right: 1%;
    bottom: 4px;
    width: 132px;
  }

  .packaging-photo {
    max-height: 100px;
  }

  .package-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .latin {
    display: block;
    width: 100%;
    font-size: 47px;
    letter-spacing: -4px;
    direction: ltr;
    unicode-bidi: isolate;
  }

  .hero-claims {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    gap: 0;
  }

  .hero-claims span { min-width: 0; }
  .hero-buttons { flex-wrap: wrap; }
}

@media (max-width: 360px) {
  .header {
    gap: 8px;
  }

  .header-actions .button {
    padding-inline: 9px;
  }

  .brand-name {
    font-size: 19px;
  }

  .latin {
    font-size: 42px;
  }

  .hero-copy h2 {
    font-size: 16px;
  }

  .hero-claims span {
    font-size: 7px;
  }
}
