/* COLOUR — #colour section layout. Gradewipe visual styling lives in css/gradewipe.css (not this file). */

#colour .gradewipe {
  margin: clamp(2.5rem, 6vh, 4rem) auto;
  max-width: 1120px;
}

#colour .card-grid {
  margin-top: clamp(2.5rem, 6vh, 4rem);
}
