/* Base container */
.ateno-container{max-width:1200px;margin:0 auto;padding:16px}

/* Fullscreen / Canvas template */
body.ateno-fullscreen{
  margin:0;
  padding:0;
  overflow-x:hidden;
}
body.ateno-fullscreen .site-header,
body.ateno-fullscreen .site-footer{display:none !important;}
body.ateno-fullscreen .site-content{
  padding:0 !important;
  margin:0 !important;
  width:100vw;
}

/* Ensure any theme container doesn't constrain width */
body.ateno-fullscreen .ateno-container{
  max-width:none !important;
  padding:0 !important;
  margin:0 !important;
}

/* Helpful defaults for Elementor full-width sections */
body.ateno-fullscreen .elementor-section.elementor-section-stretched{
  width:100vw !important;
  left:0 !important;
}
/* Hard reset for true edge-to-edge */
html, body{
  margin:0 !important;
  padding:0 !important;
  width:100%;
  overflow-x:hidden;
}

/* Elementor sometimes adds page padding */
body.ateno-fullscreen .elementor{
  margin:0 !important;
}

/* Remove any accidental padding on first/last sections */
body.ateno-fullscreen .elementor-section-wrap,
body.ateno-fullscreen .elementor-section{
  padding-left:0 !important;
  padding-right:0 !important;
}

/* Prevent 100vw scrollbar offset issues */
body.ateno-fullscreen .elementor-section.elementor-section-stretched{
  max-width:100% !important;
}
