/* landing_hp.css — GS-297 homepage page-specific tweaks (master/cyan ink).
   Most styling comes from landing_shared.css; this file only carries
   homepage-only rhythm adjustments. No inline styles, no old-brand hexes. */

/* Homepage hero leans slightly wider on the media side for the command-center shot */
.ln-hero-grid { grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); }

@media (max-width: 900px){
  .ln-hero-grid { grid-template-columns: 1fr; }
}

/* Three-product cards sit a touch taller on the homepage */
.ln-products .ln-product { min-height: 220px; }
