/* AGGRESSIVE OVERRIDES — kill Kadence chrome + content boxing on this page only */
html, body {
  background: #0a0a0a !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.wp-theme-kadence {
  background: #0a0a0a !important;
}

/* Hide Kadence header + any default site nav/footer */
header#masthead, .site-header, .site-footer, #wp-footer, .scroll-up-button { display: none !important; }

/* Strip ALL boxing/padding/width-limit from content area */
#main, #content, #primary, .content-area, .site-main, .site-container, .site-content,
.entry-content, .entry-content-wrap {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

/* Force our wrapper to be full width */
.groll-landing { width: 100% !important; max-width: none !important; margin: 0 !important; }
.groll-landing * { box-sizing: border-box !important; }