/*
 Theme Name: Dusty Powersports Child
 Theme URI: https://dustypowersports.com
 Description: Child theme for Dusty Powersports (adds full-width landing page support)
 Author: Geoffrey / ChatGPT
 Template: twentytwentyfive
 Version: 1.0.0
*/

/*
 IMPORTANT:
 - Change "twentytwentytwo" above to the DIRECTORY NAME of your active parent theme.
   Examples:
   - If your parent theme folder is "astra", use: Template: astra
   - If it’s "twentytwentyfour", use: Template: twentytwentyfour
*/

/* Make the Dusty landing section full-width edge to edge */
#dusty-landing {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Keep the inner content nicely centered and not crazy-wide */
#dusty-landing .page-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* Optional: reduce extra spacing some block themes add around content */
#dusty-landing {
  padding-top: 0;
  padding-bottom: 0;
}

