/*
Theme Name: CDSG 2026
Theme URI: https://thecdsg.com/
Author: BEZ LLC / CDSG
Description: Custom presentation and lead-intake WordPress theme for Creative Design & Supply Group LLC.
Version: 0.1.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: cdsg-2026
*/

/* Extend the desktop homepage image to the browser edge. */
@media (min-width: 961px) {
  .cdsg-home .cdsg-hero { overflow: hidden; }
  .cdsg-home .cdsg-hero-image-wrap {
    margin-right: min(-32px, calc((var(--cdsg-container) - 100vw) / 2));
  }
}
