/* Shared full-width shell */
.full-width-wrapper { display:flex; width:100%; min-height:100vh; }
.main-content { flex:1 1 auto; width:100%; }
