* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img { max-width: 100%; height: auto; }

.heading-primary,
.heading-secondary,
.heading-tertiary {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.section-full > .container {
  margin: 0 auto 9.6rem;
  text-align: center;
}

.reach-cards { margin-bottom: 1.6rem; }

/* Keep these legacy helpers */
.stock-grid { display: grid; }
.stock-grid img, .stock-grid .price { grid-area: 1/1; }

.pagination { list-style: none; }


img, video, iframe {
  max-width: 100%;
  height: auto;
}

