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

/* Make the RAW landing section full-width edge to edge */
#raw-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 */
#raw-landing .raw-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

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