/*
 * Desktop fidelity tuning for the supplied TOP-page references.
 * Keep mobile sizing from the base stylesheet unchanged.
 */
@media (min-width: 1200px) {
  .shiso-v2 .shiso-v2-container {
    width: min(1400px, calc(100% - 80px));
    max-width: none;
  }
}

@media (min-width: 768px) {
  .shiso-v2 .shiso-v2-section-heading h2 {
    font-size: clamp(40px, 3.15vw, 52px);
    line-height: 1.28;
  }
}
