/* ============================================================
   NAGORI — Materials page
   Reuses the .feature split layout from product.css; this file
   only tunes proportions + holds the provenance map.
   ============================================================ */
body.materials .feature { min-height: 60vh; }
body.materials .feature-visual { min-height: 56vh; }
body.materials .feature-name { margin-top: 1rem; }

@media (max-width: 768px) {
  body.materials .feature,
  body.materials .feature-visual { min-height: auto; }
}

/* ---------- From earth to bottle — process steps ---------- */
.process { background: var(--paper); padding: var(--sp-sm) 0; }
@media (max-width: 768px) {
  .process { padding: 5rem 0; }
}
